readH5MU: Read an .h5mu file and create a 'MultiAssayExperiment'.

View source: R/read_h5mu.R

readH5MUR Documentation

Read an .h5mu file and create a MultiAssayExperiment.

Description

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.

Usage

readH5MU(file, backed = FALSE)

Arguments

file

Path to the .h5mu file.

backed

Whether to use file-backed mode.

Value

A MultiAssayExperiment

Examples

data(miniACC, package="MultiAssayExperiment")
writeH5MU(miniACC, "miniacc.h5mu")
mae <- readH5MU("miniacc.h5mu")


PMBio/MuDataMAE documentation built on Oct. 20, 2023, 12:14 p.m.