Entering edit mode
4.1 years ago
cg1440
▴
60
When setting up the design matrix that will be used to fit the linear model for differential gene expression using the limma package, is it necessary that each two paired samples be right next to each other in the matrix? (e.g. 1_a 1_b 2_a 2_b ...) Or does it still work when the paired samples are not next to each other? (e.g. 1_a 2_a 3_a 1_b 2_b 3_b ...)
No, it does not matter. It would be mentioned in the limma manual if it was.
Alright, thank you for your reply.