decideTestsDGE(object, adjust.method="BH", p.value=0.05, lfc=0)
DGEExact
object, output from exactTest
,
or DGELRT
object, output from glmLRT
or glmQLFTest
, from which
p-values for differential expression and log-fold change values may be extracted."none"
, "BH"
, "fdr"
(equivalent to "BH"
), "BY"
and "holm"
. See p.adjust
for details.TestResults
(see TestResults
).
This is essentially a numeric matrix with elements -1
, 0
or 1
depending on whether each DE p-value is classified as
significant with negative log-fold change, not significant or
significant with positive log-fold change, respectively.decideTests
in the limma package.