Hi,
I always am asking myself and can't answear then you have differential expression and one of the conditions are zero? Most of the time the software get division by zero and discard these results (or if the value is close to zero you get "inf" of something), is this correct?
I mean if on one condition the gene is 0 (not expressed) and in other 1000, you will get it discard it, but in general you can have switching on a gene, or probably, your sequencing, if you have it a bit more deep you will get 10 and 10000, and than will not be discarded, and get a nice log2, upregulation?
So my question is what is the right thing you do in such cases, and what is a biologically relevant/right (not statistically)?
why would u discard it when you see
Inf
to-Inf
?Ok the Inf probably was bad example, but I'm more interested in the main case when one is zero?
Cuffdiff seems to discard things for no reason. I don't recall DESeq2 or edgeR doing that.