Dear list,
I have a microarray experiment with several samples grouped as: control, drug_conc_a, drug_conc_b, drug_conc_c. That is, a control group and then other groups with different concentrations of a drug (same drug): a, b and c
Besides the comparisons of the control group with respect to each of the concentrations, I'd like to study or compare the three concentrations to highlight potential trends. What is the best way (i.e. most informative and appropriate) to do it? Possibilities for limma:
drug_conc_a - drug_conc_b
drug_conc_a - drug_conc_c
drug_conc_b - drug_conc_c
OR
drug_conc_a - (drug_conc_b - drug_conc_c)
OR
(drug_conc_a - drug_conc_b) - drug_conc_c
OR
(drug_conc_a - drug_conc_b) - (drug_conc_b - drug_conc_c)
Not sure which comparison is the proper one.
Thanks,
Javier
Put limma as a separate tag if you want the maintainers to see this post.