University of Copenhagen
Gordon Smyth
6 November 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 will be supplied as a directory ku2007limma from a network location or on a removable disk. You should copy the directory ku2007limma to a convenient location on your computer, for example c:\ku2007limma. Point your browser at c:\ku2007limma\html\index.html. Start R and make c:\cpn2007limma the working directory:
> setwd("c:/ku2007limma/data")
You should be running R 2.6.0 and limma 2.12.0. 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. |
Estrogen data II | Affymetrix | 2x2 Factorial | Gene set tests. |
SAHA/depsipeptide data | cDNA | Treatments x time course | Time course analysis using linear models and moderated F-statistics. |