Skip to content

Support DelayedMatrix assays #96

Description

@multimeric

At present, trying to convert an SCE containing a DelayedMatrix to AnnData gives you:

ad: anndata.AnnData = anndata2ri.rpy2py(sce)
 UserWarning: Encountered Matrix class that is not supported: {'DelayedMatrix'}
  warn(f'Encountered Matrix class that is not supported: {r_classes}')

Notably zellkonverter does handle DelayedMatrix appropriately. I wonder if the same functionality could be leveraged here to solve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions