Skip to content

Clean up mtx conversion code #310

@grst

Description

@grst

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

No one assigned

    Labels

    enhancementNew feature or requestquality & consistencyimprove quality and reduce maintenance burden

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions