Galaxy | Tool Preview

Principal Component Analysis (version 1.0.2)
Dataset missing? See TIP below.
The correlation matrix can only be used if there are no constant variables

TIP: If your data is not TAB delimited, use Edit Datasets->Convert characters


What it does

This tool performs Principal Component Analysis on the given numeric input data using functions from R statistical package - 'princomp' function (for Eigenvector based solution) and 'prcomp' function (for Singular value decomposition based solution). It outputs two files, one containing the summary statistics of PCA, and the other containing biplots of the observations and principal components.

R Development Core Team (2009). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org.


Note