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