Skip to contents

Printing some info before the enrichment runs

Usage

.info_enrichrun(n_de, n_de_selected, de_type, res_de = NULL)

Arguments

n_de

Numeric, number of DE genes (in total)

n_de_selected

Character vector, containing the selected DE genes

de_type

Character string, specifying up/down/both direction of DE regulation

res_de

The res_de container as expected in most mosdef functions.

Value

Prints out an informative summary message.

Examples

# .info_enrichrun(10, c("geneA", "geneB"), "up")