Computed features vs PC with new AnnData format
The code is modified to read from the zarrs with the new anndata format. @srivarra, can you let me know if there is a better way to do this?
@edyoshikun , I have computed the image features outside the library as I used the segmentations of G3BP1 for the image feature computation.
@srivarra , the computed feature set depends on the organelle data. At this point I keep changing the set as I work with different organelles. I think a tool like CellProfiler can compute a 1000-feature list, which can be further filtered for the most significant features. I haven't implemented anything like that yet. That is when it will be ready to be added to AnnData as it will be a more constant list.
@Soorya19Pradeep
the computed feature set depends on the organelle data. At this point I keep changing the set as I work with different organelles.
Ah gotcha, so keep the csv output for quick iterations / until we know exactly what features we want?