-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
enhancementNew feature or requestNew feature or requestquality & consistencyimprove quality and reduce maintenance burdenimprove quality and reduce maintenance burden
Description
Description of feature
The mtx conversion has grown organically over time and seems error-prone and overly complex.
Also with the new emptydrops #301 cell calling, matrices need to be transposed and back which is very annoying.
I suggest to streamline this by creating one "standardized" single-sample output per aligner (either mtx or h5 format), that is then read in by the downstream processes, such as empty drops, and conversion processes. Since this pipeline is going multimodal, we'll also want to support MuData output in addition to AnnData.
We can also explore if it's easier to obtain Seurat and SingleCellExperiment objects by converting from AnnData using e.g. anndataR instead of building them from scratch in different languages.
Related issues:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquality & consistencyimprove quality and reduce maintenance burdenimprove quality and reduce maintenance burden
Type
Projects
Status
Done