runPCA | R Documentation |
Dimension reduction using PCA
runPCA(data.use, do.fast = T, dimPC = 50, seed.use = 42, weight.by.var = T)
data.use |
input data (samples in rows, features in columns) |
do.fast |
whether do fast PCA |
dimPC |
the number of components to keep |
seed.use |
set a seed |
weight.by.var |
whether use weighted pc.scores |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.