I know the Biology behind deferentially expressed transcripts
.
But I do not understand what does it mean / difference between deferentially expressed genes
and deferentially expressed transcripts
/ isoform levels?
In my RNA-Seq analysis, there are sig. difference data at DEG levels, but those genes are not present at the transcript level. Is this possible? or my analysis went wrong?
Hypothetical e.g.:
@ At1g16610 ; I have sig results
But @ At1g16610.1 /At1g16610.2 / At1g16610.3 etc nothing is significant.
** I am a wet-lab person, learning bioinformatics thanks to this great community at BIOSTAR
For better understanding: Which tool did you use for your analysis? What do you mean in your example? Do you mean that on transcript level the single ones are not significant but in a combined "whole" single "thing" they are significant?
Yes, on transcript level the single ones are not significant but in a combined "whole" single "thing" they are significant? I.e. at Gene level , it is significant, but not at isoform level.
This is my analysis pipeline
Thank you for the clarification and the overview of your analysis pipeline. Sadly this problem exists and depends on the tools you use. There are tools that just "split" the fpkm values between the isoforms such that every single one has the same, some others are calculating the a little bit weirdly. The problem regarding isoforms is, that you usually do not know, from which isoform the exon origins (for exons used in 1,2,3... all isoforms) so you have to make assumptions on that. I really do not know on the fly what your tools are doing on this topic because I personally use completely different. What you could possible do is, have look at the The Integrative Genomics Viewer (IGV) to have a look on the read distribution.
Not sure I understand this response. If doing differential expression, you shouldn't be using "fpkm values" in the first place (so unless you're using some outdated tool, there shouldn't be any "splitting" of "fpkm values" evenly between isoforms). Most tools nowadays should be able to reliably estimate which isoform a read comes from.
https://liorpachter.wordpress.com/2018/02/15/gde%C2%B2-dge%C2%B2-dtu%C2%B2-dte%E2%82%81%C2%B2-dte%E2%82%82%C2%B2/
In answer to your question: Yes, it is possible. Per the source above: "A key issue with DTE is that there are many more transcripts than genes, so that rejecting DTE null hypotheses is harder than rejecting DGE null hypotheses."
Thank you dsull. Appreciate.
Thank you Pyretu. Appreciate.