View source: R/Visualization.R
PlotElbowPCA | R Documentation |
PlotElbowPCA
PlotElbowPCA( object = NULL, dims = 30, pSize = 4, lSize = 0.5, alpha = 0.6, selDim = NULL, text_size = 20 )
object |
Seurat object with calculated PCA. |
dims |
Number of dimensions to plot. |
pSize |
Point size. |
lSize |
Line size. |
alpha |
Point transparency. |
selDim |
Selected dimension. |
text_size |
Plot's text size. |
A ggplot object containing the elbow plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.