bartongroup / RATS

Relative Abundance of Transcripts: An R package for the detection of Differential Transcript isoform Usage.
MIT License
32 stars 1 forks source link

Fold Change #19

Closed fruce-ki closed 7 years ago

fruce-ki commented 7 years ago

RATs uses the difference between proportions as its effect size and the volcano plot uses that difference as its x axis. Fold-change was dismissed early on, as fold-cahnge of proportions is difficult to interpret and possibly nonsensical. However, fold-change of the transcript abundance could be useful additional information and possibly useful as an additional constraint.

fruce-ki commented 7 years ago

Fold-changes require normalisation of the input to cancel out sequencing depth variation. Even so, the FC will be influenced by DGE. I think having the FC field and the plots may still be useful in identifying outlier/interesting transcripts. However, without normalisation, a hard threshold included in the DTU decision process is not possible.