I am working with an experiment on several genes (#41350) based on two factors: Lcells (levels: "pos", "neg"), microbe(levels: "CR", "GF"). I have implemented ANOVA test (aov) for each individual gene separately comparing Lcells*microbe. The result is different p-values of Lcells, microbe and the interaction for each individual gene (a matrix of 41350*3). Now, how should I adjust p-values? What is the vector I should feed into p.adjust()? Shall I adjust all Lcells p-values of all genes together, then microbe p-values of all genes separately and ...?
Thanks for your help!