run_limma: Run DGE: 'limma'

View source: R/run_limma.r

run_limmaR Documentation

Run DGE: limma

Description

Run Differential Gene Expression with limma.

Usage

run_limma(exp, level2annot, mtc_method = "BH", verbose = TRUE, ...)

Arguments

exp

Expression matrix with gene names as rownames.

level2annot

Array of cell types, with each sequentially corresponding a column in the expression matrix.

mtc_method

Multiple-testing correction method used by DGE step. See p.adjust for more details.

verbose

Print messages. #' @inheritParams orthogene::convert_orthologs

...

Additional arguments to be passed to gorth or homologene.

NOTE: To return only the most "popular" interspecies ortholog mappings, supply mthreshold=1 here AND set method="gprofiler" above. This procedure tends to yield a greater number of returned genes but at the cost of many of them not being true biological 1:1 orthologs.

For more details, please see here.

Value

limma results.


NathanSkene/EWCE documentation built on April 10, 2024, 1:02 a.m.