multipca | R Documentation |
Calculates the PCA for a SummarizedExperiment or ExpressionSet
multipca(features, prefuns, method, groupvar, qcname, scale = TRUE, ...)
features |
An ExpressionSet or SummarizedExperiment object |
prefuns |
An option string vector indicating pre-processing functions applied to the features before the PCA. Recommended for metabolomics data to impute missing values. Pre-processing functions available are "pqn" normalization, "sum" normalization, "glog" transformation and "mvImp" multivariate imputation |
method |
A string indicating the multivariate imputation method. Usually "knn" or "rf" |
groupvar |
A numeric or string indicating the variable from the phenodata with the QC samples to apply the pre-processing functions that require QC. |
qcname |
The QC name from the groupvar |
scale |
Boolean indicating if the pca should be scaled or not. |
A prcomp object
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.