Closed Bo-UT closed 6 months ago
There's not currently an option to import directly from cellpose, but if you set up a transcripts csv file that includes a cell assignment, proseg is pretty flexible about input formats.
The two main arguments you need to set
--cell-id-column
: name of the csv column that gives the cell assignment (cells can be encoded arbitrarily)--cell-id-unassigned
: value in that column denotes an unassigned transcript. Thanks a lot! Our data are Xenium, and proseg --xenium
worked very well.
Hi,
Nice tools! I have a quick question, how to input cellpose (nulcear) segmentation as the prior to proseg? Thanks