Hello,
I'm attempting to compare RNA-Seq datasets where I have two different genotypes (WT and mutant) and two conditions (stimulated and unstimulated). I would like to determine which genes are only differentially expressed between the two genotypes upon stimulation, but are NOT differentially expressed between the two genotypes when unstimulated. ie ((mutant.stimulated Vs WT.stimulated) Vs (mutant.unstimulated Vs WT.unstimulated)).
Is there a way to perform this comparison in DESeq2?
Thanks!
Erin
And if you wanted to find genes which have a different fold change (mutant vs WT) in stimulated compared to unstimulated, you would simply add and test an interaction term between genotype and condition.
Thank you for your quick reply!
Erin