- Home
- Bioconductor 3.23
- Software Packages
- made4 (development version)
made4
This is the development version of made4; for the stable release version, see made4.
Multivariate analysis of microarray data using ADE4
Bioconductor version: Development (3.23)
Multivariate data analysis and graphical display of microarray data. Functions include for supervised dimension reduction (between group analysis) and joint dimension reduction of 2 datasets (coinertia analysis). It contains functions that require R package ade4.
Author: Aedin Culhane
Maintainer: Aedin Culhane <Aedin at jimmy.harvard.edu>
citation("made4")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("made4")
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("made4")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.