PlotElbowPCA: PlotElbowPCA

View source: R/Visualization.R

PlotElbowPCAR Documentation

PlotElbowPCA

Description

PlotElbowPCA

Usage

PlotElbowPCA(
  object = NULL,
  dims = 30,
  pSize = 4,
  lSize = 0.5,
  alpha = 0.6,
  selDim = NULL,
  text_size = 20
)

Arguments

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.

Value

A ggplot object containing the elbow plot.


MartinLoza/RNAseqAnalysis documentation built on March 18, 2022, 2:13 a.m.