Skip to content

Allow non-transposed H5ADMatrix #67

Description

@lazappi

We are planning to add DelayedArray support to {anndataR} and one option that would make sense is to use the H5ADMatrix class (see scverse/anndataR#128). However, the object is currently transposed to match R conventions while AnnData uses Python conventions. Would it be possible to allow a non-transposed H5ADMatrix (probably with a transpose argument somewhere)?

Alternatively, do you have an idea how much overhead there is to doing t(h5ad_matrix) which returns a regular DelayedMatrix? If that's not costly maybe it's a simpler option.

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