Hi all,
I'm currently doing RNA-seq data analysis to assess differential expression between genes.
If I understand well, standard methods for counting reads does not take into account reads mapped to multiple loci, which doesn't allow to evaluate expression of duplicated genes.
I saw that there is a new tool that deals with multiple alignments (mmquant).
I was wondering if I still use a "classical" counting tool for uniquely mapped reads, like featurecounts, and then add the results of mmquant for the multiple alignments.
Does that make any sense, or is it statistically stupid and will mess with the normalization later?
Thanks,
Guillaume
Don't mix and match methods for different genes/types of reads, that's a recipe for messing up the downstream analysis.
Thank for the tip, I had a bad feeling about this idea.