anndata_rs.AnnData.chunked_X

AnnData.chunked_X(chunk_size=500)

Return an iterator over the rows of the data matrix X.

Parameters

chunk_size (int) – Row size of a single chunk. Default: 500.

Return type

PyChunkedMatrix