sce_get_cc_genes: Identify cell cycle-related genes by using variance explained...

View source: R/hvg.R

sce_get_cc_genesR Documentation

Identify cell cycle-related genes by using variance explained threshold.

Description

For more details see the HVG selection section in ⁠02_norm_clustering.yaml⁠ config.

Usage

sce_get_cc_genes(sce, var_expl_threshold, variable = "phase", ...)

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().

Value

A character vector of gene IDs marked as CC-related.


bioinfocz/scdrake documentation built on Sept. 19, 2024, 4:43 p.m.