Author: Nguyen Tien Thanh Department of Computer Science School of Computing National University of Singapore Date: 30 Aug 2012
Author: Nguyen Tien Thanh Department of Computer Science School of Computing National University of Singapore Date: 30 Aug 2012
Overview of the project Genome sorting problem Existing algorithms Evaluation of existing algorithms Project Plan - Project Schedule - Project Risks References Q&A
Objective
- To enhance existing genome sorting algorithms by allowing all traditional operations that can be performed and making no assumption on the two genomes.
Relevance - By applying no restriction, the evolutionary distances computed are hopefully closer to the real distances
Genome sorting problem - Given two genomes, rearrange one into another Restrictions
Examples:
DCJ operator invented by Yancopoulos A DCJ cuts a genome at 2 positions, then rejoins the cut ends in 2 new pairs Example: Reversal
MGRA - Multiple Genome Rearrangements and Ancestors (build a phylogenetic tree) http://mgra.bioinf.spbau.ru/
Use the cycle graph (an improved version of the breakpoint graph) with new ideas called T-bridge and X-bridge. Searching these bridges using a greedy algorithm can help determine the next optimal operation to perform on the genome.
Project Risks Unable to fully understand the existing algorithms Unable to propose a better algorithm Unable to implement the improved algorithm Poor time management
How to tackle the risks - Regularly update progress. Consult supervisor and seniors. - Read paper selectively and try to get the main points. - Pick up necessary knowledge. - Use project management tools.
[1] M. Bader. Genome rearrangements with duplications. BMC Bioinformatics, 11(Suppl 1):S27, 2010. [2] F. Hao, J. Luan, and D. Zhu. Translocation-Deletions Distance Formula for Sorting Genomes. WRI World Congress on Computer Science and Information Engineering, 2009. [3] Neil C.Jones, and Pavel A. Pevzner, An introduction to bioinformatics algorithms, MIT Press, 2004. [4] Pavel A. Pevzner, Computational Molecular Biology An Algorithmic Approach, MIT Press, 2001. [5] Martin Bader, Sorting by Reversals, Block Interchanges, Tandem Duplications, and Deletions, 2009. [6] Martin Bader, Genome rearrangements with duplications, 2010.
THANK YOU!