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] | PathDirectory with the .mtx and .tsv file. kwargsAdditional arguments pass to scanpy.read_10x_mtx Return type: AnnData Returns: Returns an AnnData object.