Hi Ian @i.sudbery, Thank you for your reply, I appreciate your time and comprehensive advice.
Regarding your first suggestion in which you subset for week 0 and week 2 - if I am making the first plot, showing the gene counts across all timepoints along with the week0 week2 comparison, is it valid if the normalised counts for plotting originate from a non-subsetted dds of all timepoints (for example: norm_counts = normTransform(dds_all_timepoints) , while the week0vs2 statistical result shown in the plot comes from a week0&2 subsetted dds as you showed above? Said another way, can you indicate statistical significance calculated from a subsetted dds beside count data generated by another dds? I get the feeling that if I show counts, any stats comparisons should be generated from the same dds. I hope that makes sense
Thanks again.
The closest I have in my mind is the following:
However, I don't understand whether this result is written properly. This design also does not correct for patient id of each sample.
Thank you for any help.