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 |
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 ( |
|
thanks a lot for your fast answer! I missunderstood how zarr opening operate, it works perfectly now |
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 (
dfandmeasurements) to me. Maybe first 1000 lines ofdfand completemeasurementto my email: parashar.dhapola@med.lu.se? This will help me reproduce the error.