dotools_py.io.read_h5ad#
- dotools_py.io.read_h5ad(path, filename=None, **kwargs)[source]#
Read
.h5ad-formatted hdf5 file.- Parameters:
- path
str|Path Directory with the H5AD file.
- filename
str(default:None) Name of the H5AD file. If not specified, assume that
pathcontains the full path to the H5AD file.- kwargs
Additional arguments pass to ad.read_h5ad.
- path
- Return type:
- Returns:
ad.AnnData Returns an
AnnDataObject.