limma model.matrix design for crossover study

41 views Asked by At

I'm working with data from a crossover disease study to run limma on. The data would look something like this:

enter image description here

If I wanted to create a design matrix where I cared about how gene expression changes with condition interacting with time, would it look something like:

model.matrix(~Person + Condition + Time + Condition:Time) or model.matrix(~Condition*Time)?

0

There are 0 answers