Description Usage Arguments Details Value
View source: R/functions_PCA.R
'getPCAData' performs a principal component analysis (PCA).
1 | getPCAData(dataList, boolPlotResults = FALSE)
|
dataList |
A Revelio object that contains a raw data matrix with assigned cell cycle phases. |
boolPlotResults |
TRUE/FALSE if pairwise PCA plots should be shown. |
The data is transformed to z-scores and PCA is applied. When creating the Revelio object, the user should have defined which genes should be utilized for the PCA. By default this should be 'variableGenes' but can be changed to 'allGenes'. Be aware that the algorithm takes much longer when using all genes.
Returns the same Revelio object given as input but now with added PCA information under the transformedData panel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.