powered by
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 PCs and is much faster to run.
PCElbowPlot(object, num.pc = 20)
Seurat object
Number of PCs to plot
Returns ggplot object
# NOT RUN { PCElbowPlot(object = pbmc_small) # }
Run the code above in your browser using DataLab