-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions and Enhancements about ClusterMap #6
Comments
Hi, thanks so much for asking! |
Thanks for your reply!
|
Hello @heihaizhengdong , I’m very interested in ClusterMap. I’d like to ask several questions which are crucial to improving ClusterMap
Questions
xy_radius
andz_radius
? μm? How can one know the area of an individual cell? Can I extract this information from theAnnData
produced by ClusterMap pipeline?thresh
and decreasemin_spot_per_cell
.Enhancements
model.cell_adata
so 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.write
which 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?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.
The text was updated successfully, but these errors were encountered: