use scarf for single-cell imaging dataset, trying to generate a zarr array from scratch #69
-
hi! I would like to use scarf functionalities but with a single cell imaging dataset, so instead of genes my features are shape, intensity, textures. I used to do it with Seurat or Scanpy but this time I have a huge dataset (million of cells) and using scarf could be a very nice optimization, thanks for developing such a tool (and for the good documentation)!
The current tree looks like:
but when trying to convert it to a DataStore object:
I get this error:
I am not sure what I am missing |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi! Thanks for the appreciation! and I'm glad that you are trying this with Scarf. I'm not sure what exactly is causing the problem. Can you please send a portion of your data ( |
Beta Was this translation helpful? Give feedback.
-
thanks a lot for your fast answer! I missunderstood how zarr opening operate, it works perfectly now |
Beta Was this translation helpful? Give feedback.
Hi!
Thanks for the appreciation! and I'm glad that you are trying this with Scarf.
I'm not sure what exactly is causing the problem.
Can you please send a portion of your data (
df
andmeasurements
) to me. Maybe first 1000 lines ofdf
and completemeasurement
to my email: [email protected]? This will help me reproduce the error.