Usage
tmodDecideTests(g, lfc = NULL, pval = NULL, lfc.thr = 0.5,
pval.thr = 0.05, labels = NULL, filter.unknown = FALSE, mset = "all")
Arguments
g
a character vector with gene symbols
lfc
a numeric vector or a matrix with log fold changes
pval
a numeric vector or a matrix with p-values. Must have the same dimensions as lfc
lfc.thr
log fold change threshold
pval.thr
p-value threshold
labels
Names of the comparisons. Either NULL or a character
vector of length equal to the number of columns in lfc and pval.
filter.unknown
If TRUE, modules with no annotation will be omitted
mset
Which module set to use. Either a character vector ("LI", "DC" or "all", default: LI) or a list (see "Custom module definitions" below)