Calculate the principal component (PC) cutoff using a heuristic approach.
Usage
plotPcElbow(object, ...)
# S4 method for class 'Seurat'
plotPcElbow(object, minPct = 0.01, maxCumPct = 0.9)Details
Automatically return the smallest number of PCs that match the minSD,
minPct, and maxCumPct cutoffs.
Examples
data(Seurat, package = "AcidTest")
## Seurat ====
object <- Seurat
plotPcElbow(object)