I am pretty new to R. I need to perform anova tests for a set of around 40 proteins against 2 clinical variables (both categorical). I need to obtain all p-values for each single protein, but when I use aov() and summary() to visualise the results obtained from the test, only one p-value appears. How can I view all the p-values for each of the proteins? Thank you!
I attached here a screenshot of my code anova tests