Machine learning in computational biology

Jean-Philippe Vert

ENSAE
Spring 2012

Modern technologies like DNA microarrays or high-throughput sequencing are revolutionising biology and medical research. By allowing the collection of large amounts of measures at the molecular level on living organisms, they pave the way to a quantitative and rationale analysis of biological systems. Unsurprisingly, statistics and machine learning play an important role in this revolution. By processing large collections of datasets, they allow to extract new biological knowledge and infer predictive models.

The goal of this course is to present a few modern statistical learning techniques, and to touch upon a selected panel of applications in computational and systems biology. We will study in particular support vector machines (SVM) and kernels, as well as feature selection techniques including lasso regression. Applications include protein annotation, virtual screening in drug design, prognostic and predictive models for personalised medicine in oncology, and gene network inference in systems biology.

Slides

Schedule

DateMorning (11h-13h)Afternoon (13h-15h)
Friday March 2, 2012Introduction, SVMKernels
Friday March 9, 2012String kernels, protein classificationString kernels
Friday March 16, 2012Graph kernels, virtual screeningFeature selection
Friday April 6, 2012Diagnosis, prognosisNetwork inference

Project

We have collected gene expression levels for 4654 genes on 184 early-stage breast cancer samples: xtrain.txt (each row is a gene, each column a sample). After surgical removal of the tumour, some unfortunately relapsed within 5 years (label=+1), while other did not (label=-1). The labels of the the 184 samples are available in the file ytrain.txt.
  1. Propose and test different techniques to predict the relapse from gene expression data. Check the effect of parameters, estimate the performance.
  2. Make a prediction of relapse for the following 92 samples: xtest.txt. You should send me a file with 92 lines, each line containing a score which should be large if you think the corresponding sample has label +1 (relapse), small otherwise.
Please send report and prediction to jean-philippe.vert@mines.org before April 6, 10am.

Practical sessions

Prerequisites

The practical sessions require the following free softwares:

P0: R basics

P1: SVM and kernel methods basics

P2: Using your own kernels

P3: Classification of sequences with string kernels

P4: Reconstruction of regulatory networks from expression

P5: Reconstruction of PPI and metabolic networks



Back to my homepage