BMI/CS 776 Course Project


Incomplete List of Project Suggestions

  1. Design and evaluate motif-finding method that takes into account dependencies between non-adjacent positions.
  2. Implement and empirically compare motif-finding methods that vary in the types of dependencies they can represent (e.g. zeroth and first-order Markov chains, Bayes nets, MDD).
  3. Design, implement and evaluate an algorithm for identifying cis-regulatory modules (arrangements of binding site motifs that regulate a set of genes under certain conditions).
  4. Compare the time to convergence and the resulting accuracy when EM and Gibbs sampling are used in a model with hidden state. The model could be a MEME-style motif model, another type of hidden Markov model, a stochastic context free grammar, a mixture model, etc.
  5. Implement a method for gene finding that employs multiple genomes. Investigate how the accuracy of the predictions are affected by how closely related the informant genome is (e.g. you might use, say, mouse, zebrafish, and fruit fly as the informant genomes).
  6. Implement and compare generative and discriminative probabilistic methods for a given task, such as gene finding.
  7. Randomize a traditional filter for finding highly similar local similarities in sequences. Use an algorithm based on this randomization to efficiently find all high-scoring local alignments in a set of sequences.
  8. Implement and experiment with an SCFG-based approach for identifying RNA genes via cross-genome comparisons.
  9. Extend the method of Bockhorst and Craven for refining the structure of a context free grammar. Devise a new operator and an appropriate heuristic for applying it. Evaluate the method using a terminator data set.
  10. Design an algorithm for the alignment of protein networks.
  11. Implement and experiment with the module network approach of Segal et al.
  12. Design, implement and evaluate a method that clusters genes using multiple sources of evidence, such as gene-expression data and text associated with the genes.
  13. Design, implement and evaluate an algorithm for discovering themes in a set of scientific articles.
  14. Devise a grammar for some type of biological named entity (e.g. gene/protein names). Implement and evaluate a model, based on the grammar, for recognizing entities of this type in scientific articles.
  15. Design, implement and evaluate a method for classifying scientific articles according to their relevance to specific categories (e.g. whether they discuss tumor biology or not).