There was an earlier post that nicely explained how to build a design matrix for a paired responder vs non-repsonder analysis: https://support.bioconductor.org/p/95143/#124666
In that example, the assumption was that there were two conditions, "screen" and "treatment", representing before and after treatment. What if instead there are several conditions, say "before", "during" and "after", how would you specify that you want "before" to be the base case for your comparison to "during" or "after"? It seems like it might be defaulting to alphabetical order, leaving me without the "groupY.conditionAfter" and "groupN.conditionAfter" variables to contrast.
I also commented in that other post if anyone prefers to respond there. Thanks!
No one really wants to hold your hand through how to use the software. You will get better answers if you read through some DESeq tutorials, write some code using the examples you see, and ask about specific lines that you think might not be doing what you want them to.
As far as I can tell this is not explained in the tutorials (I have read them). I'd be happy to be wrong about that though, so please point me to where you see it explained and I'll be out of your hair. It does not seem to be a very basic form of analysis and one that could easily be done wrong because of the wonky way in which the design matrix is generated. This is why I was seeking an expert opinion. Not everyone is an expert. Not everyone is a nice person either I guess.