Last chance! 50% off unlimited learning
Sale ends in
Plots the standard deviations (or approximate singular values if running PCAFast) of the principle components for easy identification of an elbow in the graph. This elbow often corresponds well with the significant dims and is much faster to run than Jackstraw
ElbowPlot(object, ndims = 20, reduction = "pca")
A ggplot object
Seurat object
Number of dimensions to plot standard deviation for
Reduction technique to plot standard deviation for
data("pbmc_small")
ElbowPlot(object = pbmc_small)
Run the code above in your browser using DataLab