![]() |
BioC2007 Conference Where Software and Biology Connect
Gordon Smyth
August 6, 2007
Walter and Eliza Hall Institute of Medical Research
This laboratory explores some of the features of the limma package for assessing differential expression in microarray experiments. Examples are included of cDNA two-color microarrays and Affymetrix one-channel microarrays. Some pre-processing issues are also discussed for two-color arrays.
The materials for this laboratory are supplied on a removable disk. You should copy the flash directory bioc2007limma to a convenient location on your computer, for example c:\bioc2007limma. Point your browser at c:\bioc2007limma\html\index.html. Start R and make c:\bioc2007limma your working directory:
> setwd("c:/bioc2007limma/data")
You should be running R 2.5.1 and limma 2.10.5. A good way to get started is to open up the Limma User's Guide:
> library(limma)
If you're using Windows, just use the drop-down menu "Vignettes". Otherwise, type
> limmaUsersGuide()
If you are using Windows, you can cut and paste the code from the tutorials into your R session using "paste commands only".
Exercise | Platform | Design | Topics covered |
integrin beta7 data | cDNA | Direct comparisons with dye-swaps | Data entry for two color data. Highlighting control probes. Exploring different background correction methods. Allowing for probe-specific dye effects. |
Estrogen data | Affymetrix | 2x2 Factorial | More on linear models. Use of contrasts. Venn diagrams. Gene set tests. |
SAHA/depsipeptide data | cDNA | Treatments x time course | Time course analysis using linear models and moderated F-statistics. |