Description Usage Arguments Value
View source: R/dimension_reduction.R
performs PCA based on Rfast
1 | pca_giotto(mymatrix, center = T, scale = T, k = 50)
|
mymatrix |
matrix or object that can be converted to matrix |
center |
center data |
scale |
scale features |
k |
number of principal components to calculate |
list of eigenvalues, eigenvectors and pca coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.