writeH5MU | R Documentation |
MultiAssayExperiment
to an .h5mu file.Note that NA values are not supported by HDF5, and therefore by h5mu. The behavior of this function if NAs are present is undefined.
writeH5MU(object, file, overwrite)
object |
A |
file |
Name of the file to save to. |
overwrite |
Currently unused. |
NULL, invisibly
data(miniACC, package="MultiAssayExperiment")
writeH5MU(miniACC, "miniacc.h5mu")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.