Hi,
I am new to BioInformatics and I would really appreciate if you could help me with this problem. I have a proteomics dataset with the following columns:
Protein CTR_1 CTR_1 T_1 T_1 CTR_2 CTR_2 T_2 T_2 CTR_3 CTR_3 T_3 T_3
Basically, for each protein, I have pairs of control and treatment samples collected at three time intervals (0h, 12h, 24h).
I want to find a p-value for proteins to identify differentially expressed proteins.
Could you please help me decide which test(s) I should perform here? Should I do three different two sample t-tests (if so, how would I get a single p-value for each protein?) or should I perform a repeated measure anova or something else?
Also can I use limma package to do so as I believe it provides ones with better p-values compared to using t.test( ).
Thank you!
Hi, Appreciate if you could point me to a reference book that I can follow in this regard.