anndata.io.read_mtx

目录

anndata.io.read_mtx#

NoneNone
anndata.io.read_mtx(filename, dtype='float32')[source]#

读取 .mtx 文件。

Parameters:
filename PathLike

文件名。

dtype str (default: 'float32')

Numpy数据类型。

Return type:

AnnData