dotools_py.io.read_10x_mtx

Contents

dotools_py.io.read_10x_mtx#

dotools_py.io.read_10x_mtx(path, **kwargs)[source]#

Read 10x-Genomics-formatted mtx directory.

Parameters:
path str | PathLike[str] | Path

Directory with the .mtx and .tsv file.

kwargs

Additional arguments pass to scanpy.read_10x_mtx

Return type:

AnnData

Returns:

Returns an AnnData object.