25 November 2017 4 10K Report

My experiment have several treatments (e.g. A, B, and C).

If I have interest in differentially expressed genes (DEGs) over all treatments, ANOVA will be good enough.

However, my major focus is identification of DEGs between two treatments, but came into trouble with adjusting p-values. What will be the best solution for adjusting p-values?

1. just perform multiple test correction (e.g. p.adjust function of R) using p-values from each pairwise comaprisons (e.g. A vs B)?

2. collect all p-values from all pairwise comparisons (A vs B, A vs C, B vs C) and run single mutliple testing correction and report q-values?

3. any best solution for this?

Thank you in advance.

Similar questions and discussions