Automatically determine optimal PCA dimensions using multiple robust methods
Source:R/17-FindRobustElbow.R
FindRobustElbow.RdThis function combines multiple statistical approaches to automatically determine the optimal number of principal components (PCs) for downstream single-cell analysis. It integrates variance-based heuristics, elbow detection algorithms, and provides comprehensive visualization for result validation.
Usage
FindRobustElbow(
obj,
verbose = SigBridgeRUtils::getFuncOption("verbose") %||% TRUE,
ndims = 50L
)See also
Other single_cell_preprocess:
FilterTumorCell(),
Pattern2Colname(),
QCPatternDetect(),
RegisterSeuratMethod(),
SCAnnotate(),
SCIntegrate(),
SCPreProcess(),
SCPreProcessStrategy,
compatible_with_3.0.2()