DEXSeq results for multiple time points
1
0
Entering edit mode
igor ▴ 40
@igor
Last seen 10 months ago
United States

I have samples from multiple time points. For the results, I get exon usage coefficient for each time point and a fold change for every time point versus 0. That makes perfect sense. However, there is only one pvalue and padj. What exactly do they represent?

Is there a way to extract the statistics for two specific time points without starting from a new sample table? In DESeq2, for example, the results function has a contrast argument specifically for that.

dexseq • 1.4k views
ADD COMMENT
0
Entering edit mode
Alejandro Reyes ★ 1.9k
@alejandro-reyes-5124
Last seen 6 days ago
Novartis Institutes for BioMedical Rese…

Hi,

Could you add the code that you used as well as the output of the sessionInfo()?

In DEXSeq, you need to specify the two (your variable of interest:exon ) independently for each variable, and adding the other variable as a blocking factor, as in the section "4 Additional technical or experimental variables". In that way you will get a p-value indicating separately the effects of each of your variables in exon usage.

Alejandro

ADD COMMENT
0
Entering edit mode

hi,

something related, if you have multiple condition for the same variable, like Treatment: drug1, drug2, drug3 ... to get the p-value for any pairs, i guess you need to construct the design matrix where the column has only two of them for all the pair-wise comparison? 

thanks!

ADD REPLY
0
Entering edit mode

Hi Lorena,

If you are interested in pair-wise comparisons, I think the easiest is to subset your DEXSeqDataSet object for each pair-wise comparison and then run the analysis separately for each of the subsets. If you use all your conditions in the same DEXSeqDataSet object, DEXseq will test for differences in exon usage in at least one condition compared to the other conditions, then you could use the effect sizes to explore the differences.

Alejandro

ADD REPLY

Login before adding your answer.

Traffic: 764 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6