Hi,
the default DESeq2::DESeq(betaPrior=TRUE) parameter seems to prevent finding single highly significant genes (e.g. inserted into a random...data set):
<pre>
library(DESeq2)
ex <- makeExampleDESeqDataSet(n = 60000, m = 10)
design(ex) <- ~ condition
spikeIn <- matrix(as.integer(c(5,0,177,69,119, 57842...lt;- DESeq(ex, modelMatrixType = "standard", parallel =…
