Description Usage Arguments Details Value
Perform PCA based dimension reduction
1 |
object |
A sincera object |
genes |
The set of genes used for PCA |
use.scaled |
If TRUE, use the scaled expression for PCA. |
use.fast |
If TRUE, use gmodels::fast.prcomp(); otherwise, use stats::prcomp() |
When use.fast is TRUE, please refer to ?gmodels::fast.prcomp for more parameters to control the PCA When use.fast is FALSE, please refer to ?stats:prcomp for more parameters to control the PCA
The update sincera object with PCA results in the pca slot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.