Hi,
I am trying to analyze microarray data from a clinical trial where two groups were randomized to 2 different diet types (control and experimental diet) and trying to determine if the experimental group shows significant gene expression changes than control group from before the diet to after the diet. So here, instead of log normalized intensity data, I am using log2 ratio of end of study intensity and baseline intensity as the dependent variable. I was wondering can this be modeled using limma? To my best understanding, limma expects log normalized gene expression and not ratio of log normalized gene expression at two different time points. If not, should I just use simple linear model for this?
Hi,
Thank you again for your reply. In my experimental design, I have two groups of individuals (human samples) fed with two separate diets over a period of 18 weeks. One is a control diet and another is an experimental diet. Both the groups were profiled for gene expression before (week 0) and after the diet (week 18). Now I want to find which of the genes are differentially induced or suppressed in the experimental group as compared to the control group. Would an appropriate model in this case be a comparison of the two groups one at baseline and other at end of study and see any new genes are differentially expressed at end of study that is not seen at beginning of study?
No, that's not an appropriate approach. The correct approach is as I indicated to you 5 months ago. I'll spell it out more explicitly here.
Let's suppose your data is like this:
Form the design matrix like this:
Then use a limma analysis to find genes DE for the contrast:
ExperimentalvsBaseline - ControlvsBaseline
.Thank you again. This was very helpful.