Hello,
I have done DEXSeq test for my C, L, S three conditions samples and got the html report like below:
I noticed that the log2 fold changes are caculated by the usage coefficient columns(c, l, s), but I am not clear that how those coefficients are caculated. I assume they are caculated based on statistic fomula described in the paper and vignette, but I couldn't understand it because of lacking related knowledge. So could anyone explain it for me in a understandable way?
In addition, I have a question about the "splicing" plot in the html report. I read the post:DEXSeq Usage and Expression Confusion In the post, Simon explained that the exon usage in splicing plot is by "averaging out effects of overall expression" I could understand the basic concept but I want to know that how the "average out" works and Is it related with the usage coefficients?
Actually, I want to do further filteration based on the exon usage value in the splicing plot, however these value are neither stored in the html report nor in the DEXSeqResults object, instead they are calculated during the plot process. So is there a way that could output the exon usage value?
Please give me any comments and answers, thanks a lot.
Jason Wu
Hi Alejandro,
Thanks for your answer, it really helps me to understand the dexseq! But could you answer my another question. I update my question with a splicing graph added. From the graph , you can see that the "exon usage" values are completely different comparing with "exon usage coefficients" showed in the result form(For example, E003's exon usage are all nearly 1000 in the graph, while the coefficients are C:54.310, L:52.722, S:53.664 , respectively). But they do share the same trend(e.g. For E003, C has the highest "exon usage" values and C:54.310 is the largest one as well). So my question is how to map the "exon usage" values in the splicing graph to "exon usage coefficients" in the result form, or how can I fetch the "exon usage" values in the splicing graph.