Hello everyone, I'm facing a challenge while trying to conduct RNA-seq analysis. After completing the differential expression analysis using DESeq2, I found that there are very few differentially expressed genes, but there are quite a few differentially expressed transcripts. Why do transcripts show differential expression while genes don't?
I carefully checked the count data and noticed that some transcripts show differential expression, but other isoforms of the same gene exhibit an opposite trend, or their expression levels are much higher than the differentially expressed transcript. In this case, should I trust the results of the differentially expressed transcripts?
I'm planning to use another method (Htseq) for counting, and I'm not sure if the results will differ from those obtained using RSEM. Additionally, I checked these transcripts on Gene Browser and found that some of the differences are quite small. Does this really matter? Will the encoded protein be different?
In short, I'm very confused about how to interpret differential transcripts. If there are any good courses that can help me, I would greatly appreciate it!!
RSEM calls transcript level expression first and then aggregates them to gene-level based on the length and percentage of each transcript. I'm not sure if that helps but just thought you should have a bit more information if you don't know this already.