Skip to content

Matrix input file format questions #6

@ChadBurdyshaw

Description

@ChadBurdyshaw

First of all, thank you for making your software available as open source. I've installed this library for a research client and they have their matrices stored as an anndata object in CSR format in an hdf5 file. From what I can tell, your data_io.py function read in matrices as csv, mat (matlab?), npy, npz formats.
Is there a way/plan to read anndata csr from hdf5? Any recommendations to convert to npy (csv would be too large)?
And for the currently available formats, are they reading in csr sparse? Can you preprocess the A matrix to be distributed into multiple files, or does A have to be read from a single file and then distributed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions