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
DimElbowPlot(object, reduction.type = "pca", dims.plot = 20, xlab = "",
ylab = "", title = "")
Seurat object
Type of dimensional reduction to plot data for
Number of dimensions to plot sd for
X axis label
Y axis label
Plot title
Returns ggplot object