DESeq2: test differences between log2FoldChanges
1
1
Entering edit mode
@kaiamattioli-13670
Last seen 6.7 years ago

I'm wondering if there's a way to leverage the log2FoldChange and lfcSE (log2FoldChange standard error) in order to calculate whether fold changes between genes are significantly different. (i.e., in the graph below, is there a way to determine whether this difference in fold change between these 2 genes in this experiment is significantly different?)

It seems like all of the information is there to perform some sort of statistical test, though I'm wary of back-calculating the variance from the lfcSE in order to use a formula for, say, a t-test.

Thanks!

 

deseq2 • 1.5k views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 2 hours ago
United States

We don't have a function for comparing the LFC between genes. I could think of some ways to hack it (like putting the counts from both genes together, and running an interaction model), but do you really need a p-value for this? Could you just say that they are different sign, and that the confidence intervals at level 68% do not overlap?

ADD COMMENT
0
Entering edit mode

Hi Micheal, do you mind expanding on how you would put the counts from both genes together so we can get the differences between the fold changes of two different genes?

This also raises a question of how do we compare levels of different genes against each other in a group of samples? This is obviously limited by the problem of gene length and GC bias, but after correction for that (EDASeq), could we then use the DESeq2 model to make this comparison?

ADD REPLY
1
Entering edit mode

While it seems possible (having a gene term, and then testing the interaction between gene and condition) I don't see the point, so I'm probably not going to work out a software implementation for this. I think just showing the two coefficients and their SE or posterior intervals is preferable to a null hypothesis test.

ADD REPLY

Login before adding your answer.

Traffic: 580 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