contrast setup for multiple factors to find a specific combination
3
0
Entering edit mode
morgene • 0
@morgene-8865
Last seen 8.6 years ago
United States

Hello,

I have a multifactor RNA-seq experiment I’m trying to analyze with DESeq2 (Vs. DESeq2_1.8.1). I am not sure how to setup the contrasts to find the right subset of deferentially expressed genes.

This is the design I use:

design = ~ treatment + genotype + genotype:treatment

Treatment factor has 2 levels: “Tret” or “Mock” (Mock is the base level)

Genotype factor has 4 levels: “A”, “B”, “C”, “D”.

My resultsNames(dds) are therefore:


[1] "Intercept"                                        " treatmentMock "            

[3] " treatmentTret "                               "genotypeA"                   

[5] "genotypeC"                                     "genotypeD"                   

[7] "genotypeB"                                     " treatmentMock.A"

[9] " treatmentTret.genotypeA"             " treatmentMock.C"

[11] " treatmentTret.genotypeC"            " treatmentMock.D"

[13] " treatmentTret.genotypeD"           " treatmentMock.B"

[15] " treatmentTret.genotypeB" 


I am interested in finding  genes with specific deferential expression in C+D genotypes and only in “Tret” condition.

Thanks a lot,

Moran

deseq2 • 960 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 4 hours ago
United States

hi,

"differential expression in C+D genotypes and only in “Tret” condition"

Can you be very specific about what you are looking for? 

Do you mean, differences in genotype C or D vs A or B in Tret, and which are not differentially expressed C/D vs A/B in Mock?

With four genotypes, there are many possible ways there can be differences. There are six pairwise comparisons. Then there are situations where C and D are different than B but not A, etc.

ADD COMMENT
0
Entering edit mode
morgene • 0
@morgene-8865
Last seen 8.6 years ago
United States

Hi Michael, thank you for the reply

The structure of the experiment and aims in this analysis are to find those gene that are common to C and D and have differential expression compared to Tret and A and B. You can imagine that C and D share a genetic component (and so do A and B) and we want to find its influence on Tret

ADD COMMENT
0
Entering edit mode

I'd recommend speaking to a local statistician at your institute. There are lots of specific quantitative choices here which are not really software questions. As in my previous post there are many ways that C and/or D can be different than A and/or B. Additionally there are many ways that C and/or D vs A and/or B can be specific to Tret (DE in Tret and not DE in Mock? If not DE in Mock, this would require you to define a band of LFC which you consider small enough to consider "not DE", or alternatively, what if there is a fold change in Mock but it is significantly higher in Tret and should this count as specific to Tret)

ADD REPLY
0
Entering edit mode
morgene • 0
@morgene-8865
Last seen 8.6 years ago
United States

Thank you for reply and all the good work. I do see this is more of a general statistical question rather then a DESeq2 issue.

MF

ADD COMMENT

Login before adding your answer.

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