readH5AD | R Documentation |
SingleCellExperiment
.In file-backed mode, the main X
matrix is not read into memory,
but references the HDF5 file and its required parts are read on demand.
This requires the HDF5Array package to be installed.
readH5AD(file, backed = FALSE)
file |
Path to the .h5ad file. |
backed |
Whether to use file-backed mode. |
A SingleCellExperiment
.
data(miniACC, package="MultiAssayExperiment")
writeH5AD(miniACC[[1]], "miniacc.h5ad")
sce <- readH5AD("miniacc.h5ad")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.