- 
                Notifications
    
You must be signed in to change notification settings  - Fork 12
 
Open
Description
Hello @heihaizhengdong , I’m very interested in ClusterMap. I’d like to ask several questions which are crucial to improving ClusterMap
Questions
- Is the position of the centroid determined by DAPI image? Is the centroid position of a cell equal to the DAPI position of a cell? What is the function of DAPI image in cell segmentation?
 - What’s the unit of 
xy_radiusandz_radius? μm? How can one know the area of an individual cell? Can I extract this information from theAnnDataproduced by ClusterMap pipeline? - In general, I processed my data using the ‘split-and-stitch’ pipeline. Is a spot in an individual tile image equal to a fluorescent signal? If so, why do spots form a cluster-like pattern even if they are not so crowded in the scatter distribution plot? Is it a matter of plotting, which means the spots will be clearly separated after I decrease the size of a spot when visualizing?

 - How to improve the accuracy of cell segmentation? A tactic I commonly used to downsize a cell was to decrease 
threshand decreasemin_spot_per_cell. 
Enhancements
- Explain some important elements in 
model.cell_adataso users can easily interoperate it with other tool, like scanpy. In addition, there is an error when I try to export ClusterMap AnnData.h5ad file usingadata.writewhich saysTypeError: 0 of type <class 'int'> is an invalid key. Should be str. Above error raised while writing key 'var' of <class 'h5py._hl.files.File'> from /.. I try to resolve this byadata = ad.AnnData(model.cell_adata.X, obs=model.cell_adata.obs,var=model.cell_adata.var)but it is still not working. Any recommendation? - How to change the color of a convex hull to make it be in accordance with unsupervised clustering results after scanpy pipeline?
 
In a word, ClusterMap is well performed in analyzing spatial transcriptomics data. Thanks again for your excellent work. And I would appreciate it if we can discuss more details about ClusterMap.
rocketeer1998 and yichunher
Metadata
Metadata
Assignees
Labels
No labels