pcaMethods
A collection of PCA methods.
Provides Bayesian PCA, Probabilistic PCA, Nipals PCA,
Inverse Non-Linear PCA and the conventional SVD PCA. A cluster
based method for missing value estimationn is included for
comparison. BPCA, PPCA and NipalsPCA may be used to perform PCA
on incomplete data as well as for accurate missing value
estimation. A set of methods for printing and plotting the
results is also provided. All PCA methods make use of the same
data structure (pcaRes) to provide a unique interface to the
PCA results. Developed at the Max-Planck Institute for
Molecular Plant Physiology, Golm, Germany.
Author |
Wolfram Stacklies, Henning Redestig, Thanks to Kevin Wright for
improvements to nipalsPca |
Maintainer |
Wolfram Stacklies |
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("pcaMethods")
Vignettes (Documentation)
|
Package Downloads
|
|
|
Details
biocViews |
|
Depends |
MASS, pls, methods |
Suggests |
aroma.light |
Imports |
|
SystemRequirements |
|
License |
GPL version 2 (or later) |
URL |
|
dependsOnMe |
|
suggestsMe |
|