Skip to content

A known bug related to select_variable_genes #146

@SummerColdWind

Description

@SummerColdWind

When using the select_variable_genes method on an AnnData object, if adata.X is a sparse matrix, an error will be raised. Therefore, we must first execute:adata.X = adata.X.toarray()

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