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.
See also
Other single_cell_preprocess:
ClusterAndReduce(),
FilterTumorCell(),
ProcessSeuratObject(),
QCPatternFilter()