Milan 2003
A short course on
Computational and
Statistical Aspects of Microarray Analysis
University of Milan
May 26-30, 2003
Lecturers:
Anestis Antoniadis
Robert Gentleman
Lecture notes
Lab materials
| Lab1 | Bioconductor Basics |
|
|
|
| Lab2a | Bioinformatics (anotation package) |
|
|
|
| Lab2b | An Introduction to Some Graphics in Bioconductor |
|
|
|
| Lab3a | Introduction to Bioconductor's marray Packages |
|
|
|
| Lab3b | Introduction to the affy package |
|
|
|
| Lab4 | Differential Gene Expression |
|
|
|
| Lab5 | Cluster Analysis Using R and Bioconductor |
|
|
|
| Lab6 | Classification Using R and Bioconductor |
|
|
|
| Lab7 | Analyzing Microarray Data: From Images to List of Candidate Genes |
|
|
|
| Lab8 | Application of Machine Learning to Microarray Data, SVM and friends |
|
|
|
| Lab9 | Lab 9: An Introduction to Wavelets |
|
|
|
| Lab10 | EFDR: Some Statistical Methods for the Identification of Differentially Expressed Genes |
|
|
|
| Lab11 | Lab 11: Penalized Logistic Regression |
|
|
|
| Lab12 | Lab 12: Dimension reduction in R |
|
|
|
Milan course package (Linux/Unix) (Windows).
You can step through the labs interactively using the vExplorer function
and GUI from the tkWidgets package. At the R prompt type
library(tkWidgets)
library(Milan)
vExplorer()
and select the package Milan and the vignette for a given lab, e.g.,
lab1.Rnw.
Installing software
The packages used for this course require the use of R version 1.7.0-patched or newer.
A download script has been provided. To
use, type
'source("http://www.bioconductor.org/workshops/Milan/getMilan.R")' in
your R session and then 'getMilan()'. There are a few arguments to
getMilan(), tho most users will not find them necessary:
- getAllDeps: If this is TRUE, will automatically attempt to download any package dependencies, otherwise the user will be prompted. Default is TRUE.
- destdir: This defines where to install the packages. Defaults to .libPaths()[1]
- force: If TRUE, will install a package even if not all of its dependencies were available. Default is TRUE.
- versForce: If TRUE, will install a binary package even if it was built on a different version of R. Default is TRUE.
- method: The download method to use, same as in download.packages(). Default is 'auto'.
Documentation
Main R
website: R manuals, R News.
Main Bioconductor
website: Bioconductor short course, vignettes, talks, publications.