JackStraw: Determine statistical significance of PCA scores.
Description
Randomly permutes a subset of data, and calculates projected PCA scores for
these 'random' genes. Then compares the PCA scores for the 'random' genes
with the observed PCA scores to determine statistical signifance. End result
is a p-value for each gene's association with each principal component.
Proportion of the data to randomly permute for each
replicate
display.progress
Print progress bar showing the number of replicates
that have been processed.
do.par
use parallel processing for regressing out variables faster.
If set to TRUE, will use half of the machines available cores (FALSE by default)
num.cores
If do.par = TRUE, specify the number of cores to use.
Note that for higher number of cores, larger free memory is needed.
If num.cores = 1 and do.par = TRUE, num.cores will be set to half
of all available cores on the machine.
maxit
maximum number of iterations to be performed by the irlba function of RunPCA
Value
Returns a Seurat object where object@dr$pca@jackstraw@emperical.p.value
represents p-values for each gene in the PCA analysis. If ProjectPCA is
subsequently run, object@dr$pca@jackstraw@emperical.p.value.full then
represents p-values for all genes.