Hi,
I have three conditions in my data
- Temperature (30C and 37C)
- Media(YPD, YPD-CFW, YPD-EGTA, YPD-EGTA-CFW)
- FLC1(Wild-Type and Delta)
I want to construct a design experiment to answer the question of how gene expression differs in all conditions. Also, I want to add the interaction, if possible, to the model. How to decide the appropriate model in my case? I was wondering what the criteria or metric could be used to choose the appropriate design.
Code should be placed in three backticks as shown below
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
So, the design relies on what is my purpose, right? Not examine in all conditions like a regression model?
In my understanding, I have included all variables in the design, so we can determine which variable has a significant effect on gene expression. But in your explanation, there is no measurement to say this model is appropriate than others? Then, does DESeq2 only compare 2 conditions, for example foldchange between flc1 (WT vs delta), although I have other variables such as temperature and media?
So, I can build many comparison from all factor combinations? for example WT vs delta, 30c vs 37c, 30WT vs 37 WT, 30delta vs 37delta and etc include comparison among media (YPD, YPD-CFW, YPD-EGTA, YPD-EGTA-CFW?