Hi,
I have 4 strains: A,B,C, D each with mutant and wild samples. I ran differential expression analysis with two designs:
1) design = ~ Condition
to get differentially expressed genes for contrast mutant_vs_wild
2) design = ~ Condition_strains
to get differentially expressed genes for contrast mutant_A_vs_mutant_B
Now I want to make a boxplot as follows from res object for multiple genes:
Please advise. Thanks.
Where are you stuck ? You need to dig into ggplot2 functions