This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ANOVA vs T-test for comparing groups in timepoints?

I have counted the expression levels of a protein in normal and patient samples in several timepoints (barplot below). I want to know if: 1- is there any significant difference between normal/patient in each timepoint and 2- Is there significant difference between the timepoints? (Which timepoint represents a better change in normal/patient for next analyses.) What statistical test should I use in R? (As seen in the graph I have 3 data from each sample in timepoints. Also can you help me a little with the code?

Thanks

healthy vs patient

r statistics

1 answer

If I understand your experimental design and goals with the data, you need to use a two-way repeated measures ANOVA. Here is a nice tutorial and description of the process in R:

https://www.datanovia.com/en/lessons/repeated-measures-anova-in-r/#:~:text=two%2Dway%20repeated%20measures%20ANOVA,on%20a%20continuous%20outcome%20variable.

Log in to answer this question.