Gene Regulatory Network Inference Using Machine Learning Techniques

Total Page:16

File Type:pdf, Size:1020Kb

Gene Regulatory Network Inference Using Machine Learning Techniques GENE REGULATORY NETWORK INFERENCE USING MACHINE LEARNING TECHNIQUES Stephanie Kamgnia Wonkap A Thesis in the department of Computer Science and Software Engineering Presented in Partial Fulfillment of the Requirements For the Degree of Doctor of Philosophy(Computer Science) Concordia University Montreal,´ Quebec,´ Canada August 26 2020 c Stephanie Kamgnia Wonkap, 2020 Concordia University School of Graduate Studies This is to certify that the thesis prepared By: Miss. Stephanie Kamgnia Wonkap Entitled: Gene Regulatory Network Inference using Machine Learning Techniques and submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Computer Science) complies with the regulations of this University and meets the accepted standards with respect to originality and quality. Signed by the final examining committee: Chair Dr. Liangzhu Wang External Examiner Dr. Mathieu Blanchette Examiner Dr. Leila Kosseim Examiner Dr. Malcolm Whiteway Examiner Dr. Volker Haarslev Supervisor Dr. Gregory Butler Approved Dr. Leila Kosseim, Graduate Program Director August 26th, 2020 Dr. Amir Asif, Dean Date of Defence Faculty of Engineering and Computer Science Abstract Gene Regulatory Network Inference using Machine Learning Techniques Stephanie Kamgnia Wonkap, Ph.D. Concordia University, 2020 Systems Biology is a field that models complex biological systems in order to better understand the working of cells and organisms. One of the systems modeled is the gene regulatory network that plays the critical role of controlling an organism's response to changes in its environment. Ideally, we would like a model of the complete gene regulatory network. In recent years, several advances in technology have permitted the collection of an unprecedented amount and variety of data such as genomes, gene expression data, time-series data, and perturbation data. This has stimulated research into computational methods that reconstruct, or infer, models of the gene regulatory network from the data. Many solutions have been proposed, yet there remain open challenges in utilising the range of available data as it is inherently noisy, and must be integrated by the inference techniques. The thesis seeks to contribute to this discourse by investigating challenges of performance, scale, and data integration. We propose a new algorithm BENIN that views network inference as feature se- lection to address issues of scale, that uses elastic net regression for improved per- formance, and adapts elastic net to integrate different types of biological data. The BENIN algorithm is benchmarked on a synthetic dataset from the DREAM4 challenge, and on real expression data for the human HeLa cell cycle. On the DREAM4 dataset BENIN out-performed all DREAM4 competitors on the size 100 subchallenge, and is also competitive with more recent state-of-the-art methods. Moreover, on the HeLa cell cycle data, BENIN could infer known regulatory interactions and propose new interactions that warrant further experimental investigation. Keys words: gene regulatory network, network inference, feature selection, elastic net regression. iii Acknowledgments First of all, I would like to thank my academic supervisor, Dr. Gregory Butler, for his precious advice that helped me accomplish this project and become a better researcher. Moreover, I would like to thank him for providing me with financial support. I would like to thank my mother, Bernadette, and my father, Emmanuel, for showing the path through my Ph.D. Your prayer, love, and support helped go through these tough times. Thank you for your education that made me the strong woman I am today. I would like to thank my sister Nathalie who is my model since our childhood. I made it I am a doctor like you. Thank you to my sister Helene who was always there, our phone calls, and our discussion helped during all these years. I will not forget my sister Diana, my nephews, my older brother Armand and two little brothers Joan and Gracien. Every one of you plays an essential role in this journey. To you my beloved husband Samir, you were my rock through this journey. Thank you for holding my back, for being such a good confident and my motivation. I think that if you were not there, I would not be able to accomplish this. I thank God for having you in my life. Last but not the less, my colleagues from office 11.411. I will never forget all these good times: the sushi time, our potluck dinner, our late discussions and all our fun time. I will miss these times and I wish you all the best in your life. iv Contents List of Figures vii List of Tables ix List of Terms and Abbreviations 1 1 Introduction 1 1.1 Gene Regulation . 2 1.2 Gene Regulatory Network . 5 1.3 Problem Statement . 9 1.4 Motivation . 10 1.5 Challenge in Gene Regulatory Network Inference . 12 1.6 Limitation of State-of-the-Art . 14 1.7 Contribution . 14 1.8 Organization of the Thesis . 18 2 Background 19 2.1 Background for Network Inference . 19 2.2 Feature Selection . 30 2.3 Resources Available for Network Inference . 33 2.4 Assesment and Validation of Network Inference . 39 2.5 Computational Methods . 45 2.6 Conclusion . 78 3 BENIN 80 3.1 The BENIN Algorithm . 81 v 3.2 Experimental Validation . 91 3.3 Computational Complexity . 97 3.4 Results and Discussion . 98 3.5 Conclusion . 119 4 BENIN: Application to the HeLa Cell cycle 121 4.1 Introduction . 121 4.2 Background . 124 4.3 Building a gold-standard . 132 4.4 Material . 137 4.5 Method . 146 4.6 Results and Discussion . 158 4.7 Conclusion . 186 5 Conclusion 188 5.1 Recap . 188 5.2 Contributions . 189 5.3 Limitations . 192 5.4 Future Work . 192 Bibliography 193 A Background 227 A.1 IUPAC degenerate base symbols . 227 B BENIN 229 B.1 BENIN parameters setting . 229 B.2 BENIN results . 229 C BENIN: Application to Human HeLa Cell Cycle GRN 235 C.1 Data . 235 C.2 Other . 345 vi List of Figures 1 Organization of an operon in prokaryotes. 3 2 Tryptophan regulation in E. coli ..................... 4 3 Eukaryotic gene structure . 6 4 Chromatin in eukaryotic cells . 7 5 Gene regulatory network abstraction . 8 6 Different representations of binding sites . 29 7 DNA microarray experiment . 35 8 RNA-seq experiment . 37 9 Confusion matrix . 41 10 Procedure to identify regulon . 51 11 Step for regulatory network inference. 58 12 Example DREAM4 Input for BENIN . 84 13 Effect of the noise in location data . 99 14 Influence of BENIN parameters . 100 15 A subnetwork from 100-nodes network 4 . 109 16 The Eukaryotic cell cycle . 125 17 From nucleus to DNA sequence . 126 18 Steps for retrieving knockdown data . 140 19 Steps for collecting promoter sequences . 142 20 Steps for collecting protein sequences . 144 22 Snapshot of FIMO output . 153 24 Inference of GRN controlling HeLa cell cycle through BENIN . 157 21 BED file and BETA-minus output . 160 23 Differential Expression analysis output . 161 25 Effect of τ on BENIN performance. 161 vii 26 Precision-recall curves for BENIN . 163 27 ROC curves for BENIN . 165 28 Precision-recall curves for BENIN +orthology . 167 29 ROC curves for BENIN +orthology . 167 30 Orthologous Regulatory Network From mouse . 180 31 Edge Distribution . 181 32 Global score Distribution for the DREAM4 size 100 subchallenge. 233 33 Global score Distribution for the DREAM4 size 10 subchallenge. 234 viii List of Tables 1 Motifs Finding Methods . 52 2 Reverse-Engineering Methods . 71 3 Description of DREAM4 size 10 and size 100 networks . 91 4 Motifs and errors type . 94 5 BENIN execution time on the DREAM4 . 96 6 DREAM4 size 100 performance with KO expression . 103 7 DREAM4 size 100 performance with Location data . 104 8 Global score on the DREAM4 size 100 subchallenge . 105 9 DREAM4 size 10 performance with Location data . 106 10 DREAM4 size 10 performance with KO expression . 106 11 Global score on the DREAM4 size 10 subchallenge . 107 12 Motif prediction confidence (median rank) . 113 13 Cell cycle Transcription Factors . 127 14 Characteristics of our Human \gold-standard" network . 136 15 Missing transcription factors in our \gold-standard network" . 137 16 Mouse gene regulatory network . 146 17 BENIN execution time . 159 18 BENIN performance . 162 19 Transcription factor and target gene . 168 20 Inference from BENIN +combined+max . 174 21 Inference from BENIN +orthology . 182 22 List of Degenerate IUPAC base symbols . 227 23 BENIN General Parameter setting . 230 24 BENIN +KO parameters on size 100 subchallenge . 230 25 BENIN +Location parameters setting on size 100 subchallenge . 231 ix 26 BENIN +KO parameters on size 10 subchallenge . 231 27 BENIN +Location data parameters on size 10 subchallenge . 232 28 List of HeLa Peak Files . 238 29 List of knockdown datasets . 239 30 Information Motif and Transcription Factor . 240 31 Cell cycle genes . 249 32 Cell Cycle Transcription factor . 251 33 Knockdown Data from Gene Expression Omnibus . 268 34 Edges repetition in networks from HumanBase . 270 35 Edges repetition in Garcia networks . 286 36 HeLa \gold-standard" network - Positive links . 302 37 HeLa \gold-standard" network- Negative links . 319 38 Duplicate regulatory.
Recommended publications
  • RECENT ADVANCES in BIOLOGY, BIOPHYSICS, BIOENGINEERING and COMPUTATIONAL CHEMISTRY
    RECENT ADVANCES in BIOLOGY, BIOPHYSICS, BIOENGINEERING and COMPUTATIONAL CHEMISTRY Proceedings of the 5th WSEAS International Conference on CELLULAR and MOLECULAR BIOLOGY, BIOPHYSICS and BIOENGINEERING (BIO '09) Proceedings of the 3rd WSEAS International Conference on COMPUTATIONAL CHEMISTRY (COMPUCHEM '09) Puerto De La Cruz, Tenerife, Canary Islands, Spain December 14-16, 2009 Recent Advances in Biology and Biomedicine A Series of Reference Books and Textbooks Published by WSEAS Press ISSN: 1790-5125 www.wseas.org ISBN: 978-960-474-141-0 RECENT ADVANCES in BIOLOGY, BIOPHYSICS, BIOENGINEERING and COMPUTATIONAL CHEMISTRY Proceedings of the 5th WSEAS International Conference on CELLULAR and MOLECULAR BIOLOGY, BIOPHYSICS and BIOENGINEERING (BIO '09) Proceedings of the 3rd WSEAS International Conference on COMPUTATIONAL CHEMISTRY (COMPUCHEM '09) Puerto De La Cruz, Tenerife, Canary Islands, Spain December 14-16, 2009 Recent Advances in Biology and Biomedicine A Series of Reference Books and Textbooks Published by WSEAS Press www.wseas.org Copyright © 2009, by WSEAS Press All the copyright of the present book belongs to the World Scientific and Engineering Academy and Society Press. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the Editor of World Scientific and Engineering Academy and Society Press. All papers of the present volume were peer reviewed
    [Show full text]
  • Department of Energy Office of Health and Environmental Research SEQUENCING the HUMAN GENOME Summary Report of the Santa Fe Workshop March 3-4, 1986
    Department of Energy Office of Health and Environmental Research SEQUENCING THE HUMAN GENOME Summary Report of the Santa Fe Workshop March 3-4, 1986 Los Alamos National Laboratory Los Alamos Los Alamos, New Mexico 87545 Los Alamos National Laboratory is operated by the University of California for the United States Department of Energy under contract W-7405-ENG-36. DEPARTMENT OF ENERGY OFFICE OF HEALTH AND ENVIRONMENTAL RESEARCH SEQUENCING THE HUMAN GENOME SUMMARY REPORT ON THE SANTA FE WORKSHOP (MARCH 3-4, 1986) Executive Summary. The following is a summary of the Santa Fe Workshop held on March 3 and 4, 1986. The workshop was sponsored by the Office of Health and Environmental Research (OHER) and Los Alamos National Laboratory (LANL) and dedicated to examining the feasibility, advisability, and approaches to sequencing the human genome. The workshop considered four principal topics: I. Technologies to be employed. II. Expected benefits. III. Architecture of the enterprise. IV. Participants and funding. I . Technology The participants of the workshop foresaw extraordinary and continuing progress in the efficiency and accuracy of mapping, ordering , and sequencing technologies. They suggested that a coordinated analysis of the human genome begin with the task of ordering overlapping recombinant DNA fragments obtained from purified human chromosomes that would provide an infrastructure for sequencing activity. At the same time, they support in-depth evaluation of current and developing strategies for sequencing including possible applications of automation and robotics that would minimize the time and cost of sequencing. II. Benefits The socio-political and health benefits, and the benefit:cost ratio were seen as highly favorable not only for human health, but in addition for the development of new diagnostic, preventative and therapeutic tools, jobs, and industries.
    [Show full text]
  • Mapping Our Genes—Genome Projects: How Big? How Fast?
    Mapping Our Genes—Genome Projects: How Big? How Fast? April 1988 NTIS order #PB88-212402 Recommended Citation: U.S. Congress, Office of Technology Assessment, Mapping Our Genes-The Genmne Projects.’ How Big, How Fast? OTA-BA-373 (Washington, DC: U.S. Government Printing Office, April 1988). Library of Congress Catalog Card Number 87-619898 For sale by the Superintendent of Documents U.S. Government Printing Office, Washington, DC 20402-9325 (order form can be found in the back of this report) Foreword For the past 2 years, scientific and technical journals in biology and medicine have extensively covered a debate about whether and how to determine the function and order of human genes on human chromosomes and when to determine the sequence of molecular building blocks that comprise DNA in those chromosomes. In 1987, these issues rose to become part of the public agenda. The debate involves science, technol- ogy, and politics. Congress is responsible for ‘(writing the rules” of what various Federal agencies do and for funding their work. This report surveys the points made so far in the debate, focusing on those that most directly influence the policy options facing the U.S. Congress, The House Committee on Energy and Commerce requested that OTA undertake the project. The House Committee on Science, Space, and Technology, the Senate Com- mittee on Labor and Human Resources, and the Senate Committee on Energy and Natu- ral Resources also asked OTA to address specific points of concern to them. Congres- sional interest focused on several issues: ● how to assess the rationales for conducting human genome projects, ● how to fund human genome projects (at what level and through which mech- anisms), ● how to coordinate the scientific and technical programs of the several Federal agencies and private interests already supporting various genome projects, and ● how to strike a balance regarding the impact of genome projects on international scientific cooperation and international economic competition in biotechnology.
    [Show full text]
  • Characterizing the Dna-Binding Site Specificities of Cis2his2 Zinc Fingers
    MQP-ID-DH-UM1 C H A R A C T E RI Z IN G T H E DN A-BINDIN G SI T E SPE C I F I C I T I ES O F C IS2H IS2 Z IN C F IN G E RS A Major Qualifying Project Report Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degrees of Bachelor of Science in Biochemistry and Biology and Biotechnology by _________________________ Heather Bell April 26, 2012 APPROVED: ____________________ ____________________ ____________________ Scot Wolfe, PhD Destin Heilman, PhD David Adams, PhD Gene Function and Exp. Biochemistry Biology and Biotech UMass Medical School WPI Project Advisor WPI Project Advisor MAJOR ADVISOR A BST R A C T The ability to modularly assemble Zinc Finger Proteins (ZFPs) as well as the wide variety of DNA sequences they can recognize, make ZFPs an ideal framework to design novel DNA-binding proteins. However, due to the complexity of the interactions between residues in the ZF recognition helix and the DNA-binding site there is currently no comprehensive recognition code that would allow for the accurate prediction of the DNA ZFP binding motifs or the design of novel ZFPs for a desired target site. Through the analysis of the DNA-binding site specificities of 98 ZFP clones, determined through a bacterial one-hybrid selection system, a predictive model was created that can accurately predict the binding site motifs of novel ZFPs. 2 T A B L E O F C O N T E N TS Signature Page ««««««««««««««««««««««««««« $EVWUDFW«««««««««««««««««««««««««««««« 7DEOHRI&RQWHQWV«««««««««««««««««««««««««« $FNQRZOHGJHPHQWV««««««««««««««««««««««««« %DFNJURXQG«««««««««««««««««««««««««««« Project Purpose «««««««««««««««««««««««««««15 0HWKRGV««««««««««««««««««««««««««««««16 5HVXOWV««««««««««««««««««««««««««««««21 'LVFXVVLRQ«««««««««««««««««««««««««««««28 Bibliograph\«««««««««««««««««««««««««««« 6XSSOHPHQWDO««««««««««««««««««««««««««« 3 A C K N O W L E D G E M E N TS I would like to thank Dr.
    [Show full text]
  • 2015 Wattiezm Memoire
    Institutional Repository - Research Portal Dépôt Institutionnel - Portail de la Recherche University of Namurresearchportal.unamur.be THESIS / THÈSE MASTER IN COMPUTER SCIENCE Design of a support system for modelling gene regulatory networks Author(s) - Auteur(s) : Wattiez, Morgan Award date: 2015 Awarding institution: University of Namur Supervisor - Co-Supervisor / Promoteur - Co-Promoteur : Link to publication Publication date - Date de publication : Permanent link - Permalien : Rights / License - Licence de droit d’auteur : General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal ? Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. BibliothèqueDownload date: Universitaire 04. oct.. 2021 Moretus Plantin University of Namur Faculty of Computer Science Academic Year 2014{2015 Design of a support system for modelling gene regulatory networks Morgan WATTIEZ Supervisor: (Signed for Release Approval Jean-Marie JACQUET Study Rules art. 40) Thesis submitted in partial fulfillment of the requirements for the degree of Master in Computer Science at the University of Namur Abstract The understanding of gene regulatory networks depends upon the solving of ques- tions related to the interactions in those networks.
    [Show full text]
  • ISMB 99 August 6 – 10, 1999 Heidelberg, Germany the Seventh
    ______________________________________ Welcome to ISMB 99 August 6 – 10, 1999 Heidelberg, Germany The Seventh International Conference on Intelligent Systems for Molecular Biology ______________________________________ Final Program and Detailed Schedule Friday, August 6, 1999 Tutorial Day The tutorials will take place in the following rooms: 8:30 – 12:30 (Coffee break around 10:30) Tutorial #1 Trübnersaal Piere Baldi Probabilistic graphical models Tutorial #2 Robert-Schumann-Zimmer Douglas L. Brutlag Bioinformatics and Molecular Biology Tutorial #3 Ballsaal Martin Reese The challenge of annotating a complete eukaryotic genome: A case study in Drosophila melanogaster Tutorial #4 Gustav-Mahler-Zimmer Tandy Warnow Computational and statistical Junhyong Kim challenges involved in reconstructing evolutionary trees Tutorial #5 Sebastian-Münster-Saal Thomas Werner The biology and bioinformatics of regulatory regions in genomes Lunch (on this day served in "Grosser Saal" on the ground floor) 13:30 – 17:30 (Coffee break around 15:30) Tutorial #6 Sebastian-Münster-Saal Rob Miller EST Clustering Alan Christoffels Winston Hide Tutorial #7 Trübnersaal Kevin Karplus Getting the most out of hidden Markov Melissa Cline models Christian Barrett Tutorial #8 Robert-Schumann-Zimmer Arthur Lesk Sequence-structure relationships and evolutionary structure changes in proteins Tutorial #9 Gustav-Mahler-Zimmer David States PERL abstractions for databases and Brian Dunford distributed computing Shore Tutorial # 10 Ballsaal Zoltan Szallasi Genetic network analysis
    [Show full text]
  • Download File
    Topics in Signal Processing: applications in genomics and genetics Abdulkadir Elmas Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA UNIVERSITY 2016 c 2016 Abdulkadir Elmas All Rights Reserved ABSTRACT Topics in Signal Processing: applications in genomics and genetics Abdulkadir Elmas The information in genomic or genetic data is influenced by various complex processes and appropriate mathematical modeling is required for studying the underlying processes and the data. This dissertation focuses on the formulation of mathematical models for certain problems in genomics and genetics studies and the development of algorithms for proposing efficient solutions. A Bayesian approach for the transcription factor (TF) motif discovery is examined and the extensions are proposed to deal with many interdependent parameters of the TF-DNA binding. The problem is described by statistical terms and a sequential Monte Carlo sampling method is employed for the estimation of unknown param- eters. In particular, a class-based resampling approach is applied for the accurate estimation of a set of intrinsic properties of the DNA binding sites. Through statistical analysis of the gene expressions, a motif-based computational approach is developed for the inference of novel regulatory networks in a given bacterial genome. To deal with high false-discovery rates in the genome-wide TF binding predictions, the discriminative learning approaches are examined in the context of sequence classification, and a novel mathematical model is introduced to the family of kernel-based Support Vector Machines classifiers. Furthermore, the problem of haplotype phasing is examined based on the genetic data obtained from cost-effective genotyping technologies.
    [Show full text]
  • Baldi Bioinformatics
    Vol. 15 no. 11 1999 BIOINFORMATICS Pages 865–866 A.M. Shmatkov, A.A. Melikyan, F.L. Chernousko and Editorial M. Borodovsky’s paper, ‘Finding prokaryotic genes by the “frame-by-frame” algorithm: targeting gene starts THE SECOND GEORGIA TECH INTERNA- and overlapping genes’, addresses the important practical TIONAL CONFERENCE ON BIOINFORMATICS: problem of gene recognition in prokaryotic genomes, SEQUENCE, STRUCTURE AND FUNCTION of which over a dozen have already been completely (NOVEMBER 11–14, 1999, ATLANTA, GEORGIA, sequenced. The authors suggest an approach to one of USA) the few remaining open problems in prokaryotic gene finding: accurate prediction of gene starts allowing for Steering & Program Committee: Pierre Baldi, Mark the possibility of overlapping protein-coding regions, a Borodovsky, Soren Brunak, Chris Burge, Jim Fickett, relatively common occurrence in prokaryotic genomes Steven Henikoff, Eugene Koonin, Andrej Sali, Chris which seems to be rare in eukaryotes. Their algorithm Sander, Gary Stormo involves application of a hidden Markov model of gene structure to each of the six global reading frames (three on This issue of Bioinformatics contains reports on selected each strand) of a genome separately, followed by a simple papers presented at the international conference in At- post-processing step to remove completely overlapping lanta. The conference was held at one of the midtown genes which rarely occur in nature. Promising results are hotels offering a magnificent bird’s-eye view to the obtained in identifying gene starts, and the possibility of cosmopolitan capital of the Southeast of the USA. The systematic biases in the annotation of several bacterial conference agenda included keynote lectures by Russell genomes is raised.
    [Show full text]
  • Statistic Models in Biological Network Analysis
    Statistic Models in Biological Network Analysis WANLU LIU and AUSTIN QUACH, University of California, Los Angeles As the development of high throughput technology, it becomes more and more important for us to look at the behavior of genes, proteins and metabolites at whole genome level. Instead of studying a single gene, by understanding biological process at network level, we can shed light on some new mechanisms in both developmental processes and diseases. Modeling of these networks is an important challenge in the post genomic era. Several statistical models have been applied to analysis the biological networks including logic-based models, continuous models and correlation-based models. In this review, we focus on the di↵erent methods for reconstructing biological networks and analysis of their functionality. Categories and Subject Descriptors: I.5.1 [Networks Analysis]: Models—Biological Networks General Terms: Network Analysis Additional Key Words and Phrases: Biological Network, Statistic Models, Network Construction, Network Analysis 1. INTRODUCTION In the post-genomic era, genome-wide experiments have become commonplace and methods to inter- rogate such datasets are becomingly increasingly important. One approach to analyzing these large datasets is to model the experimental observations using a network approach. In a process known as (re)construction, inference, identification or reverse engineering, model parameters are fit to the data yielding a defined network that can then be analyzed to gain higher level insights into the com- plex molecular biology. Network biology is an expansive field and there are many different methods that are employed. In this survey paper we briefly review the frameworks of several popular mod- eling methods including logical models, boolean networks, Bayesian networks, weighted correlation networks, differential equations, and some basic network analysis concepts.
    [Show full text]
  • Highlights (PDF)
    GENETICS A PERIODICAL RECORD OF INVESTIGATIONS BEARING ON HEREDITY AND VARIATION Founded in 1916 and published by The Genetics Society of America VOLUME 179, MAY–AUGUST 2008 GENETICS VOLUME 179, MAY–AUGUST 2008 EDITORIAL BOARD Elizabeth W. Jones, Editor-in-Chief Carnegie Mellon University Mark Johnston, Acting Editor-in-Chief Washington University School of Medicine Montserrat Aguade´ Kent Golic Rasmus Nielsen Universitat de Barcelona University of Utah University of Copenhagen, Centre for Bioinformatics Eric E. Alani Susan Gottesman Cornell University National Institutes of Health-NCI Michael Nonet Washington University School of Medicine Kathryn V. Anderson David I. Greenstein Sloan-Kettering Institute University of Minnesota Magnus Nordborg University of Southern California Brenda J. Andrews David Jonah Grunwald University of Utah University of Toronto Peter J. Oefner hris aley Robert R. H. Anholt C H Stanford University Roslin Institute (Edinburgh) North Carolina State University Andrew Paterson ichael ampsey Elja Arjas M H University of Georgia University of Helsinki Robert Wood Johnson Medical School-UMDNJ David Rand orman rnheim Brown University N A awrence arshman University of Southern California L G. H University of Nebraska, Lincoln Eric J. Richards onnie artel Washington University B B ancy ollingsworth Rice University N H Stony Brook University Mark D. Rose David Begun afri umayun Princeton University University of California, Davis M. Z H UMDNJ-New Jersey Medical School Paul Russell ames irchler J A. B ancy enkins The Scripps Research Institute University of Missouri N A. J National Cancer Institute-FCRDC Matthew S. Sachs arl roman K W. B homas aufman Texas A&M University University of Wisconsin, Madison T C.
    [Show full text]
  • PSB 2009 Attendees (As of January 9, 2009) Mario Albrecht Max Planck
    PSB 2009 Attendees (as of January 9, 2009) Mario Albrecht Steven Brenner Max Planck Institute for Informatics University of California, Berkeley Hesham Ali Andrzej Brodzik University of Nebraska at Omaha The MITRE Corporation Gil Alterovitz Lukas Burger Harvard/MIT Institute of Bioinformatics, University of Basel Gregory Arnold Amgen Gregory Burrows OHSU Adam Asare UCSF/ITN William Bush Vanderbilt University Pierre Baldi University of California Andrea Califano Columbia University Lars Barquist UC Berkeley J. Gregory Caporaso Univeristy of Colorado Denver James Bassingthwaighte Univeristy of Washington Vincent Carey Harvard Medical School Tanya Berger-Wolf University of Illinois at Chicago Yuhui Cheng University of California, San Diego Ghislain Bidaut INSERM U891 Institut Paoli-Calmette Raymond Cheong Johns Hopkins University Marco Blanchette Stowers Institute for Medical Research Annie Chiang Stanford University Ben Blencowe Gilsoo Cho Anthony Bonner Yonsei University University of Toronto Sung Bum Cho Ingrid Borecki Seoul National University Bioinformatics Washington University Kevin Cohen John Bouck University of Colorado Denver Ceres, Inc. Dilek Colak Philip Bourne King Faisal Specialist Hospital and University of California, San Diego Research Centre PSB 2009 Attendees (as of January 9, 2009) James Costello Laura Elnitski Indiana University NHGRI Anneleen Daemen Drew Endy Dept. Electrical Engineering, KULeuven Stanford University Denise Daley Eric Fahrenthold University of British Columbia Yiping Fan Paul Davis St Jude Children's
    [Show full text]
  • 2014 ISCB Accomplishment by a Senior Scientist Award: Gene Myers
    Message from ISCB 2014 ISCB Accomplishment by a Senior Scientist Award: Gene Myers Christiana N. Fogg1, Diane E. Kovats2* 1 Freelance Science Writer, Kensington, Maryland, United States of America, 2 Executive Director, International Society for Computational Biology, La Jolla, California, United States of America The International Society for Computa- tional Biology (ISCB; http://www.iscb. org) annually recognizes a senior scientist for his or her outstanding achievements. The ISCB Accomplishment by a Senior Scientist Award honors a leader in the field of computational biology for his or her significant contributions to the com- munity through research, service, and education. Dr. Eugene ‘‘Gene’’ Myers of the Max Planck Institute of Molecular Cell Biology and Genetics in Dresden has been selected as the 2014 ISCB Accom- plishment by a Senior Scientist Award winner. Myers (Image 1) was selected by the ISCB’s awards committee, which is chaired by Dr. Bonnie Berger of the Massachusetts Institute of Technology (MIT). Myers will receive his award and deliver a keynote address at ISCB’s 22nd Image 1. Gene Myers. Image credit: Matt Staley, HHMI. Annual Intelligent Systems for Molecular doi:10.1371/journal.pcbi.1003621.g001 Biology (ISMB) meeting. This meeting is being held in Boston, Massachusetts, on July 11–15, 2014, at the John B. Hynes guidance of his dissertation advisor, An- sequences and how to build evolutionary Memorial Convention Center (https:// drzej Ehrenfeucht, who had eclectic inter- trees. www.iscb.org/ismb2014). ests that included molecular biology. Myers landed his first faculty position in Myers was captivated by computer Myers, along with fellow graduate students the Department of Computer Science at programming as a young student.
    [Show full text]