1 / 34

Current Challenges in Bioinformatics

Current Challenges in Bioinformatics. João Meidanis. SPIRE 2003 Manaus, Brazil. Summary. Introduction Current Challenges in Bioinformatics As seen by Bioscientists As seen by Computer Scientists Broad Challenges Specialized Challenges My personal challenges In the Academic Sector

frisco
Download Presentation

Current Challenges in Bioinformatics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Current Challenges in Bioinformatics João Meidanis SPIRE 2003 Manaus, Brazil

  2. Summary • Introduction • Current Challenges in Bioinformatics • As seen by Bioscientists • As seen by Computer Scientists • Broad Challenges • Specialized Challenges • My personal challenges • In the Academic Sector • In the Business Sector • Perspectives

  3. Dependency among knowledge areas Bioinformatics Biology Computer Science Chemistry Statistics Physics Mathematics

  4. Applications of Comp Sci to Biology • Traditionally, number crunching applications (models for biological systems) • More recently, combinatorial applications, related to DNA and protein sequences, maps, genomes, etc. • Both Computer Science and Biology deal with very complex systems, e.g., software, cells

  5. How to study complex systems • Study a complex system by taking “projections” or “slices” to focus on one aspect at a time • Example from CS: software: logical view, physical view, development view, etc. • Example from Biology: protein: cellular compartment, biological process, molecular function (as in the Gene Ontology initiative)

  6. Bioinformatics Challenges as seen by Biologists • Collins et al view of the future of genomics after the Human Genome Project – Computational Biology plays a role • Top Ten Challenges by Birney, Burge, and Fickett – as we will see, very biologically oriented

  7. The future of Genomics Research Tech.development Training ELSI Education Resources Collins et al, Nature422, 835 – 847 (2003)

  8. Top Ten Challenges • Birney (EBI), Burge (MIT), Fickett (GSK), Genome Technology 17, Jan 2002 • Predict transcription • Predict splicing • Predict signal transduction • Predict DNA:protein and protein:protein recognition codes • Predict protein structure

  9. Top Ten Challenges (cont.) • Birney (EBI), Burge (MIT), Fickett (GSK), Genome Technology 17, Jan 2002 • Design small molecule inhibitors of proteins • Understand protein evolution • Understand speciation • Develop effective gene ontologies • Develop appropriate curricula for bioinformatics education

  10. Top Ten, Global View – Part 1

  11. Top Ten, Global View – Part 2

  12. Top Ten, Global View – Part 3

  13. Bioinformatics Challenges as seen by Computer Scientists • Broad Challenges • Information management, paralellism, programability • Specialized challenges • Related to several problems: sequence comparison, fragment assembly and clustering, phylogenetic trees, genome rearrangements and genome comparison, micro-array technology, protein classification

  14. Broad Challenges • Information management challenge • Large sets • Semi-structured data • Experimental errors • Integration of loosely coupled data • Paralellism challenge • Development of expressive control systems for heterogeneous, distributed computing • Programability • Development of higher level languages • Programming is still hard and error prone

  15. Limitations of relational databases • Lack of support for hierarchies • Changing the schema: all hell breaks loose • Query language (SQL): it can be challenging and nonintuitive to write an efficient query

  16. Sequence comparison • Statement of the problem: to find similarities among two or more sequences, usually accompanied by an alignment, highlighting common origin and/or 3D structure • Many facets of the problem are well understood: • Use of dynamic programming • Gap-open and gap-extend penalties • How to do it using linear space O(m + n) • Global, local, semi-global, etc. variants • Scoring systems for DNA and protein sequences (e.g., BLOSUM matrices)

  17. Sequence comparison • But challenges still remain: • How to compare very long sequences, e.g., genomes, avoiding the mosaic effect (good regions interspersed with bad regions) • One possibility is the use of normalized alignments, where a minimum score per position ratio has to be maintained (Arslan et al, Bioinformatics 17:327-337, 2001) • How to compare genomic DNA to cDNA sequences • Multiple sequence alignment

  18. Fragment assembly • Statement of the problem: correctly recontruct a genome (or piece of a genome) from fragments, i.e., contiguous substrings of lenght ~700 • Facets of the problem that are well understood: • Overlap-layout-consensus strategy, its strenghts and limitations

  19. Fragment assembly • Challenges: • How to deal with repeats • How to use mated pairs and scaffolds • Strong dependency on thorough data clean-up • Sequencing by hibridization: will it ever be a viable alternative? • The Eulerian method: new approach that has not been extensively tested in a production setting (Pevzner et al, PNAS 98(17):9748-9753 describes the approach)

  20. EST Clustering • Statement of the problem: given many samples of mRNAs from the same organism or from closely related organisms, group together in clusters those mRNAs that are related • Techniques used are similar to those for fragment assembly, but goals are different

  21. EST Clustering • Challenges: • Intended meaning for the cluster: transcript, gene, or gene family • How to deal with alternative splicing • Strong dependency on thorough data clean-up [Silva and Telles, Genetics and Molecular Biology 24(1-4):17-23, 2001 is a good example of thorough clean-up] • Recognition of chimeric clones and clusters • Separation of paralogs

  22. Physical Mapping • Statement of the problem: position large, contiguous pieces of a genome in their correct relative location • Used to be an intermediate step before complete sequencing of a genome • Now people tend to sequence directly, without mapping first • Two versions of the problem: • Data coming from digestion experiments • Data coming from hybridization experiments • Recent developments • PQR trees in almost linear time (Meidanis and Telles, 2003, in preparation)

  23. Phylogenetic trees • Statement of the problem: construct a tree structure showing the evolution of a group of species from a common ancestor • Old problem: construction of phylogenetic trees was done using macroscopic characteristics of species before the genomic era • The area gained momentum with molecular data: differences at the molecular level can be used as characteristics • It is possible to use distance data originated from sequence comparison as well • Challenges (just one example): • Consensus trees

  24. Genome rearrangements • Statement of the problem: given two genomes with the same genes, find the minimum number of rearrangement events that lead from one genome to the other • A crucial observation is that sometimes gene order evolves faster than gene sequence, e.g. in plant mitochondria (Palmer and Herbon, J. Molecular Evolution 28:87--97, 1988) • Possible rearrangement events: reversal, transposition, translocation, fission, fusion, etc.

  25. Genome rearrangements • The problem was given this precise mathematical formulation recently • Challenges: • To solve the transposition distance problem • Combine several events • How to deal with gene duplication, gene creation and gene loss (nonconservative comparison) • How to compare multiple genomes under rearrangement events

  26. Micro-array Analysis • Micro-array experiments are one way of measuring the expression pattern of genes, i.e., when and how often a gene is used to produce the corresponding product • This is not a single bioinformatics problem, but rather requires a collection of problems to be solved in order to design the experiments, gather the results as image files, quantify and normalize the images, and analyze the expression patterns • It is receiving a tremendous amount of attention

  27. Micro-array Analysis • Requires strong statistical background • Challenges: • Steps to take to guarantee the reproducibility of results (MIAME - Minumum information about a micro-array experiment - iniciative) • Clustering algorithms: lots of alternatives, which is the best? (Datta and Datta, Bioinformatics 19:459-466, 2003) • Data acquisition from images • Development of benchmarks (Spellman et al, Molecular Biology of the Cell 9:3273-3297, 1998 presented a very influential benchmark set)

  28. Protein Classification • Statement of the problem: given the sequence of a protein, classify it according to some predefined categorization, usually hierarchical • The goal is to predict protein function • There is a huge amount of sequences waiting to be classified • Challenges • Development of automatic classification methods • Sequence comparison alone is not sufficient – sequence databases such as GenBank are full of erroneous annotations done by similarity

  29. Specialized Challenges – Global View

  30. My Personal Challenges • At the University of Campinas • Past challenges • Bioinformatics support for the sequencing of Xylella fastidiosa, the first plant pathogen sequenced worldwide • Bioinformatics support for the sequencing of sugarcane (EST project) • Bioinformatics support for the sequencing of human cancer tissue (EST project) • Bioinformatics support for the sequencing of two species of Xanthomonas • Advisor of 5 Masters theses and 3 PhD dissertations in Bioinformatics

  31. My Personal Challenges • At the University of Campinas • Current challenges • Solving the transposition distance problem in genome rearrangements • Solving a related, seemingly easier version: the prefix transposition problem • Using integer programming (IP) to attack problems of unknown complexity. The rationale is: when the problem is easy, IP will solve it fast consistently • Developing mathematical models for biologically relevant objects, e.g., interval graphs with repeats to model DNA with repeats • Using permutation group theory, in particular a new, divisibility theory, to attack genome rearrangement problems

  32. My Personal Challenges • At Scylla Bioinformatics • Past challenges • Construction of a web-based system for support of distributed sequencing projects, a complete redesign of the system we had at Unicamp • Construction of a client-server system for discovery and analysis of single nucleotide polymorphisms (SNPs) based on DNA sequencing • Construction of a web-based system for finding Simple Sequence Repeats (SSR)

  33. My Personal Challenges • At Scylla Bioinformatics • Current challenges • Building top quality software in terms of reliability, performance, ease of use, data security • Organizing a sound, effective software development process • Fostering the development of the biotechnology market in Brazil and Latin America • Building value in terms of software products, intellectual property, and organizational processes • Construct and maintain a team of highly qualified, motivated individuals around the preceeding goals

  34. Perspectives • The future of the area will likely include: • Formation of larger, interdisciplinary groups • Bioscientists and Computer Scientists increasingly understanding both fields • Probability and statistics playing an important role • Increased quantification • Construction of benchmarks

More Related