Description Usage Arguments Value
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
1 2 | DimElbowPlot(object, reduction.type = "pca", dims.plot = 20, xlab = "",
ylab = "", title = "")
|
object |
Seurat object |
reduction.type |
Type of dimensional reduction to plot data for |
dims.plot |
Number of dimensions to plot sd for |
xlab |
X axis label |
ylab |
Y axis label |
title |
Plot title |
Returns ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.