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 | PathLike[str] | PathDirectory with the HDF5 file. filename str (default: None)Name of the file. If not specified, assume that path contains the full path to the HDF5 file. kwargsAdditional arguments pass to scanpy.read_10x_h5 Return type: AnnData Returns: Returns an AnnData object.