R Limma Package, Ebayes, Contrast Matrix
2
3
Entering edit mode
13.1 years ago
Cirrus ▴ 50

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)
r statistics bioconductor limma • 5.4k views
ADD COMMENT
0
Entering edit mode

The best place to ask this is the Bioconductor mailing list, after reading the excellent limma user guide.

ADD REPLY
4
Entering edit mode
13.1 years ago
seidel 11k

Use the first formula. Limma accounts for different sample sizes. It's common to throw out an array here or there as an outlier, so ending up with unbalanced sample sets is not uncommon. Though just as an exploration you might reduce the wt set to match, and see how dramatic the change is (the results should be similar, you just have less replication).

ADD COMMENT
2
Entering edit mode
13.1 years ago
Martin Morgan ★ 1.6k

No need to include sample size. The best place to ask these questions is still the Bioconductor mailing list

ADD COMMENT

Login before adding your answer.

Traffic: 1800 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6