-
Notifications
You must be signed in to change notification settings - Fork 22
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
reading .hdf5 file in sopa? #163
Comments
Hi @KunHHE, can you try to directly use import spatialdata_io
sdata = spatialdata_io.merscope("/path/to/data") NB: the new SpatialData version is still not released, so I still can't release sopa==2.0.0 |
Hi @quentinblampey, sorry, re-opened the issue. Tried to open h5ad using spatialdata-io, but not sure why it ask FileNotFoundError: C:\Users\hekun\Downloads\clustering_output.h5ad\images\micron_to_mosaic_pixel_transform.csv not found.? (sopa) C:\Users\hekun>python
|
Hi @KunHHE, normally the MERSCOPE outputs a Are you sure you transferred the data correctly? You should have this |
Thanks @quentinblampey, I guess my h5ad file doesn't have the images directory when I generate AnnData. But usually AnnData doesn't have other directory except the 'Tables"? Or we can put other directory in the 'uns'? |
I'm talking about the |
Hi @quentinblampey, Can I ask you if the case I have a .hdf5 file of the merscope AnnData (it has been segmented by cellpose but not annotated, and UMAPs are there), do you think it can be read by sopa, and run Tangram directly for cell type annotation? I tried to dun Tangram separately but had some trouble with the process. Thank you very much!
The text was updated successfully, but these errors were encountered: