Extract a sparse matrix from adata.uns stored in an H5AD file
Source:R/hdf5Access.R
readH5ADUnsSpMat.Rd
Primarily designed for fetching the velocity data presented as a cell-cell transition graph.
Arguments
- filename
File path to the H5AD file.
- unsKey
The
adata.uns
key to extract, must use only one character string.
See also
Other H5AD-reader:
readH5ADObsNames()
,
readH5ADObsVar()
,
readVelocytoLoom()