readH5MU | R Documentation |
MultiAssayExperiment
.In file-backed mode, the main X
matrices are not read into memory,
but reference the HDF5 file and their required parts are read on demand.
This requires the HDF5Array package to be installed.
readH5MU(file, backed = FALSE)
file |
Path to the .h5mu file. |
backed |
Whether to use file-backed mode. |
A MultiAssayExperiment
data(miniACC, package="MultiAssayExperiment")
writeH5MU(miniACC, "miniacc.h5mu")
mae <- readH5MU("miniacc.h5mu")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.