Access edgeR test statistic
1
0
Entering edit mode
5.0 years ago
rrcutler ▴ 120

I'd like to know an easy way to access test statistics calculated after using the exactTest() function in edgeR. I'd like to use these with fdrtool to attempt to estimate corrected FDR values due to a skewed p-value distribution. Currently, in the object produced by this function, I can only access:

> colnames(res$table)
[1] "logFC"  "logCPM" "PValue" "FDR"

Thanks, R

edgeR • 1.1k views
ADD COMMENT
1
Entering edit mode
5.0 years ago
Gordon Smyth ★ 7.0k

exactTest conducts the exact negative binomial test directly from the data, so the p-values are not computed via a test statistic.

topTags already computes FDR bounds using the Benjamini-Hochberg method. In this context I would recommend Benjamini-Hochberg over fdrtool anyway because it is more conservative and makes fewer assumptions.

ADD COMMENT

Login before adding your answer.

Traffic: 1870 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6