anndata.experimental.CSRDataset

Contents

anndata.experimental.CSRDataset#

class anndata.experimental.CSRDataset(group)[source]#

On disk CSR sparse matrix.

Parameters:
group Union[Group, Group]

The backing group store.

Attributes

backend

dtype

format

format_str

DEPRECATED Use .format instead.

group

The group underlying the backed matrix.

indptr

Other than data and indices, this is only as long as the major axis

name

shape

value

DEPRECATED Use .to_memory() instead.

Methods

append(sparse_matrix)

to_memory()