readH5ADUnsSpMat | R Documentation |
Primarily designed for fetching the velocity data presented as a cell-cell transition graph.
readH5ADUnsSpMat(filename, unsKey)
filename |
File path to the H5AD file. |
unsKey |
The |
A CSC-matrix of "dgCMatrix" class
Other H5AD-reader:
readH5ADObsNames()
,
readH5ADObsVar()
,
readVelocytoLoom()
## Not run:
h5adFile <- "path/to/analysis.h5ad"
velo <- readH5ADUnsSpMat(h5adFile, "velo_s_norm_graph")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.