- Home
- Bioconductor 3.22
- Software Packages
- ReducedExperiment
ReducedExperiment
This is the released version of ReducedExperiment; for the devel version, see ReducedExperiment.
Containers and tools for dimensionally-reduced -omics representations
Bioconductor version: Release (3.22)
Provides SummarizedExperiment-like containers for storing and manipulating dimensionally-reduced assay data. The ReducedExperiment classes allow users to simultaneously manipulate their original dataset and their decomposed data, in addition to other method-specific outputs like feature loadings. Implements utilities and specialised classes for the application of stabilised independent component analysis (sICA) and weighted gene correlation network analysis (WGCNA).
Author: Jack Gisby [aut, cre] ORCID iD ORCID: 0000-0003-0511-8123 , Michael Barnes [aut] ORCID iD ORCID: 0000-0001-9097-7381
Maintainer: Jack Gisby <jackgisby at gmail.com>
citation("ReducedExperiment")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ReducedExperiment")
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("ReducedExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.