Description Usage Arguments Value Author(s) Examples
Compute variance explained by PCA, given a Seurat object for which the PCA dim. reduction has been calculated
1 | getVarianceExplained(seurat, n = 10)
|
seurat |
Seurat object |
n |
Numeric, number of PCs for which variance should be reported. Default: 10 |
List with two vectors, "percent.var.explained" and "cumulative.var.explained",
reported for the first n
PCs
Adapted from Yang Yang
1 | getVarianceExplained(pbmc, n = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.