dotools_py.io.read_10x_h5#
- dotools_py.io.read_10x_h5(path, filename=None, **kwargs)[source]#
Read 10x-Genomics-formatted hdf5 file.
- Parameters:
- path
str|Path Directory with the HDF5 file.
- filename
str(default:None) Name of the file. If not specified, assume that
pathcontains the full path to the HDF5 file.- kwargs
Additional arguments pass to scanpy.read_10x_h5
- path
- Return type:
- Returns:
Returns an
AnnDataobject.