I am running DESeq2 to find DEGs between multiple samples, but I'm not able to decide what type of design to use, and how to arrange my data?
My data the following categories-
1.DISEASE SUBTYPE | 2. TYPE OF MUTATION
A | mut1 | mut2 | mut3
B | mut1 | mut2 | mut3
C | mut1 | mut2 | mut3
There are three different mutation backgrounds (mut1, mut2, mut3) common in each of the disease subtype (A, B, C).
I want to compare my NORMAL HEALTHY samples with each of the Amut1, Amut2, Amut3, Bmut1, Bmut2... and so on. (and also inter-category comparisons)
How should I arrange/tidy my data for DESeq2, and what should I write for the design? Should I just compare them pairwise separately, or make a complex design for R?
Any kind of help is appreciated, I'm just a beginner. Thank you!!!
Thank you so much!! This is really helpful!