Arxiv:2006.09858V3 [Cs.LG] 16 Jun 2021

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:2006.09858V3 [Cs.LG] 16 Jun 2021 Geometry of Similarity Comparisons Puoya Tabaghi Jianhao Peng Olgica Milenkovic Coordinated Science Lab Coordinated Science Lab Coordinated Science Lab ECE Department, UIUC ECE Department, UIUC ECE Department, UIUC [email protected] [email protected] [email protected] Ivan Dokmanic´ Department of Mathematics and Computer Science University of Basel [email protected] Abstract Many data analysis problems can be cast as distance geometry problems in space forms – Euclidean, spherical, or hyperbolic spaces. Often, absolute distance measurements are often unreliable or simply unavailable and only proxies to absolute distances in the form of similarities are available. Hence we ask the following: Given only comparisons of similarities amongst a set of entities, what can be said about the geometry of the underlying space form? To study this question, we introduce the notions of the ordinal capacity of a target space form and ordinal spread of the similarity measurements. The latter is an indicator of complex patterns in the measurements, while the former quantifies the capacity of a space form to accommodate a set of measurements with a specific ordinal spread profile. We prove that the ordinal capacity of a space form is related to its dimension and the sign of its curvature. This leads to a lower bound on the Euclidean and spherical embedding dimension of what we term similarity graphs. More importantly, we show that the statistical behavior of the ordinal spread random variables defined on a similarity graph can be used to identify its underlying space form. We support our theoretical claims with experiments on weighted trees, single-cell RNA expression data and spherical cartographic measurements. 1 Introduction arXiv:2006.09858v4 [cs.LG] 29 Jul 2021 Distances reveal the geometry of their underlying space. They are at the core of many machine learning algorithms. In particular, finding a geometrical representation for point sets based on pairwise distances is the subject of distance geometry problems (DGPs). Euclidean DGPs have a rich history of applications in robotics [1, 2], wireless sensor networks [3], molecular conformation analysis [4] and dimensionality reduction [5]. One is typically concerned with finding a geometric representation for a set of measured Euclidean distances [6]. Beyond Euclidean DGPs, recent works have focused of hyperbolic geometry methods in data analysis, most notably when dealing with hierarchical data. Social and FoodWeb networks [7, 8], gene ontologies [9], and Hearst graphs of hypernyms [10] are interesting examples of hierarchical datasets. Spherical embeddings represent sets of points on a (hyper)sphere [11], and have found applications in astronomy [12], distance problems on Earth [13], and texture mapping [14]. Euclidean, spherical and hyperbolic geometries are categorical examples of constant curvature spaces, or space forms, which are characterized by their curvature and dimension. The above examples represent instances of metric embeddings in space forms, as opposed to what is termed nonmetric embeddings. In the latter setting, one is provided with nonmetric information about data points, such as quantized distances or ordinal measurements such as comparisons or rankings. Preprint. Under review. We argue that nonmetric information such as distance comparisons carries valuable information about the space the data points originated from. To formally state our claims, assume that we are given a set of points x1; : : : ; xN in an unknown metric space S. In nonmetric embedding problems [15, 16], we work with dissimilarity (similarity) measurements of the form def 8m; n 2 [N] = f1;:::;Ng : ym;n = φ d(xm; xn) ; where d(xm; xn) is the distance between xm and xn in S, and φ(·) is an unknown monotonically increasing (or decreasing) function. Since φ is unknown, we can only interpret the measurements as distance comparisons or ordinal measurements, i.e., if the entities indexed by n1; n2 are more similar than those indexed by n3; n4; then increasing φ yn1;n2 ≤ yn3;n4 (==========) d(xn1 ; xn2 ) ≤ d(xn3 ; xn4 ): We hence ask: What do distance/similarity comparisons as those described above reveal about the space S? Our work shows, for the first time, that one can use ordinal measurements to deduce the sign of the curvature and a lower-bound for the dimension of the underlying space form (in Euclidean and spherical spaces). The main results of our analysis are as follows. 1. We introduce the notion of ordinal spread of the sorted distance list, which is of fundamental importance in the study of the geometry of distance comparisons. The spread of ordinal measure- ments describes a pattern in which entities appear in the sorted list of distances, i.e., the ordinal spread gives the ranking of the first appearance of a data point in the list. This notion is related to another important geometric entity termed the ordinal capacity. 2. We define the notion of ordinal capacity of a space form to characterize the space’s ability to host extreme patterns of ordinal spreads (computed from similarity measurements). We show that the ordinal capacity of a space form is related to its dimension and curvature sign. The ordinal capacity of Euclidean and spherical spaces are equal and grow exponentially with their dimensions, while the ordinal capacity of a hyperbolic space is infinite for any possible dimension of the space. 3. We derive a deterministic lower bound for Euclidean and spherical embedding dimensions using ordinal spreads and the (finite) ordinal capacity. We also associate an ordinal spread random variable with (1) a set of random points in a space form, and (2) a set of random vertex subsets from a similarity graph – a complete graph with edge weights corresponding to similarity scores of their defining nodes. The distributions of these random variables serves as a practical tool to identify the underlying space form given a similarity graph. 4. We illustrate the utility of our theoretical analysis by using them to correctly uncover the hyperbol- icity of weighted trees. Moreover, we use them to detect Euclidean and spherical geometries for ordinal measurements derived from local and global cartographic data. Finally, we use the ordinal spread variables to determine the degree of heterogeneity of cell populations based on noisy scRNAseq data and how data imputation influences the geometry of the cell space trajectories. Due to space limitations, all proofs, algorithms, and extended discussions are delegated to the Supplement. 1.1 Related Works In many applications we seek a representation for a group of entities based on their distances, but the exact magnitudes of the distances may be unavailable.What often is available (and prevalent) in applied sciences are nonmetric – dissimilarity or similarity – measurements: In neural coding [17], developmental biology [18], learning from perceptual data [19], and cognitive psychology [20]. Unfortunately, the datasets used in most of these studies are small (often involving less than 100 entities) and have limited utility for learning tasks that require sufficiently large sample complexity. Nonmetric embedding problems date back to the works of Shepard [21, 22] and Kruskal [15]. Inspired by the Shepard-Kruskal scaling problem, Agarwal et al. [16] introduce generalized nonmetric multi- dimensional scaling, a semidefinite relaxation used to embed dissimilarity (or similarity) ratings of a set of entities in Euclidean space. Stochastic triplet embeddings [23] and crowd kernel learning [24] are used to embed triadic comparisons using probabilistic information. Tabaghi et al. [25] propose a semidefinite relaxation for metric and nonmetric embedding problems in hyperbolic space. In all 2 these scenarios, the embedding space has to properly represent the measured data. For example, in developmental biology and cancer genomics, single-cell RNA sequencing (scRNAseq) is used to differentiate cell types and cycles. The classification results have important implications for lineage identification and monitoring cell trajectories and dynamic cellular processes [26]. Klimovskaia et al. [18] use hyperbolic rather than Euclidean spaces for low-distortion embedding of complex cell trajectories (hierarchical structures). Learning from distance comparisons is an active area of research. Among the relevant research topics are ranking objects from pairwise comparisons [27, 28], theoretical analysis of necessary number of distance comparisons to uniquely determine the embedding [29], nearest neighbor search [30], random forests [31], and classification based on triplet comparisons [32]. Understanding the underlying geometry of ordinal measurements is important in designing relevant algorithms. Related to nonmetric embedding problems are the various techniques that study topological properties of point clouds independently of the choice of metric and of the geometric properties such as curvature [33]. An important problem in this domain is to detect intrinsic structure in neural firing patterns, invariant under nonlinear monotone transformations of measurements. Giusti et al. [17] propose a method based on clique topology of the graph of correlations between pairs of neurons. The clique topology of a weighted graph describes the behavior of cycles in its order complex [17] as a function of edge densities; these entities are also known as Betti curves. The statistical behavior of Betti curves is used to distinguish random and geometric structures of moderate sizes in Euclidean space.
Recommended publications
  • Applied Category Theory for Genomics – an Initiative
    Applied Category Theory for Genomics { An Initiative Yanying Wu1,2 1Centre for Neural Circuits and Behaviour, University of Oxford, UK 2Department of Physiology, Anatomy and Genetics, University of Oxford, UK 06 Sept, 2020 Abstract The ultimate secret of all lives on earth is hidden in their genomes { a totality of DNA sequences. We currently know the whole genome sequence of many organisms, while our understanding of the genome architecture on a systematic level remains rudimentary. Applied category theory opens a promising way to integrate the humongous amount of heterogeneous informations in genomics, to advance our knowledge regarding genome organization, and to provide us with a deep and holistic view of our own genomes. In this work we explain why applied category theory carries such a hope, and we move on to show how it could actually do so, albeit in baby steps. The manuscript intends to be readable to both mathematicians and biologists, therefore no prior knowledge is required from either side. arXiv:2009.02822v1 [q-bio.GN] 6 Sep 2020 1 Introduction DNA, the genetic material of all living beings on this planet, holds the secret of life. The complete set of DNA sequences in an organism constitutes its genome { the blueprint and instruction manual of that organism, be it a human or fly [1]. Therefore, genomics, which studies the contents and meaning of genomes, has been standing in the central stage of scientific research since its birth. The twentieth century witnessed three milestones of genomics research [1]. It began with the discovery of Mendel's laws of inheritance [2], sparked a climax in the middle with the reveal of DNA double helix structure [3], and ended with the accomplishment of a first draft of complete human genome sequences [4].
    [Show full text]
  • Gene Prediction: the End of the Beginning Comment Colin Semple
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by PubMed Central http://genomebiology.com/2000/1/2/reports/4012.1 Meeting report Gene prediction: the end of the beginning comment Colin Semple Address: Department of Medical Sciences, Molecular Medicine Centre, Western General Hospital, Crewe Road, Edinburgh EH4 2XU, UK. E-mail: [email protected] Published: 28 July 2000 reviews Genome Biology 2000, 1(2):reports4012.1–4012.3 The electronic version of this article is the complete one and can be found online at http://genomebiology.com/2000/1/2/reports/4012 © GenomeBiology.com (Print ISSN 1465-6906; Online ISSN 1465-6914) Reducing genomes to genes reports A report from the conference entitled Genome Based Gene All ab initio gene prediction programs have to balance sensi- Structure Determination, Hinxton, UK, 1-2 June, 2000, tivity against accuracy. It is often only possible to detect all organised by the European Bioinformatics Institute (EBI). the real exons present in a sequence at the expense of detect- ing many false ones. Alternatively, one may accept only pre- dictions scoring above a more stringent threshold but lose The draft sequence of the human genome will become avail- those real exons that have lower scores. The trick is to try and able later this year. For some time now it has been accepted increase accuracy without any large loss of sensitivity; this deposited research that this will mark a beginning rather than an end. A vast can be done by comparing the prediction with additional, amount of work will remain to be done, from detailing independent evidence.
    [Show full text]
  • Meeting Review: Bioinformatics and Medicine – from Molecules To
    Comparative and Functional Genomics Comp Funct Genom 2002; 3: 270–276. Published online 9 May 2002 in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cfg.178 Feature Meeting Review: Bioinformatics And Medicine – From molecules to humans, virtual and real Hinxton Hall Conference Centre, Genome Campus, Hinxton, Cambridge, UK – April 5th–7th Roslin Russell* MRC UK HGMP Resource Centre, Genome Campus, Hinxton, Cambridge CB10 1SB, UK *Correspondence to: Abstract MRC UK HGMP Resource Centre, Genome Campus, The Industrialization Workshop Series aims to promote and discuss integration, automa- Hinxton, Cambridge CB10 1SB, tion, simulation, quality, availability and standards in the high-throughput life sciences. UK. The main issues addressed being the transformation of bioinformatics and bioinformatics- based drug design into a robust discipline in industry, the government, research institutes and academia. The latest workshop emphasized the influence of the post-genomic era on medicine and healthcare with reference to advanced biological systems modeling and simulation, protein structure research, protein-protein interactions, metabolism and physiology. Speakers included Michael Ashburner, Kenneth Buetow, Francois Cambien, Cyrus Chothia, Jean Garnier, Francois Iris, Matthias Mann, Maya Natarajan, Peter Murray-Rust, Richard Mushlin, Barry Robson, David Rubin, Kosta Steliou, John Todd, Janet Thornton, Pim van der Eijk, Michael Vieth and Richard Ward. Copyright # 2002 John Wiley & Sons, Ltd. Received: 22 April 2002 Keywords: bioinformatics;
    [Show full text]
  • The Ethos and Effects of Data-Sharing Rules: Examining The
    Informed consent for: "The ethos and effects of data-sharing rules: Examining the history of the 'Bermuda principles' and their effects on 21 st century science" University of Adelaide Duke University Researchers at the University of Adelaide, Australia, and the IGSP Center for Genome Ethics, Law & Policy, Duke University, are engaged in research on the Bermuda Principles for sharing DNA sequence data from high-volume sequencing centers. You have been selected for an interview because we believe that the recollections you may have of your experiences with the International Strategy Meetings for Human Genome Sequencing (1996-1998) will be interesting and helpful for our project. We expect that interviews will last from 30 minutes to much longer, but you may stop your interview at any time. Your participation is strictly voluntary, and you do not have to answer every question asked. Your interview is being recorded and we may take written notes during the interview. After your interview, we may prepare a typed transcript of the interview. If we prepare a transcript, you will have an opportunity to review it and to make deletions and corrections. Unless you indicate otherwise, the information that you provide in this interview will be "on the record"-that is, it can be attributed to you in the various articles and chapters that we plan to write, and thus could become public through these channels. Jf, however, at some point in the interview you want to provide us with information that might be useful for us to know, but which you do not want to have attributed to you, you should tell us that you wish to go "off the record" and we will stop the recording.
    [Show full text]
  • Contcenter for Genomic Regul
    CONTCENTER FOR GENOMIC REGUL CRG SCIENTIFIC STRUCTURE . 4 CRG MANAGEMENT STRUCTURE . 6 CRG SCIENTIFIC ADVISORY BOARD (SAB) . 8 CRG BUSINESS BOARD . 9 YEAR RETROSPECT BY THE DIRECTOR OF THE CRG: MIGUEL BEATO . 10 GENE REGULATION. 14 p Chromatin and gene expression .....................16 p Transcriptional regulation and chromatin remodelling .....19 p Regulation of alternative pre-mRNA splicing during cell . 22 differentiation, development and disease p RNA interference and chromatin regulation . 26 p RNA-protein interactions and regulation . 30 p Regulation of protein synthesis in eukaryotes . 33 p Translational control of gene expression . 36 DIFFERENTIATION AND CANCER ...........................40 p Hematopoietic differentiation and stem cell biology..........42 p Myogenesis.....................................46 p Epigenetics events in cancer.......................49 p Epithelial homeostasis and cancer ...................52 ENTSATION ANNUAL REPORT 2006 GENES AND DISEASE .................................56 p Genetic causes of disease .............................58 p Gene therapy ......................................63 p Murine models of disease .............................66 p Neurobehavioral phenotyping of mouse models of disease .....68 p Gene function ......................................73 p Associated Core Facility: Genotyping Unit..................76 BIOINFORMATICS AND GENOMICS ..........................80 p Bioinformatics and genomics ...........................82 p Genomic analysis of development and disease ..............86
    [Show full text]
  • Concepts, Historical Milestones and the Central Place of Bioinformatics in Modern Biology: a European Perspective
    1 Concepts, Historical Milestones and the Central Place of Bioinformatics in Modern Biology: A European Perspective Attwood, T.K.1, Gisel, A.2, Eriksson, N-E.3 and Bongcam-Rudloff, E.4 1Faculty of Life Sciences & School of Computer Science, University of Manchester 2Institute for Biomedical Technologies, CNR 3Uppsala Biomedical Centre (BMC), University of Uppsala 4Department of Animal Breeding and Genetics, Swedish University of Agricultural Sciences 1UK 2Italy 3,4Sweden 1. Introduction The origins of bioinformatics, both as a term and as a discipline, are difficult to pinpoint. The expression was used as early as 1977 by Dutch theoretical biologist Paulien Hogeweg when she described her main field of research as bioinformatics, and established a bioinformatics group at the University of Utrecht (Hogeweg, 1978; Hogeweg & Hesper, 1978). Nevertheless, the term had little traction in the community for at least another decade. In Europe, the turning point seems to have been circa 1990, with the planning of the “Bioinformatics in the 90s” conference, which was held in Maastricht in 1991. At this time, the National Center for Biotechnology Information (NCBI) had been newly established in the United States of America (USA) (Benson et al., 1990). Despite this, there was still a sense that the nation lacked a “long-term biology ‘informatics’ strategy”, particularly regarding postdoctoral interdisciplinary training in computer science and molecular biology (Smith, 1990). Interestingly, Smith spoke here of ‘biology informatics’, not bioinformatics; and the NCBI was a ‘center for biotechnology information’, not a bioinformatics centre. The discipline itself ultimately grew organically from the needs of researchers to access and analyse (primarily biomedical) data, which appeared to be accumulating at alarming rates simultaneously in different parts of the world.
    [Show full text]
  • Computational Biology: Plus C'est La Même Chose, Plus Ça Change
    Computational biology: plus c'est la même chose, plus ça change The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Huttenhower, Curtis. 2011. Computational biology: plus c'est la même chose, plus ça change. Genome Biology 12(8): 307. Published Version doi:10.1186/gb-2011-12-8-307 Citable link http://nrs.harvard.edu/urn-3:HUL.InstRepos:10576037 Terms of Use This article was downloaded from Harvard University’s DASH repository, and is made available under the terms and conditions applicable to Other Posted Material, as set forth at http:// nrs.harvard.edu/urn-3:HUL.InstRepos:dash.current.terms-of- use#LAA Huttenhower Genome Biology 2011, 12:307 http://genomebiology.com/2011/12/8/307 MEETING REPORT Computational biology: plus c’est la même chose, plus ça change Curtis Huttenhower* The data deluge: still keeping our heads above water Abstract Bioinformatics has been dealing with an exponential A report on the joint 19th Annual International growth in data since its coalescence as a field in the Conference on Intelligent Systems for Molecular 1980s, making the Senior Scientist Award keynote with Biology (ISMB)/10th Annual European Conference which Michael Ashburner closed the conference on Computational Biology (ECCB) meetings and particularly appropriate. This retrospective by the ‘father the 7th International Society for Computational of ontologies in biology’, to quote the introduction by Biology Student Council Symposium, Vienna, Austria, ISCB president Burkhard Rost, detailed the remarkable 15‑19 July 2011. expansion of computational biology since Ashburner’s start as a Cambridge undergraduate 50 years ago.
    [Show full text]
  • CSHL Audio Visual Collection Inventory
    CSHL AV Collection Inventory 1 CSHL Audio Visual Collection Inventory BOX VIDEOTAPE TITLE TITLE # TAPE # DATE CATEGORY FORMAT 1 ZEBRA FISH 419 #1 1/1/1996 Fish Hi8 1 ZEBRA FISH 420 #2 1/1/1996 Fish Hi8 1 TRINKAUS 421 1/1/1996 Lecture Hi8 1 GENOME 423 #1 1/1/1996 Genome Hi8 1 GENOME 424 #2 1/1/1996 Genome Hi8 1 THE CELL CYCLE 425 #1 5/15/1996 Cell Hi8 1 THE CELL CYCLE 426 #2 5/15/1996 Cell Hi8 1 RETROVIRUSES 427 5/21/1996 Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NE RVOUS SYSTEM 428 #1 5/29/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 429 #2 5/30/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 430 #3 5/30/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 431 #4 5/31/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 432 #5 5/31/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 433 #6 6/1/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 434 #7 6/1/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 435 #8 7/9/1998 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 436 #9 6/2/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 437 #10 6/2/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 438 #11 6/3/1996 Symposium Hi8 SYMPOSIUM 96: FUNCTION & DISFUNCTION OF 1 THE NERVOUS SYSTEM 439 #12 6/3/1996 Symposium Hi8 CSHL AV Collection Inventory 2
    [Show full text]
  • Flymine: an Integrated Database for Drosophila and Anopheles Genomics
    Open Access Software2007LyneetVolume al. 8, Issue 7, Article R129 FlyMine: an integrated database for Drosophila and Anopheles comment genomics Rachel Lyne*, Richard Smith*, Kim Rutherford*, Matthew Wakeling*, Andrew Varley*, Francois Guillier*, Hilde Janssens*, Wenyan Ji*, Peter Mclaren*, Philip North*, Debashis Rana*, Tom Riley*, Julie Sullivan*, Xavier Watkins*, Mark Woodbridge*, Kathryn Lilley†, Steve Russell*, Michael Ashburner*, Kenji Mizuguchi†‡§ and Gos Micklem*‡ reviews Addresses: *Department of Genetics, University of Cambridge, Cambridge, CB2 3EH, UK. †Department of Biochemistry, University of Cambridge, Cambridge, CB2 1GA, UK. ‡Cambridge Computational Biology Institute, Department of Applied Mathematics and Theoretical Physics, University of Cambridge, Cambridge, CB3 OWA, UK. §National Institute of Biomedical Innovation 7-6-8 Saito-Asagi, Ibaraki, Osaka 567-0085, Japan. Correspondence: Gos Micklem. Email: [email protected] reports Published: 5 July 2007 Received: 15 November 2006 Revised: 6 March 2007 Genome Biology 2007, 8:R129 (doi:10.1186/gb-2007-8-7-r129) Accepted: 5 June 2007 The electronic version of this article is the complete one and can be found online at http://genomebiology.com/2007/8/7/R129 deposited research © 2007 Lyne et al.; licensee BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The<p>Thissophila FlyMine </it>and novel database web-based <it>Anopheles</it>.</p> database provides unique accessibility and querying of integrated genomic and proteomic data for <it>Dro- Abstract refereed research refereed FlyMine is a data warehouse that addresses one of the important challenges of modern biology: how to integrate and make use of the diversity and volume of current biological data.
    [Show full text]
  • Molecular Genetics & Genomics
    page 46 Lab Times 5-2010 Ranking Illustration: Christina Ullman Publication Analysis 1997-2008 Molecular Genetics & Genomics Under the premise of a “narrow” definition of the field, Germany and England co-dominated European molecular genetics/genomics. The most frequently citated sub-fields were bioinformatical genomics, epigenetics, RNA biology and DNA repair. irst of all, a little science history (you’ll soon see why). As and expression. That’s where so-called computational biology is well known, in the 1950s genetics went molecular – and and systems biology enter research into basic genetic problems. Fdid not just become molecular genetics but rather molec- Given that development, it is not easy to answer the question ular bio logy. In 1963, however, Sydney Brenner wrote in his fa- what “molecular genetics & genomics” today actually is – and, mous letter to Max Perutz: “[...] I have long felt that the future of in particular, what is it in the context of our publication analy- molecular biology lies in the extension of research to other fields sis of the field? It is obvious that, as for example science historian of biology, notably development and the nervous system.” He Robert Olby put it, a “wide” definition can be distinguished from appeared not to be alone with this view and, as a consequence, a “narrow” definition of the field. The wide definition includes along with Brenner many of the leading molecular biologists all fields, into which molecular biology has entered as an exper- from the classical period redirected their research agendas, utilis- imental and theoretical paradigm. The “narrow” definition, on ing the newly developed molecular techniques to investigate un- the other hand, still tries to maintain the status as an explicit bio- solved problems in other fields.
    [Show full text]
  • Infrastructure Needs of Systems Biology
    Report from the US-EC Workshop on INFRASTrucTURE NEEDS OF SYSTEMS BIOLOGY 3–4 May 2007 Boston, Massachusetts, USA Workshop facilitation, logistics, & report editing and publishing provided by the World Technology Evaluation Center, Inc. Report from the US-EC Workshop on INFRASTrucTURE NEEDS OF SYSTEMS BIOLOGY 3–4 May 2007 Boston, Massachusetts, USA Jean Mayer USDA Human Nutrition Research Center on Aging (HNRCA) Tufts University 711 Washington Street Boston, MA 02111-1524 This workshop was supported by the US National Science Foundation through grant ENG-0423742, by the US Department of Agriculture, and by the European Commission. Any opinions, findings, conclusions, or recommendations contained in this material are those of the workshop participants and do not neces- sarily reflect the views of the United States Government, the European Commission, or the contributors’ parent institutions. Copyright 2007 by WTEC, Inc., except as elsewhere noted. The U.S. Government retains a nonexclusive and nontransferable license to exercise all exclusive rights provided by copyright. Copyrights to graphics or other individual contributions included in this report are retained by the original copyright holders and are used here under the Government’s license and by permission. Requests to use any images must be made to the provider identified in the image credits. First Printing: February 2008. Preface This report summarizes the presentations and discussions of the US-EC Workshop on Infrastructure Needs of Systems Biology, held on May 3–4, 2007, at the Jean Mayer USDA Human Nutrition Research Center on Aging, Tufts University, in Boston, Massachusetts under the auspices of the US-EC Task Force on Biotechnology Research.
    [Show full text]
  • Prolango: Protein Function Prediction Using Neural~ Machine
    ProLanGO: Protein Function Prediction Using Neural Machine Translation Based on a Recurrent Neural Network Renzhi Cao Colton Freitas Department of Computer Science Department of Computer Science Pacific Lutheran University Pacific Lutheran University Tacoma, WA 98447 Tacoma, WA 98447 [email protected] [email protected] Leong Chan Miao Sun School of Business Baidu Inc. Pacific Lutheran University 1195 Bordeaux Dr, Sunnyvale, CA 94089, USA Tacoma, WA 98447 [email protected] [email protected] Haiqing Jiang Zhangxin Chen Hiretual Inc. School of electronic engineering San Jose, CA 95131, USA University of Electronic Science and Technology of China [email protected] Chengdu, 610051, China [email protected] Abstract With the development of next generation sequencing techniques, it is fast and cheap to determine protein sequences but relatively slow and expensive to extract useful information from protein sequences because of limitations of traditional biological experimental techniques. Protein function prediction has been a long standing challenge to fill the gap between the huge amount of protein sequences and the known function. In this paper, we propose a novel method to convert the protein function problem into a language translation problem by the new proposed protein sequence language “ProLan” to the protein function language “GOLan”, and build a neural machine translation model based on recurrent neural networks to translate “ProLan” language to “GOLan” language. We blindly tested our method by attending the latest third Critical Assessment of Function Annotation (CAFA arXiv:1710.07016v1 [q-bio.QM] 19 Oct 2017 3) in 2016, and also evaluate the performance of our methods on selected proteins whose function was released after CAFA competition.
    [Show full text]