- Home
- Bioconductor 3.8
- Software Packages
- MultiAssayExperiment
MultiAssayExperiment
This package is for version 3.8 of Bioconductor; for the stable, up-to-date release version, see MultiAssayExperiment.
Software for the integration of multi-omics experiments in Bioconductor
Bioconductor version: 3.8
MultiAssayExperiment harmonizes data management of multiple assays performed on an overlapping set of specimens. It provides a familiar Bioconductor user experience by extending concepts from SummarizedExperiment, supporting an open-ended mix of standard data classes for individual assays, and allowing subsetting by genomic ranges or rownames.
Author: Marcel Ramos [aut, cre], Levi Waldron [aut], MultiAssay SIG [ctb]
Maintainer: Marcel Ramos <marcel.ramos at roswellpark.org>
citation("MultiAssayExperiment")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MultiAssayExperiment")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("MultiAssayExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.