snapatac2.AnnData.chunked_X#

AnnData.chunked_X(chunk_size, /)#

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