Difference in differential gene expression
0
0
Entering edit mode
4.0 years ago
Marcel • 0

Hello,

I have RNA-seq data from 4 different conditions. Basically, it's wild type, knockout, wild type under heatshock and knockout under heatshock. I want to find whether there is a significant change between the wild type and the knockout regarding the up/down regulation of genes under heatshock conditions.

So far, I have analyzed the pairwise differential expressions using DESeq2. What I can now of course do, is to look whether the significantly differentially expressed genes upon heatshock in the wild type are also significantly up/down in the knockout. But it's not exactly what I want. Basically what I what to know is whether there's a significant change in the change upon heatshock between wild type and knockout.

I have so far not found a way to do this. One rather naive idea I had is to run DESeq2 with the difference in readcounts upon heatshock rather than the actual readcounts for each gene. Is this a good idea or there any other or better ways to do this?

RNA-Seq expression • 728 views
ADD COMMENT
1
Entering edit mode

How did you setup your design parameter? Please show this and the colData. One could do this probably with interactions but it depends on how you encoded your groups.

ADD REPLY
0
Entering edit mode

I'm using DESeqDataSetFromHTSeqCount. For my pairwise comparisons, I had sampleTables like this:

sample  file    group   replicate
WT_1_NHS    WT1.readcounts.tsv  WT_NHS  1
WT_2_NHS    WT2.readcounts.tsv  WT_NHS  2
WT_3_NHS    WT3.readcounts.tsv  WT_NHS  3
KO_1_NHS    KO1.readcounts.tsv  KO_NHS  1
KO_2_NHS    KO2.readcounts.tsv  KO_NHS  2
KO_3_NHS    KO3.readcounts.tsv  KO_NHS  3

(this one was for WT non-heat shock vs. knockout non-heat shock. My tables for the other comparisons look analogously). The design parameter is "~group". I'll have a closer look at the interactions function of DESeq2 then.

ADD REPLY
0
Entering edit mode

Have you read the vignette? Did you look at the section on interactions?

ADD REPLY
0
Entering edit mode

Yes, I did look at the vignette. I guess, I misunderstood the interactions section. Thanks for pointing me in that direction.

ADD REPLY

Login before adding your answer.

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