Recognition and Normalization of Terminology from Large

Total Page:16

File Type:pdf, Size:1020Kb

Recognition and Normalization of Terminology from Large RECOGNITION AND NORMALIZATION OF TERMINOLOGY FROM LARGE BIOMEDICAL ONTOLOGIES AND THEIR APPLICATION FOR PHARMACOGENE AND PROTEIN FUNCTION PREDICTION by CHRISTOPHER STANLEY FUNK B.S., Baylor University, 2009 A thesis submitted to the Faculty of the Graduate School of the University of Colorado in partial fulfillment of the requirements for the degree of Doctor of Philosophy Computational Bioscience Program 2015 This thesis for the Doctor of Philosophy degree by Christopher Funk has been approved for the Computational Bioscience Program by Kevin B. Cohen, Chair Lawrence E. Hunter, Advisor Karin M. Verspoor Asa Ben-Hur Joan Hooper Date 4/29/2015 ii Funk, Christopher Stanley (Ph.D., Computational Bioscience) Recognition and Normalization of Terminology From Large Biomedical Ontologies and their Application for Pharmacogene and Protein Function Prediction Thesis directed by Professor Lawrence E. Hunter ABSTRACT In recent years many high-throughput techniques have enabled the study and produc- tion of large amounts of biomedical data; as a result, the biomedical literature is growing at an exponential rate and shows no sign of slowing. With this comes a significant in- crease in knowledge that remains unreachable for many applications due to their reliance on manually curated database or software that is unable to scale. This dissertation focuses on benchmarking and improving performance of scalable biomedical concept recognition systems along with exploring the utility of text-mined features for biomedical discovery. The initial focus of my dissertation is on the task of concept recognition from free text – identifying semantic concepts from well utilized and community supported open biomedical ontologies. Identifying these concepts and grounding text to known ontological identifiers allows any application to also leverage the vast knowledge associated and curated to the concept. I establish current baselines for recognition through a rigorous evaluation and full parameter exploration of three concept recognition systems on eight biomedical ontologies using the CRAFT corpus as gold-standard. Additionally, I create synonym expansion rules that show improved performance, specifically recall, of Gene Ontology concepts. The later chapters focus on the application of text-mining features obtained from large literature collections for biomedical discovery. The two specific problems presented are the prediction of pharmacogenes and automated protein function prediction. Information contained in the literature has only begun to be harnessed and incorporated into machine learning systems to make biomedical predictions, so I explore two widely open questions: 1. What information should be mined from the literature? 2. How should it be combined with other of data, both literature and sequenced-based? iii I demonstrate that improving the ability to recognize concepts from the Gene Ontology produces more informative functional predictions and illustrate that not only can literature features be helpful for making prediction but offer the ability to aid in validation. Other contributions of this dissertation include publicly available software, a fast user friendly concept recognition and evaluation pipeline along with the hand-crafted composi- tional rules for increasing recognition of Gene Ontology concepts. The form and content of this abstract are approved. I recommend its publication. Approved: Lawrence E. Hunter iv To my loving wife, Charis, and my ever supportive parents, Ralph and Linda. v ACKNOWLEDGMENT My family, friends, and colleagues have been an incredible support as I’ve been working the past years. I would first like to thank my loving wife, Charis. She has been very supportive during these past years. She has been understanding on the evenings that I must work along with the time away for conferences. I would also like to thank my parents, Ralph and Linda Funk, both educators who have stressed the importance of education growing up. They have provided support daily with their prayers and encouraging words; from the beginning they have encouraged me to pursue what I love. I would like to thank all the professors in the Computational Bioscience Program (CPBS) for taking a chance on a student with only a bachelors degree and only marginal research experience. I also want to thank my entire thesis committee: Larry Hunter, Kevin Cohen, Karin Verspoor, Asa Ben-Hur, and Joan Hooper. It has been wonderful working with them all the past five years; I’ve learned a lot from watching them run their labs, apply for grants, and am encouraged through observing their enthusiasm for research. I would like to specifically thank my thesis advisor Larry Hunter. With his continual stressing of the importance of networking, he has pushed an introvert out of his comfort zone. Next I would like to thank my committee chair Kevin Cohen. He has kept me on track during my time here and always has his door open for any conversations – from work to sharing embarrassing memories. I would like to thank Karin Verspoor for agreeing to take on a student that was rough around the edges and for continuing to mentor me despite the 15 hour time difference. My entire committee has shaped my research and this dissertation; their tough feedback and questions have made me a better scientist and prepared me for my future career. I would next like to thank the current and past students within CPBS: Bill Baumgartner, David Knox, Alex Poole, Michael Hinterberg, Meg Pirrung, Mike Bada, Kevin Livingston, Ben Garcia, Charlotte Siska, and Gargi Datta. I have enjoyed collaborating They have been always been willing to listen to ideas and provide honest feedback. Not only have they been work colleagues, but they have been friends; I look forward to keeping up and seeing the amazing places we all end up. I would also like to thank students Betsy Siewert and Daniel vi Dvorkin for saving me countless weeks worth of work time by proving a LaTeX template for this dissertation. I would like to thank the program administration Kathy Thomas, Elizabeth Wethington, and Liz Pruett. Their knowledge and experience of the inner workings of the graduate school has made that part. I would also like to thank Dave Farrell for his help with any technical difficulties that came my way. In the following sections, I acknowledge my collaborators and co-authors on the specific projects presented in this dissertation. Chapter II I would like to thank William Baumgartner, Benjamin Garcia, Christophe Roeder, Michael Bada, Kevin Cohen, Lawrence E Hunter, and Karin Verspoor, my co-authors for this original work. I give special thanks to both Bill Baumgartner and Christophe Roeder for their hours of time spent teaching and helping me to learn UIMA. I would like to acknowledge Willie Rodgers from the National Library of Medicine for his help with MetaMap. I appreciate the time spent by the three anonymous reviewers who read and helped to improve this work. Chapter III I would like to thank Kevin Cohen, Lawrence E Hunter, and Karin Verspoor, my co-authors for this original work. The comments from these co-authors has pushed me beyond the original scope of the work, but has greatly improved this work. I also would like to thank Mike Bada, Judy Blake, and Chris Mungall for their input and discussions about the synonym generation rules. Chapter IV I would like to thank Kevin Cohen and Lawrence E Hunter, my co-authors for this original work. I appreciate the committee organizers for the “text-mining for biomedical discovery” session at PSB (not to mention the wonderfully chosen conference location) and the time spent by the three anonymous reviewers who read and helped to improve this work. Chapter V I would like to thank Karin Verspoor, Asa Ben-Hur, Artem Sokolov, Kiley Graim, and Indika Kahanda, who we all instrumental in accomplishing the work in this chapter. I thank the organizers for the two CAFA community challenges, for vii providing the motivation, data, and man hours spent evaluating many predictions. I appreciate the time spent by the three anonymous reviewers who read and helped to improve all papers combined for this work. Chapter VI I would like to thank Karin Verspoor, Asa Ben-Hur, and Indika Kahanda, my co-authors for this work. I appreciate the time spent by the two anonymous reviewers who read and helped to improve this work. viii TABLE OF CONTENTS CHAPTER I. INTRODUCTION . .1 1.1 Biomedical ontologies . .2 1.2 Biomedical text mining . .3 1.2.1 Concept recognition/normalization . .4 1.2.1.1 BioCreative . .5 1.2.1.2 Corpora . .7 1.3 A brief into to automated protein function prediction . .8 1.4 Dissertation goals . .9 1.4.1 Chapter II . .9 1.4.2 Chapter III . 10 1.4.3 Chapter IV . 11 1.4.4 Chapter V . 12 1.4.5 Chapter VI . 12 II. LARGE SCALE EVALUATION OF CONCEPT RECOGNITION . 14 2.1 Introduction . 14 2.2 Background . 14 2.2.1 Related work . 16 2.2.2 A note on “concepts” . 17 2.3 Methods . 18 2.3.1 Corpus . 18 2.3.2 Ontologies . 19 2.3.3 Structure of ontology entries . 19 2.3.4 A note on obsolete terms . 20 2.3.5 Concept recognition systems . 21 2.3.6 Parameter exploration . 22 2.3.7 Evaluation pipeline . 22 2.3.8 Statistical analysis . 25 ix 2.3.9 Analysis of results files . 25 2.4 Results and discussion . 26 2.4.1 Best parameters . 28 2.4.2 Cell Type Ontology . 29 2.4.2.1 NCBO Annotator parameters . 32 2.4.2.2 MetaMap parameters . 33 2.4.2.3 ConceptMapper parameters . 33 2.4.3 Gene Ontology - Cellular Component . 35 2.4.3.1 NCBO Annotator parameters . 37 2.4.3.2 MetaMap parameters . 37 2.4.3.3 ConceptMapper parameters . 38 2.4.4 Gene Ontology - Biological Process . 39 2.4.4.1 NCBO Annotator parameters .
Recommended publications
  • Proquest Dissertations
    Automated learning of protein involvement in pathogenesis using integrated queries Eithon Cadag A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy University of Washington 2009 Program Authorized to Offer Degree: Department of Medical Education and Biomedical Informatics UMI Number: 3394276 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion. UMI Dissertation Publishing UMI 3394276 Copyright 2010 by ProQuest LLC. All rights reserved. This edition of the work is protected against unauthorized copying under Title 17, United States Code. uest ProQuest LLC 789 East Eisenhower Parkway P.O. Box 1346 Ann Arbor, Ml 48106-1346 University of Washington Graduate School This is to certify that I have examined this copy of a doctoral dissertation by Eithon Cadag and have found that it is complete and satisfactory in all respects, and that any and all revisions required by the final examining committee have been made. Chair of the Supervisory Committee: Reading Committee: (SjLt KJ. £U*t~ Peter Tgffczy-Hornoch In presenting this dissertation in partial fulfillment of the requirements for the doctoral degree at the University of Washington, I agree that the Library shall make its copies freely available for inspection. I further agree that extensive copying of this dissertation is allowable only for scholarly purposes, consistent with "fair use" as prescribed in the U.S.
    [Show full text]
  • Molecular Biology for Computer Scientists
    CHAPTER 1 Molecular Biology for Computer Scientists Lawrence Hunter “Computers are to biology what mathematics is to physics.” — Harold Morowitz One of the major challenges for computer scientists who wish to work in the domain of molecular biology is becoming conversant with the daunting intri- cacies of existing biological knowledge and its extensive technical vocabu- lary. Questions about the origin, function, and structure of living systems have been pursued by nearly all cultures throughout history, and the work of the last two generations has been particularly fruitful. The knowledge of liv- ing systems resulting from this research is far too detailed and complex for any one human to comprehend. An entire scientific career can be based in the study of a single biomolecule. Nevertheless, in the following pages, I attempt to provide enough background for a computer scientist to understand much of the biology discussed in this book. This chapter provides the briefest of overviews; I can only begin to convey the depth, variety, complexity and stunning beauty of the universe of living things. Much of what follows is not about molecular biology per se. In order to 2ARTIFICIAL INTELLIGENCE & MOLECULAR BIOLOGY explain what the molecules are doing, it is often necessary to use concepts involving, for example, cells, embryological development, or evolution. Bi- ology is frustratingly holistic. Events at one level can effect and be affected by events at very different levels of scale or time. Digesting a survey of the basic background material is a prerequisite for understanding the significance of the molecular biology that is described elsewhere in the book.
    [Show full text]
  • Ontology-Based Methods for Analyzing Life Science Data
    Habilitation a` Diriger des Recherches pr´esent´ee par Olivier Dameron Ontology-based methods for analyzing life science data Soutenue publiquement le 11 janvier 2016 devant le jury compos´ede Anita Burgun Professeur, Universit´eRen´eDescartes Paris Examinatrice Marie-Dominique Devignes Charg´eede recherches CNRS, LORIA Nancy Examinatrice Michel Dumontier Associate professor, Stanford University USA Rapporteur Christine Froidevaux Professeur, Universit´eParis Sud Rapporteure Fabien Gandon Directeur de recherches, Inria Sophia-Antipolis Rapporteur Anne Siegel Directrice de recherches CNRS, IRISA Rennes Examinatrice Alexandre Termier Professeur, Universit´ede Rennes 1 Examinateur 2 Contents 1 Introduction 9 1.1 Context ......................................... 10 1.2 Challenges . 11 1.3 Summary of the contributions . 14 1.4 Organization of the manuscript . 18 2 Reasoning based on hierarchies 21 2.1 Principle......................................... 21 2.1.1 RDF for describing data . 21 2.1.2 RDFS for describing types . 24 2.1.3 RDFS entailments . 26 2.1.4 Typical uses of RDFS entailments in life science . 26 2.1.5 Synthesis . 30 2.2 Case study: integrating diseases and pathways . 31 2.2.1 Context . 31 2.2.2 Objective . 32 2.2.3 Linking pathways and diseases using GO, KO and SNOMED-CT . 32 2.2.4 Querying associated diseases and pathways . 33 2.3 Methodology: Web services composition . 39 2.3.1 Context . 39 2.3.2 Objective . 40 2.3.3 Semantic compatibility of services parameters . 40 2.3.4 Algorithm for pairing services parameters . 40 2.4 Application: ontology-based query expansion with GO2PUB . 43 2.4.1 Context . 43 2.4.2 Objective .
    [Show full text]
  • The International Society for Computational Biology 10Th Anniversary Lawrence Hunter, Russ B
    Message from ISCB The International Society for Computational Biology 10th Anniversary Lawrence Hunter, Russ B. Altman, Philip E. Bourne* Introduction training programs in bioinformatics or significant part of the original computational biology. By 1996, motivation for founding the Society PLoS Computational Biology is the however, high throughput molecular was to provide a stable financial home official journal of the International biology and the attendant need for for the ISMB conference. The first few Society for Computational Biology informatics had clearly arrived. In conferences were sufficiently successful (ISCB), a partnership that was formed addition to the founding of ISCB, 1996 to create a financial nest egg that was during the Journal’s conception in saw the sequencing of the first genome used each year to start the process of 2005. With ISCB being the only of a free-living organism (yeast) and planning and executing the next year’s international body representing Affymetrix’s release of its first meeting. Initially, relatively modest computational biologists, it made commercial DNA chip. checks were cut and sent from one perfect sense for PLoS Computational The hot topics in bioinformatics organizer to another informally. As the Biology to be closely affiliated. The circa 1996, at least as reflected by the size of these checks increased, the Society had to take more of a chance conference on Intelligent Systems for organizers (and their home than similar societies, choosing to step Molecular Biology (ISMB) at institutions) became increasingly away from an existing financially Washington University in St. Louis, uncomfortable exchanging them beneficial subscription journal to align included issues which have largely been informally, and decided that they with an open access publication as a solved (such as gene finding or needed an organization—thus, ISCB.
    [Show full text]
  • Biocuration 2016 - Posters
    Biocuration 2016 - Posters Source: http://www.sib.swiss/events/biocuration2016/posters 1 RAM: A standards-based database for extracting and analyzing disease-specified concepts from the multitude of biomedical resources Jinmeng Jia and Tieliu Shi Each year, millions of people around world suffer from the consequence of the misdiagnosis and ineffective treatment of various disease, especially those intractable diseases and rare diseases. Integration of various data related to human diseases help us not only for identifying drug targets, connecting genetic variations of phenotypes and understanding molecular pathways relevant to novel treatment, but also for coupling clinical care and biomedical researches. To this end, we built the Rare disease Annotation & Medicine (RAM) standards-based database which can provide reference to map and extract disease-specified information from multitude of biomedical resources such as free text articles in MEDLINE and Electronic Medical Records (EMRs). RAM integrates disease-specified concepts from ICD-9, ICD-10, SNOMED-CT and MeSH (http://www.nlm.nih.gov/mesh/MBrowser.html) extracted from the Unified Medical Language System (UMLS) based on the UMLS Concept Unique Identifiers for each Disease Term. We also integrated phenotypes from OMIM for each disease term, which link underlying mechanisms and clinical observation. Moreover, we used disease-manifestation (D-M) pairs from existing biomedical ontologies as prior knowledge to automatically recognize D-M-specific syntactic patterns from full text articles in MEDLINE. Considering that most of the record-based disease information in public databases are textual format, we extracted disease terms and their related biomedical descriptive phrases from Online Mendelian Inheritance in Man (OMIM), National Organization for Rare Disorders (NORD) and Orphanet using UMLS Thesaurus.
    [Show full text]
  • Scalable Approaches for Auditing the Completeness of Biomedical Ontologies
    University of Kentucky UKnowledge Theses and Dissertations--Computer Science Computer Science 2021 Scalable Approaches for Auditing the Completeness of Biomedical Ontologies Fengbo Zheng University of Kentucky, [email protected] Author ORCID Identifier: https://orcid.org/0000-0001-5902-0186 Digital Object Identifier: https://doi.org/10.13023/etd.2021.128 Right click to open a feedback form in a new tab to let us know how this document benefits ou.y Recommended Citation Zheng, Fengbo, "Scalable Approaches for Auditing the Completeness of Biomedical Ontologies" (2021). Theses and Dissertations--Computer Science. 105. https://uknowledge.uky.edu/cs_etds/105 This Doctoral Dissertation is brought to you for free and open access by the Computer Science at UKnowledge. It has been accepted for inclusion in Theses and Dissertations--Computer Science by an authorized administrator of UKnowledge. For more information, please contact [email protected]. STUDENT AGREEMENT: I represent that my thesis or dissertation and abstract are my original work. Proper attribution has been given to all outside sources. I understand that I am solely responsible for obtaining any needed copyright permissions. I have obtained needed written permission statement(s) from the owner(s) of each third-party copyrighted matter to be included in my work, allowing electronic distribution (if such use is not permitted by the fair use doctrine) which will be submitted to UKnowledge as Additional File. I hereby grant to The University of Kentucky and its agents the irrevocable, non-exclusive, and royalty-free license to archive and make accessible my work in whole or in part in all forms of media, now or hereafter known.
    [Show full text]
  • Development and Application of Ligand-Based Cheminformatics Tools for Drug Discovery from Natural Products
    Development and application of ligand-based cheminformatics tools for drug discovery from natural products Entwicklung und Anwendung von ligandenbasierten Cheminformatik-Programmen für die Identifizierung von Arzneimitteln aus Naturstoffen INAUGURALDISSERTATION zur Erlangung des Doktorgrades der Fakultät für Chemie und Pharmazie der Albert-Ludwigs-Universität Freiburg im Breisgau vorgelegt von Kiran Kumar Telukunta aus Hyderabad, Indien Juli 2018 Dekan: Prof. Dr. Manfred Jung Universität Freiburg Institut für Pharmazeutische Wissenschaften Chemische Epigenetik Albertstraße 25 79104 Freiburg Vorsitzender: Prof. Dr. Stefan Weber des Promotionsausschusses Universität Freiburg Institut für Physikalische Chemie Physikalishe Chemie Albertstraße 21 79104 Freiburg Referent: Prof. Dr. Stefan Günther Universität Freiburg Institut für Pharmazeutische Wissenschaften Pharmazeutische Bioinformatik Hermann-Herder-Straße 9 79104 Freiburg Korreferent: Prof. Dr. Rolf Backofen Universität Freiburg Institut für Informatik Lehrstuhl für Bioinformatik Georges-Köhler-Allee 106 79110 Freiburg Drittprüfer: Prof. Dr. Andreas Bechthold Universität Freiburg Institut für Pharmazeutische Wissenschaften Pharmazeutische Biologie und Biotechnologie Stefan-Meier-Straße 19 79104 Freiburg Prüfungsdatum: 30 Aug 2018 Eidesstattliche Erklärung Hiermit erkläre ich, dass ich diese Arbeit allein und ausschließlich unter Nutzung der direkt oder sinngemäß gekennzeichneten Zitate geschrieben habe. Weiterhin versichere ich, dass diese Arbeit in keinem anderen Prüfungsverfahren eingereicht
    [Show full text]
  • ACCEPTED PAPERS – ABSTRACTS (As of May 5, 2006) Comparative
    ACCEPTED PAPERS – ABSTRACTS (as of May 5, 2006) Comparative Genomics Hairpins in a haystack: recognizing microrna precursors in comparative genomics data Author(s): Jana Hertel, Peter F. Stadler Recently, genome wide surveys for non-coding RNAs have provided evidence for tens of thousands of previously undescribed evolutionary conserved RNAs with distinctive secondary structures. The annotation of these putative ncRNAs, however, remains a difficult problem. Here we describe an SVM-based approach that, in conjunction with a non-stringent filter for consensus secondary structures, is capable of efficiently recognizing microRNA precursors in multiple sequence alignments. The software was applied to recent genome-wide RNAz surveys of mammals, urochordates, and nematodes. Keywords: miRNA, support vector machine, non-coding RNA Comparative Genomics Comparative genomics reveals unusually long motifs in mammalian genomes Author(s): Neil Jones, Pavel Pevzner Motivation: The recent discovery of the first small modulatory RNA (smRNA) presents the challenge of finding other molecules of similar length and conservation level. Unlike short interfering RNA (siRNA) and micro-RNA (miRNA), effective computational and experimental screening methods are not currently known for this species of RNA molecule, and the discovery of the one known example was partly fortuitous because it happened to be complementary to a well-studied DNA binding motif (the Neuron Restrictive Silencer Element). Results: The existing comparative genomics approaches (e.g., phylogenetic footprinting) rely on alignments of orthologous regions across multiple genomes. This approach, while extremely valuable, is not suitable for finding motifs with highly diverged ``non-alignable'' flanking regions. Here we show that several unusually long and well conserved motifs can be discovered de novo through a comparative genomics approach that does not require an alignment of orthologous upstream regions.
    [Show full text]
  • Pacific Symposium on Biocomputing 2008
    PACIFIC SYMPOSIUM ON BIOCOMPUTING 2008 This year, PSB returns to its most common venue, the Fairmont Orchid on the Big Island of Hawaii. We are now in our thirteenth year, and had a record number of both proposed sessions (we accepted 9) as well as submissions to the conference this year (150). Many sessions at PSB have a lifetime of approximately three years. The first year is a test of the interest in the field, and the ability to attract a critical mass of papers. With success, the second year is usually a larger, more competitive session. The third (and rarely fourth years) usually come as the subdiscipline is recognized at the general biocomputing meetings such as ISMB, RECOMB and others, and often this is when the PSB organizers conclude that their work is done, and the session can be “retired.” PSB aficionados will notice new sessions this year in next-generation sequencing, tiling array analysis, multiscale modeling, small regulatory RNAs, and other areas. The richness of exciting new areas has led us to have more total sessions, and thus the average session size is smaller. We consider this an experiment, and look forward to seeing how it goes. We would like to thank our keynote speakers. Dr. Andrew McCulloch, Professor and Chair, Department of Bioengineering, University of California, San Diego, will talk about “Systems biology and multi-scale modeling of the heart.” Our keynote in the area of Ethical, Legal and Social implications of technology will be John Dupre, Director of Egenis (ESRC Centre for Genomics in Society) and Professor of Philosophy of Science, University of Exeter.
    [Show full text]
  • 2016 National Library of Medicine Informatics Training Confernece
    National Library of Medicine Informatics Training Conference June 27-28, 2016 The Ohio State University The Ohio Union Columbus, Ohio TABLE OF CONTENTS Agenda ..................................................................................................................................................... 1 Day 1 in Detail ......................................................................................................................................... 1 Day 2 in Detail ......................................................................................................................................... 6 Attendee and Presenter Information Full Training Conference Attendee and Presenters List ......................................................................... 9 Administrative Contacts for Each Program ............................................................................................. 13 Plenary/Focus Session Presentations List ................................................................................................ 14 Poster Presentations List ......................................................................................................................... 15 Open Mic Presentations List .................................................................................................................... 17 Abstracts for Presentations and Posters ....................................................................................... 19 Plenary Sessions (Days 1 and 2) Day 1 Plenary Session #1 ......................................................................................................................
    [Show full text]
  • Pacific Symposium on Biocomputing 2020 January 3-7, 2020 Big Island of Hawaii
    Pacific Symposium on Biocomputing 2020 January 3-7, 2020 Big Island of Hawaii Program Book PACIFIC SYMPOSIUM ON BIOCOMPUTING 2020 Big Island of Hawaii, January 3-7, 2020 Welcome to PSB 2020! We have prepared this program book to give you quick access to information you need for PSB 2020. Enclosed you will find: • Logistics information • Medical services information • Full conference schedule (see website for the latest version) • Agendas for workshops and JBrowse demo • Call for Session and Workshop Proposals for PSB 2021 • Poster/abstract titles and author index • Participant list The latest conference materials are available online at http://psb.stanford.edu/conference-materials/. PSB 2020 gratefully acknowledges the support of the Cleveland Institute for Computational Biology; UPenn Institute for Biomedical Informatics; Variant Bio; Penn Center for Precision Medicine, Penn Medicine; Cipherome; Translational Bioinformatics Conference (TBC); the National Institutes of Health (NIH); and the International Society for Computational Biology (ISCB). If you or your institution are interested in sponsoring, PSB, please contact Tiffany Murray at [email protected] If you have any questions, the PSB registration staff (Tiffany Murray, Kasey Miller, BJ Morrison-McKay, and Cindy Paulazzo) are happy to help you. Aloha! Russ Altman Keith Dunker Larry Hunter Teri Klein Maryln Ritchie The PSB 2020 Organizers PACIFIC SYMPOSIUM ON BIOCOMPUTING 2020 Big Island of Hawaii, January 3-7, 2020 SPEAKER INFORMATION Oral presentations of accepted proceedings papers will take place in Salon 2 & 3. Speakers are allotted 10 minutes for presentation and 5 minutes for questions for a total of 15 minutes. Instructions for uploading talks were sent to authors with oral presentations.
    [Show full text]
  • Daniel Aalberts Scott Aa
    PLOS Computational Biology would like to thank all those who reviewed on behalf of the journal in 2015: Daniel Aalberts Jeff Alstott Benjamin Audit Scott Aaronson Christian Althaus Charles Auffray Henry Abarbanel Benjamin Althouse Jean-Christophe Augustin James Abbas Russ Altman Robert Austin Craig Abbey Eduardo Altmann Bruno Averbeck Hermann Aberle Philipp Altrock Ferhat Ay Robert Abramovitch Vikram Alva Nihat Ay Josep Abril Francisco Alvarez-Leefmans Francisco Azuaje Luigi Acerbi Rommie Amaro Marc Baaden Orlando Acevedo Ettore Ambrosini M. Madan Babu Christoph Adami Bagrat Amirikian Mohan Babu Frederick Adler Uri Amit Marco Bacci Boris Adryan Alexander Anderson Stephen Baccus Tinri Aegerter-Wilmsen Noemi Andor Omar Bagasra Vera Afreixo Isabelle Andre Marc Baguelin Ashutosh Agarwal R. David Andrew Timothy Bailey Ira Agrawal Steven Andrews Wyeth Bair Jacobo Aguirre Ioan Andricioaei Chris Bakal Alaa Ahmed Ioannis Androulakis Joseph Bak-Coleman Hasan Ahmed Iris Antes Adam Baker Natalie Ahn Maciek Antoniewicz Douglas Bakkum Thomas Akam Haroon Anwar Gabor Balazsi Ilya Akberdin Stefano Anzellotti Nilesh Banavali Eyal Akiva Miguel Aon Rahul Banerjee Sahar Akram Lucy Aplin Edward Banigan Tomas Alarcon Kevin Aquino Martin Banks Larissa Albantakis Leonardo Arbiza Mukul Bansal Reka Albert Murat Arcak Shweta Bansal Martí Aldea Gil Ariel Wolfgang Banzhaf Bree Aldridge Nimalan Arinaminpathy Lei Bao Helen Alexander Jeffrey Arle Gyorgy Barabas Alexander Alexeev Alain Arneodo Omri Barak Leonidas Alexopoulos Markus Arnoldini Matteo Barberis Emil Alexov
    [Show full text]