You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 toAnnData
.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:
The text was updated successfully, but these errors were encountered: