script for creating a table of p values
I have a large table of 40 rows (4 groups of 10 samples) and 10000 columns of values—1. Is there a way for me to quickly run t-tests/ANOVA comparing particular group against another group, for each of those columns and list the p-values in a table to quickly sort through to understand the ones that are significantly different? 2. Also, is it possible to set the p-value is such test to correct for ...