Hello, I am using limma to analyse differential gene expressions. For modeling u need a design and contrast matrix. I just want to know whether anyone has experience with it.
Suppose that expressions are from wild type (WT) and mutants(M) and these are either stimulated (S) or unstimulated (U). For wild type I have 40 expressions values and for mutant 20. Should I correct for the different group size?
So when I want to know which genes respond differently in mutant compared to wild type, Which formula should I use for the contrast Matrix:
Diff=(M.S-M.U)-(WT.S-WT.U)
or
Diff=(M.S/20-M.U/20)-(WT.S/40-WT.U/40)
The best place to ask this is the Bioconductor mailing list, after reading the excellent limma user guide.