dotools_py.io.read_mtx#
- dotools_py.io.read_mtx(path, filename=None, **kwargs)[source]#
Read
.mtxfile.- Parameters:
- path
str|Path Directory with the
.mtxfile.- filename
str(default:None) Name of the
.mtxfile. If not specified, assume thatpathcontains the full path to the.mtxfile.- kwargs
Additional arguments pass to anndata.io.read_mtx.
- path
- Return type:
- Returns:
Returns an
AnnDataobject.