writeH5MU: Save a 'MultiAssayExperiment' to an .h5mu file.

View source: R/write_h5mu.R

writeH5MUR Documentation

Save a MultiAssayExperiment to an .h5mu file.

Description

Note that NA values are not supported by HDF5, and therefore by h5mu. The behavior of this function if NAs are present is undefined.

Usage

writeH5MU(object, file, overwrite)

Arguments

object

A MultiAssayExperiment.

file

Name of the file to save to.

overwrite

Currently unused.

Value

NULL, invisibly

Examples

data(miniACC, package="MultiAssayExperiment")
writeH5MU(miniACC, "miniacc.h5mu")


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