Description Usage Arguments Value
View source: R/preprocessing_filtering_reduction.R
Run sparse PCA using irlba SVD
1 | pca_irlba_for_sparseMatrix(x, n_comp)
|
x |
A sparse normalized matrix (features x cells) |
n_comp |
The number of principal components to keep |
The rotated data, e.g. the cells x PC column in case of sc data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.