View source: R/utility_functions.R
varExpPCA | R Documentation |
Get number of PCs that explain a pre-specified amount of variance.
varExpPCA(object, variance_explained = 0.9, reduction_name = "pca")
object |
Seurat object |
variance_explained |
proportion of variance explained. Default is 0.9. |
reduction_name |
name of slot with PCA reduction. default is "pca". |
number of PCs explaining specified amount of variance
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.