<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>The structure of the module</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2007/05/16 10:18:22.793 GMT-5</md:created>
  <md:revised>2007/09/05 11:22:00.323 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="devika">
      <md:firstname>Devika</md:firstname>
      
      <md:surname>Subramanian</md:surname>
      <md:email>devika@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="devika">
      <md:firstname>Devika</md:firstname>
      
      <md:surname>Subramanian</md:surname>
      <md:email>devika@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Bayesian networks</md:keyword>
    <md:keyword>computational genefinding</md:keyword>
    <md:keyword>hidden Markov models</md:keyword>
    <md:keyword>k-NN and SVM classifiers</md:keyword>
    <md:keyword>molecular fingerprinting of disease and biomarker discovery</md:keyword>
    <md:keyword>regulatory and signaling networks</md:keyword>
  </md:keywordlist>

  <md:abstract>Here is a short summary of the concepts that will be covered in this course module.</md:abstract>
</metadata>
  <content>

<section id="part1">
<name> Computational genefinding using Hidden Markov Models </name>
    <para id="delete_me"><!-- Insert module text here -->
    The first problem we will study is the annotation of DNA sequences into regions of interest. Our focus is on finding genes that code for proteins. Our approach is to use available annotated DNA sequences to train sequential models, and then to use the trained model to label new DNA segments. We will cover ab initio methods, as well as comparative methods which differ on whether information from other genomes is used as prior information.
</para>  
<para id="para-2">Hidden Markov models (HMMs) are the technique of choice for the problem of finding genes in DNA sequences. We will cover the structure of HMMs, the Viterbi algorithm for annotation, the Baum-Welch algorithm for learning models, and pair HMMs to model genefinding in a comparative context. <link src="http://genes.mit.edu/GENSCAN.html">GENSCAN</link>, the paradigmatic example of an ab initio gene finder, will be presented. If time permits, <link src="http://www.genome.org/cgi/content/abstract/13/3/496">SLAM</link>, a comparative gene finder based on pair HMMs will be introduced.

</para> 

<para id="para3">Since gene finding is complex, our exercise for this portion of the course will be to detect CpG islands on <link src="http://www.sanger.ac.uk/HGP/Chr22/">chromosome 22</link>. We will compare the performance of a global decoding methods (Viterbi decoding) against that of a local method (posterior decoding or smoothing). 
</para>
</section>

<section id="mol">
<name> Biomarker discovery and supervised learning </name>
<para id="element-108">The next problem we will cover is that of molecular fingerprinting of disease. This is also known as the biomarker discovery problem. Given mRNA expression levels, or protein levels from normal and diseased cells, the computational problem is of determining biologically significant genes or proteins  that are differentially expressed. This is usually the first step in generating causal models of disease. This part of the course draws on the pioneering work of <link src="http://www.sciencemag.org/cgi/content/full/286/5439/531">Golub et. al.</link> We will model the problem in the supervised learning framework and introduce k-nearest neighbours and support vector machine classifiers. </para>

<para id="mol2">
In this section of the course, we will analyse the prostate cancer microarray data set from the Broad institute to build classifiers which discriminate between cancer and normal cells. We will also experiment with various feature selection techniques to identify biologically significant genes that are differentially expressed in diseased cells. We will compare the relative effectiveness of global hyperplane classifiers like support vector machines against local methods as exemplified by k-nearest neighbor classifiers.</para>
</section>

<section id="network">
<name> Systems biology and learning Bayesian networks from data </name>
<para id="network1">The availability of high-throughput data which reveals the levels of mRNA and proteins in cells and their change over time, makes it possible to construct system level models of cellular activity. The inspiration for this part of the course comes from the 2005 study by <link src="http://www.sciencemag.org/cgi/content/full/308/5721/523">Sachs et. al. </link> which uses multi-parameter flow cytometry to reconstruct the T-cell signaling network in humans. The mathematical foundations of Bayesian networks will be covered, as well as the sparse candidate algorithm for learning Bayesian networks from high-throughput data. The use of interventional data to determine causal edges in the network will also be discussed.
</para>

<para id="network2">
The experiment for this section of the course is to use Bayesian network algorithms and the flow cytometry data available from the Science website to recreate the Sachs et. al. derivation of the T-cell signaling network.
</para>
</section>

<section id="final">
<name> Summary of course objectives </name>
<para id="final1">
This course will teach you 
<list id="obj-list" type="bulleted">
<item> how to use the underlying biology to constrain feature and model selection. </item>
<item> how to choose and adapt machine learning algorithms for biological problems.</item>
<item> how to design learning protocols to deal with incomplete, noisy data. </item>
<item> how to interpret the results of machine learning algorithms. </item>
</list>
</para>
</section>
  </content>
  
</document>
