Hi everyone, I am new here.
I want to ask a question about multiple comparisons.
what I am doing is comparing a lot of genes in several groups.
my data is like..
A1 ... B1... C1...D1...
gene1 x...x...x...x...
gene2 x...x...x...x...
....
gene1000 x...x...x...x...
Finally, I focus on some genes that show significant differences in A vs B but not in C vs D, or C vs D but not in A vs B.
I know we must adjust the p-value. For serval groups, we can do the Tukey test or something else. For genes, we should do a lot of tests, and also we need to adjust by the BH method(?).
So in my case, what should I do? Just choose one factor to adjust? Group or genes?
Or do both of them? like run tests A vs B and C vs D in every gene, and I can get a chart for 1000 rows for genes and 2 columns for comparison. Then adjust between the two comparisons for every gene. After that, adjust the p-value again in A vs B with 1000 genes and C vs D with 1000 genes?
Any other good idea?