readH5ADObsNames | R Documentation |
It frequently happens that velocity analyses stored in H5AD files do not contain the full raw count data suggested for CytoSimplex visualization. Extracting the cell IDs (e.g. barcodes) helps matching the velocity data to raw count data imported from other sources.
readH5ADObsNames(filename)
filename |
File path to the H5AD file. |
A character vector of cell IDs.
Other H5AD-reader:
readH5ADObsVar()
,
readH5ADUnsSpMat()
,
readVelocytoLoom()
## Not run:
h5adFile <- "path/to/analysis.h5ad"
cellIDs <- readH5ADObsNames(h5adFile)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.