Identify cell cycle-related genes by using variance explained threshold.
Source:R/hvg.R
sce_get_cc_genes.Rd
For more details see the HVG selection section in 02_norm_clustering.yaml
config.
Arguments
- sce
A
SingleCellExperiment
object.- var_expl_threshold
A numeric scalar: threshold for variance explained. Features exceeding this threshold will be marked as CC-related.
- variable
A character scalar: column to use for calculation of variance explained.
- ...
Passed to
scater::getVarianceExplained()
.