plotPCElbow: Plot PC Elbow

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Calculate the principal component (PC) cutoff using a heuristic approach.

Usage

1
2
3
4
5
plotPCElbow(object, ...)

## S4 method for signature 'seurat'
plotPCElbow(object, minSD = 1L, minPct = 0.025,
  maxCumPct = 0.9, trans = c("identity", "sqrt"), plot = TRUE)

Arguments

object

Object.

...

Additional arguments.

minSD

Minimum standard deviation.

minPct

Minimum percent standard deviation.

maxCumPct

Maximum cumulative percent standard deviation.

trans

Name of the axis scale transformation to apply. See help("scale_x_continuous", "ggplot2") for more information.

plot

Include plot.

Details

Automatically return the smallest number of PCs that match the minSD, minPct, and maxCumPct cutoffs.

Value

Author(s)

Michael Steinbaugh

See Also

Other Clustering Functions: cellTypesPerCluster, knownMarkersDetected, plotCellTypesPerCluster, plotFeatureTSNE, plotKnownMarkersDetected, plotTSNE, sanitizeMarkers, topMarkers

Examples

1
2
# seurat ====
plotPCElbow(seurat_small)

WeiSong-bio/roryk-bcbioSinglecell documentation built on July 6, 2019, 12:03 a.m.