For given Seurat Object, retrieve principal components and compute proportion of explained variance.

propVarPCA(so, reduction.name = "pca")

Arguments

so

Seurat Object

reduction.name

Name of reduction to use. Default is 'pca'.

Value

data.frame summarize proportion of variance explained by each principal component

Author

Nicholas Mikolajewicz