-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create spatialdata object #48
Comments
Would be very useful for bioinformaticians or computational biologists who will use the data for downstream analysis. It is possible they may want a SpatialExperiment object for analysis in R, however there are converters for this. |
hi @pr4deepr ! One blocker for us is the on-going uncertainty around spatial transforms and OME-NGFF/OME-Zarr. That actually motivated the internal datastore we use to store these large nD experiments, because it is quite slow going with the OME specification update. Once this issue is solved, I think we will be more comfortable moving forward with creating a SpatialData object. If you have a clear use case for immediate conversion, we can put together a script that does the conversion instead of adding it to the API. |
Thanks @dpshepherd. |
The SpatialData documentation updated with how to create the object, found here. This should be easy to add a function to the datastore to collect the polyDT image, decoded RNA, polygons from Baysor, and make the object.
I don't know that we (qi2lab) will internally use this object, but other labs might want it.
The text was updated successfully, but these errors were encountered: