Hi everyone,
I am starting to analyse an RNA-Seq dataset, which was prepared by QuantSeq (3' sequencing), which generates one fragment per transcript, such that the read count is directly proportional to the number of transcripts (https://www.nature.com/articles/nmeth.f.376). I have four different conditions and three replicates between them, and ideally would like to carry out a differential expression analysis. I found this source (https://hbctraining.github.io/DGE_workshop/lessons/02_DGE_count_normalization.html) which suggests that DeSeq2's median of ratios would not generally be suitable for this, as it does not normalise for gene length, but as QuantSeq data does not need to be normalised to gene length anyway, would it be better to use DeSeq2, as EdgeR includes a superfluous gene length normalisation?
Thanks!