edgeR: fold change reported by exactTest for zero values of rna-seq
1
0
Entering edit mode
Nick N ▴ 60
@nick-n-6370
Last seen 8.6 years ago
United Kingdom

I have used the exact test in edgeR to compute the log fold changes. Here is the snippet:

d <- DGEList(counts=counts, group=samples$Condition)
d <- calcNormFactors(d)
d <- estimateCommonDisp(d)
d <- estimateTagwiseDisp(d)
de <- exactTest(d)

I've noticed that some genes have zero expression in all samples belonging to one of the two conditions. This would make the fold change mathematically undefined (division by zero). Yet the FC is reported as being ~2^-9. My question is - how does edgeR come up with this value? I've checked both the manual and the reference guide but couldn't figure out. There are various functions that accept pseudocounts as parameters but I have entered none in my snippet. So how does edgeR make up for the zero values in this particular case (which seems to be the default usage of the exactTest).

Thanks!

Nick

edgeR • 1.7k views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 1 hour ago
WEHI, Melbourne, Australia

This question was answered here: edgeR: fold change reported by exactTest for zero values of rna-seq

ADD COMMENT

Login before adding your answer.

Traffic: 946 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