Alliance of Genome Resources Portal: Unified Model Organism

Total Page:16

File Type:pdf, Size:1020Kb

Alliance of Genome Resources Portal: Unified Model Organism Nucleic Acids Research, 2019 1 doi: 10.1093/nar/gkz813 Alliance of Genome Resources Portal: unified model organism research platform The Alliance of Genome Resources Consortium*,† Downloaded from https://academic.oup.com/nar/advance-article-abstract/doi/10.1093/nar/gkz813/5573549 by guest on 30 September 2019 Received July 31, 2019; Revised September 03, 2019; Editorial Decision September 11, 2019; Accepted September 19, 2019 ABSTRACT six MODs: the Mouse Genome Database, the Rat Genome Database, the Zebrafish Information Network, FlyBase, The Alliance of Genome Resources (Alliance) is a WormBase and the Saccharomyces Genome Database. consortium of the major model organism databases These MOD resources extensively curate data for the bud- and the Gene Ontology that is guided by the vision of ding yeast (Saccharomyces cerevisiae), worm (Caenorhab- facilitating exploration of related genes in human and ditis elegans), fruit fly (Drosophila melanogaster), zebrafish well-studied model organisms by providing a highly (Danio rerio), mouse (Mus sp.), rat (Rattus norvegicus) as integrated and comprehensive platform that enables well as many closely related taxa. The GOC provides GO researchers to leverage the extensive body of ge- annotations for all taxa. To make the case for long-term netic and genomic studies in these organisms. Initi- sustainability, the Alliance is working to make MOD and ated in 2016, the Alliance is building a central portal GOC infrastructure more efficient by sharing computa- (www.alliancegenome.org) for access to data for the tional pipelines and software development. The Alliance of Genome Resources Portal, reported on primary model organisms along with gene ontology here, results from the development and maintenance of a data and human data. All data types represented in software platform and shared modular infrastructure de- the Alliance portal (e.g. genomic data and phenotype signed for the coordination of data harmonization activi- descriptions) have common data models and work- ties across the model organism databases. The MODs and flows for curation. All data are open and freely avail- GOC remain the focus of organism-specific expert curation able via a variety of mechanisms. Long-term plans for of data and are responsible for quality control and submis- the Alliance project include a focus on coverage of sion of data to the Alliance research platform. additional model organisms including those without dedicated curation communities, and the inclusion CREATING THE INTEGRATED MODEL ORGANISM of new data types with a particular focus on pro- PORTAL viding data and tools for the non-model-organism The Alliance web portal (www.alliancegenome.org)pro- researcher that support enhanced discovery about vides a single point of access to multiple types of genetic and human health and disease. Here we review current genomic data from diverse model organisms used to study progress and present immediate plans for this new the genetic and genomic basis of human biology, health bioinformatics resource. and disease. The portal is designed with a number of key principles in mind: (a) entity report pages as information ‘hubs’, connecting together a variety of linked data types INTRODUCTION AND HISTORY into single views; (b) a powerful top-level search function, Model Organism Databases (MODs) and the associated with results faceted by key data types and (c) standard- Gene Ontology Consortium (GOC), have been highly suc- ized user-interface components with a common look-and- cessful and are crucial to modern biomedical and biological feel across all organisms. The portal also provides access to research (1–7). Increasingly, researchers want information large datasets through Application Programming Interfaces about more than one model organism, especially in the con- (APIs) and data downloads. With each quarterly release of text of human biomedical research, and they would benefit the portal, data from the primary Alliance knowledge cen- greatly from being able to explore data across many model ters (as Alliance MODs and GOC, the curation centers, organisms in a consistent way. To facilitate such cross- are known) are refreshed, and new data types and displays organism studies, the Alliance is harmonizing representa- are added. Version 2.2, released 7/2/2019, includes new ex- tion of concepts and unifying user interface design for the tensive representation of gene expression data, inclusion presentation of data types in common across the GOC and of molecular interaction data, and improved links between *To whom correspondence should be addressed. Tel: +1 207 288 6248; Email: [email protected] †The Alliance of Genome Resources Consortium authors are listed in the appendix. C The Author(s) 2019. Published by Oxford University Press on behalf of Nucleic Acids Research. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited. 2 Nucleic Acids Research, 2019 orthology, expression and disease data. Release notes can Function - Go annotations be reviewed here (https://www.alliancegenome.org/release- Using the controlled vocabulary of the GO, the functions of notes). genes have been carefully annotated over many years by in- ternational teams of curators, translating the findings from GENE REPORT PAGES more than 150 000 published articles into simple, structured Species-specific gene report pages provide detailed informa- and reusable pieces of biological knowledge. A given gene tion about a gene and its function (Figure 1). They begin can therefore have tens to hundreds of functions annotated Downloaded from https://academic.oup.com/nar/advance-article-abstract/doi/10.1093/nar/gkz813/5573549 by guest on 30 September 2019 with a summary of the gene and include subsections for with specific GO terms. The GOC provides a graphical tool, genomic information, functional (GO) annotations, orthol- the Ribbon, to summarize those functions and to enable ogy relationships, phenotypic and disease associations, ex- users to drill down to further details as well as to compare pression patterns, alleles and molecular interactions. Many the functions of multiple genes easily (Figure 3A). First in- details represented include hyperlinks to additional infor- troduced by the MGD database (10), the GO Ribbon has mation. Below are descriptions of how elements of this page three sections, reflecting the three branches of the GOon- are generated and refreshed. tology, namely Biological Process, Molecular Function and Cellular Component. The high-level terms selected to sum- Automated gene descriptions marize the functions of genes are carefully designed sub- sets, also called ‘GO slim’, and darker colors indicate more With so much information available for many genes, intelli- data (http://geneontology.org/docs/go-subset-guide/). This gent summation of the data is needed to facilitate discover- paradigm is further detailed in Disease section below. ability and interspecies comparison of gene function. One One of the challenges of the Alliance consortium was way of doing this is to provide a short standardized human to design a GO slim that would represent the specific ex- readable description for every gene, yet manually writing perimental findings in all the model organisms yet be gen- them from an ever-growing literature corpus is a time- and eral enough to enable useful comparisons between these labor-intensive task. To automate this process, we devel- species, and with human genes. The matrix-like represen- oped an algorithm that summarizes gene function based on tation of the GO ribbon is a useful way to represent curated data. Data include gene associations to Gene Ontol- other ontology-based of annotations and thus is also be- ogy (GO) terms, Disease Ontology (DO) terms, human or- ing used to power the Alliance disease and expression rib- tholog data and gene expression data. The problem of gen- bons (Figure 3B, C). The REACT component is freely erating a text summary from multiple ontology terms anno- available as an NPM package (https://www.npmjs.com/ tated to a gene was formulated as an optimization problem. package/@geneontology/ribbon) and a more generic rib- The solution to this problem resulted in a short, template- bon that can easily be integrated in any website (indepen- based paragraph of text containing an optimal combina- dent of the framework used) is in progress. Community tion of ontology terms based on their information content, feedback and requests are also welcome and can be sub- limited to a predefined maximum text length. The terms in mitted at the public GitHub repository (https://github.com/ the final description can be either the original annotated geneontology/ribbon). term/s or a parent term which groups several of the an- notated terms. An example is the automated description Orthology provided for mouse gene Bmp4 which has 291 GO anno- tations alone (https://www.alliancegenome.org/gene/MGI: The representation of orthology is essential to comparative 88180)(Figure2). This gene descriptions project has re- genomic studies and to interpretation and inferential con- sulted in over 100 000 modular and standardized gene de- clusions of model organism studies. One of the key initial scriptions for purposes of portal display, and can be down- goals of the Alliance is to generate, display and provide
Recommended publications
  • Unicarbkb: Building a Standardised and Scalable Informatics Platform for Glycosciences Research
    Platforms EOI: UniCarbKB: Building a Standardised and Scalable Informatics Platform for Glycosciences Research 20 September 2019 at 13:02 Project title UniCarbKB: Building a Standardised and Scalable Informatics Platform for Glycosciences Research Field of Research code(s) 03 CHEMICAL SCIENCES 06 BIOLOGICAL SCIENCES 08 INFORMATION AND COMPUTING SCIENCES 11 MEDICAL AND HEALTH SCIENCES EOI Lead Name Matthew Campbell EOI lead Research Group Institute for Glycomics EOI lead Organisation Institute for Glycomics, Griffith University EOI lead Email Collaborator details Name Research Group Organisation Malcolm Wolski eResearch Services Griffith University Project description Over the last few years the glycomics knowledge platform UniCarbKB has contributed to the growth of international glycoinformatics resources by providing access to data collections, web services and software applications supported by biocuration activities. However, UniCarbKB has continued to develop as a single monolithic resource. This proposed project will improve the growth and scalability of UniCarbKB by breaking down the platform into smaller and composable pieces. This will be achieved through the adoption of a more decentralised approach and a microservice architecture that will allow components of the platform to scale at different rates. This architecture will allow us is to build an extendable and cross-disciplinary resource by integrating existing data with new analysis tools. The adoption of international resources (e.g. NIH GlyGen), will allow not just mapping of glycan data to genes and proteins but also pathways, gene ontology, publications and a wide variety of data from EBI, NCBI and other sources. Additionally, we propose to integrate glycan array data and develop ontologies that can serve as tools for integration and subsequently analysis of glycan-associated Existing technology Adopt The proposed project will adopt a multi-tier application architecture in which applications will be developed and deployed as microservices.
    [Show full text]
  • The ELIXIR Core Data Resources: ​Fundamental Infrastructure for The
    Supplementary Data: The ELIXIR Core Data Resources: fundamental infrastructure ​ for the life sciences The “Supporting Material” referred to within this Supplementary Data can be found in the Supporting.Material.CDR.infrastructure file, DOI: 10.5281/zenodo.2625247 (https://zenodo.org/record/2625247). ​ ​ Figure 1. Scale of the Core Data Resources Table S1. Data from which Figure 1 is derived: Year 2013 2014 2015 2016 2017 Data entries 765881651 997794559 1726529931 1853429002 2715599247 Monthly user/IP addresses 1700660 2109586 2413724 2502617 2867265 FTEs 270 292.65 295.65 289.7 311.2 Figure 1 includes data from the following Core Data Resources: ArrayExpress, BRENDA, CATH, ChEBI, ChEMBL, EGA, ENA, Ensembl, Ensembl Genomes, EuropePMC, HPA, IntAct /MINT , InterPro, PDBe, PRIDE, SILVA, STRING, UniProt ● Note that Ensembl’s compute infrastructure physically relocated in 2016, so “Users/IP address” data are not available for that year. In this case, the 2015 numbers were rolled forward to 2016. ● Note that STRING makes only minor releases in 2014 and 2016, in that the interactions are re-computed, but the number of “Data entries” remains unchanged. The major releases that change the number of “Data entries” happened in 2013 and 2015. So, for “Data entries” , the number for 2013 was rolled forward to 2014, and the number for 2015 was rolled forward to 2016. The ELIXIR Core Data Resources: fundamental infrastructure for the life sciences ​ 1 Figure 2: Usage of Core Data Resources in research The following steps were taken: 1. API calls were run on open access full text articles in Europe PMC to identify articles that ​ ​ mention Core Data Resource by name or include specific data record accession numbers.
    [Show full text]
  • Hierarchical Classification of Gene Ontology Terms Using the Gostruct
    Hierarchical classification of Gene Ontology terms using the GOstruct method Artem Sokolov and Asa Ben-Hur Department of Computer Science, Colorado State University Fort Collins, CO, 80523, USA Abstract Protein function prediction is an active area of research in bioinformatics. And yet, transfer of annotation on the basis of sequence or structural similarity remains widely used as an annotation method. Most of today's machine learning approaches reduce the problem to a collection of binary classification problems: whether a protein performs a particular function, sometimes with a post-processing step to combine the binary outputs. We propose a method that directly predicts a full functional annotation of a protein by modeling the structure of the Gene Ontology hierarchy in the framework of kernel methods for structured-output spaces. Our empirical results show improved performance over a BLAST nearest-neighbor method, and over algorithms that employ a collection of binary classifiers as measured on the Mousefunc benchmark dataset. 1 Introduction Protein function prediction is an active area of research in bioinformatics [25]; and yet, transfer of annotation on the basis of sequence or structural similarity remains the standard way of assigning function to proteins in newly sequenced organisms [20]. The Gene Ontology (GO), which is the current standard for annotating gene products and proteins, provides a large set of terms arranged in a hierarchical fashion that specify a gene-product's molecular function, the biological process it is involved in, and its localization to a cellular component [12]. GO term prediction is therefore a hierarchical classification problem, made more challenging by the thousands of annotation terms available.
    [Show full text]
  • Gene Ontology Analysis with Cytoscape
    Introduction to Systems Biology Exercise 6: Gene Ontology Analysis Overview: Gene Ontology (GO) is a useful resource in bioinformatics and systems biology. GO defines a controlled vocabulary of terms in biological process, molecular function, and cellular location, and relates the terms in a somewhat-organized fashion. This exercise outlines the resources available under Cytoscape to perform analyses for the enrichment of gene annotation (GO terms) in networks or sub-networks. In this exercise you will: • Learn how to navigate the Cytoscape Gene Ontology wizard to apply GO annotations to Cytoscape nodes • Learn how to look for enriched GO categories using the BiNGO plugin. What you will need: • The BiNGO plugin, developed by the Computational Biology Division, Dept. of Plant Systems Biology, Flanders Interuniversitary Institute for Biotechnology (VIB), described in Maere S, et al. Bioinformatics. 2005 Aug 15;21(16):3448-9. Epub 2005 Jun 21. • galFiltered.sif used in the earlier exercises and found under sampleData. Please download any missing files from http://www.cbs.dtu.dk/courses/27041/exercises/Ex3/ Download and install the BiNGO plugin, as follows: 1. Get BiNGO from the course page (see above) or go to the BiNGO page at http://www.psb.ugent.be/cbd/papers/BiNGO/. (This site also provides documentation on BiNGO). 2. Unzip the contents of BiNGO.zip to your Cytoscape plugins directory (make sure the BiNGO.jar file is in the plugins directory and not in a subdirectory). 3. If you are currently running Cytoscape, exit and restart. First, we will load the Gene Ontology data into Cytoscape. 1. Start Cytoscape, under Edit, Preferences, make sure your default species, “defaultSpeciesName”, is set to “Saccharomyces cerevisiae”.
    [Show full text]
  • To Find Information About Arabidopsis Genes Leonore Reiser1, Shabari
    UNIT 1.11 Using The Arabidopsis Information Resource (TAIR) to Find Information About Arabidopsis Genes Leonore Reiser1, Shabari Subramaniam1, Donghui Li1, and Eva Huala1 1Phoenix Bioinformatics, Redwood City, CA USA ABSTRACT The Arabidopsis Information Resource (TAIR; http://arabidopsis.org) is a comprehensive Web resource of Arabidopsis biology for plant scientists. TAIR curates and integrates information about genes, proteins, gene function, orthologs gene expression, mutant phenotypes, biological materials such as clones and seed stocks, genetic markers, genetic and physical maps, genome organization, images of mutant plants, protein sub-cellular localizations, publications, and the research community. The various data types are extensively interconnected and can be accessed through a variety of Web-based search and display tools. This unit primarily focuses on some basic methods for searching, browsing, visualizing, and analyzing information about Arabidopsis genes and genome, Additionally we describe how members of the community can share data using TAIR’s Online Annotation Submission Tool (TOAST), in order to make their published research more accessible and visible. Keywords: Arabidopsis ● databases ● bioinformatics ● data mining ● genomics INTRODUCTION The Arabidopsis Information Resource (TAIR; http://arabidopsis.org) is a comprehensive Web resource for the biology of Arabidopsis thaliana (Huala et al., 2001; Garcia-Hernandez et al., 2002; Rhee et al., 2003; Weems et al., 2004; Swarbreck et al., 2008, Lamesch, et al., 2010, Berardini et al., 2016). The TAIR database contains information about genes, proteins, gene expression, mutant phenotypes, germplasms, clones, genetic markers, genetic and physical maps, genome organization, publications, and the research community. In addition, seed and DNA stocks from the Arabidopsis Biological Resource Center (ABRC; Scholl et al., 2003) are integrated with genomic data, and can be ordered through TAIR.
    [Show full text]
  • Use and Misuse of the Gene Ontology Annotations
    Nature Reviews Genetics | AOP, published online 13 May 2008; doi:10.1038/nrg2363 REVIEWS Use and misuse of the gene ontology annotations Seung Yon Rhee*, Valerie Wood‡, Kara Dolinski§ and Sorin Draghici|| Abstract | The Gene Ontology (GO) project is a collaboration among model organism databases to describe gene products from all organisms using a consistent and computable language. GO produces sets of explicitly defined, structured vocabularies that describe biological processes, molecular functions and cellular components of gene products in both a computer- and human-readable manner. Here we describe key aspects of GO, which, when overlooked, can cause erroneous results, and address how these pitfalls can be avoided. The accumulation of data produced by genome-scale FIG. 1b). These characteristics of the GO structure enable research requires explicitly defined vocabularies to powerful grouping, searching and analysis of genes. describe the biological attributes of genes in order to allow integration, retrieval and computation of the Fundamental aspects of GO annotations data1. Arguably, the most successful example of system- A GO annotation associates a gene with terms in the atic description of biology is the Gene Ontology (GO) ontologies and is generated either by a curator or project2. GO is widely used in biological databases, automatically through predictive methods. Genes are annotation projects and computational analyses (there associated with as many terms as appropriate as well as are 2,960 citations for GO in version 3.0 of the ISI Web of with the most specific terms available to reflect what is Knowledge) for annotating newly sequenced genomes3, currently known about a gene.
    [Show full text]
  • Webnetcoffee
    Hu et al. BMC Bioinformatics (2018) 19:422 https://doi.org/10.1186/s12859-018-2443-4 SOFTWARE Open Access WebNetCoffee: a web-based application to identify functionally conserved proteins from Multiple PPI networks Jialu Hu1,2, Yiqun Gao1, Junhao He1, Yan Zheng1 and Xuequn Shang1* Abstract Background: The discovery of functionally conserved proteins is a tough and important task in system biology. Global network alignment provides a systematic framework to search for these proteins from multiple protein-protein interaction (PPI) networks. Although there exist many web servers for network alignment, no one allows to perform global multiple network alignment tasks on users’ test datasets. Results: Here, we developed a web server WebNetcoffee based on the algorithm of NetCoffee to search for a global network alignment from multiple networks. To build a series of online test datasets, we manually collected 218,339 proteins, 4,009,541 interactions and many other associated protein annotations from several public databases. All these datasets and alignment results are available for download, which can support users to perform algorithm comparison and downstream analyses. Conclusion: WebNetCoffee provides a versatile, interactive and user-friendly interface for easily running alignment tasks on both online datasets and users’ test datasets, managing submitted jobs and visualizing the alignment results through a web browser. Additionally, our web server also facilitates graphical visualization of induced subnetworks for a given protein and its neighborhood. To the best of our knowledge, it is the first web server that facilitates the performing of global alignment for multiple PPI networks. Availability: http://www.nwpu-bioinformatics.com/WebNetCoffee Keywords: Multiple network alignment, Webserver, PPI networks, Protein databases, Gene ontology Background tools [7–10] have been developed to understand molec- Proteins are involved in almost all life processes.
    [Show full text]
  • Wormbase Curation Interfaces and Tools
    Wormbase Curation Interfaces And Tools Xiaodong Wang, Paul Sternberg and the WormBase Consortium Division of Biology 156-29, California Institute of Technology, Pasadena, CA 91125, USA Abstract Cellular Component GO curation form Antibody OA Gene ontology OA Curating biological information from the published literature can be time- and labor-intensive especially without automated tools. WormBase1 has adopted several curation interfaces and tools, most of which were built in-house, to help curators recognize and extract data more efficiently from the literature. These tools range from simple computer interfaces for data entry to employing scripts that take advantage of complex text extraction algorithms, which automatically identify specific objects in a paper and presents them to the curator for curation. By using these in-house tools, we Go term are also able to tailor the tool to the individual needs and preferences of the curator. For example, C.elegans protein Cellular Gene Ontology Cellular Component and gene-gene interaction curators employ the text mining Component software Textpresso2 to indentify, retrieve, and extract relevant sentences from the full text of an Category terms article. The curators then use a web-based curation form to enter the data into our local database. Wormbase has developed our own Ontology Annotator tool based on the publicly available Phenote ontology annotation curation interface (developed by the Berkeley Bioinformatics Open-Source Ontology Annotator Projects (BBOP)), which we have adapted with datatype specific configurations. Currently, we have Autocomple4on field eight data s, including antibody, GO, gene regulation, interaction, molecule, people, phenotype and with ontology Transgene OA transgene are using or will use OA for routine literature curation.
    [Show full text]
  • The Biogrid Interaction Database
    D470–D478 Nucleic Acids Research, 2015, Vol. 43, Database issue Published online 26 November 2014 doi: 10.1093/nar/gku1204 The BioGRID interaction database: 2015 update Andrew Chatr-aryamontri1, Bobby-Joe Breitkreutz2, Rose Oughtred3, Lorrie Boucher2, Sven Heinicke3, Daici Chen1, Chris Stark2, Ashton Breitkreutz2, Nadine Kolas2, Lara O’Donnell2, Teresa Reguly2, Julie Nixon4, Lindsay Ramage4, Andrew Winter4, Adnane Sellam5, Christie Chang3, Jodi Hirschman3, Chandra Theesfeld3, Jennifer Rust3, Michael S. Livstone3, Kara Dolinski3 and Mike Tyers1,2,4,* 1Institute for Research in Immunology and Cancer, Universite´ de Montreal,´ Montreal,´ Quebec H3C 3J7, Canada, 2The Lunenfeld-Tanenbaum Research Institute, Mount Sinai Hospital, Toronto, Ontario M5G 1X5, Canada, 3Lewis-Sigler Institute for Integrative Genomics, Princeton University, Princeton, NJ 08544, USA, 4School of Biological Sciences, University of Edinburgh, Edinburgh EH9 3JR, UK and 5Centre Hospitalier de l’UniversiteLaval´ (CHUL), Quebec,´ Quebec´ G1V 4G2, Canada Received September 26, 2014; Revised November 4, 2014; Accepted November 5, 2014 ABSTRACT semi-automated text-mining approaches, and to en- hance curation quality control. The Biological General Repository for Interaction Datasets (BioGRID: http://thebiogrid.org) is an open access database that houses genetic and protein in- INTRODUCTION teractions curated from the primary biomedical lit- Massive increases in high-throughput DNA sequencing erature for all major model organism species and technologies (1) have enabled an unprecedented level of humans. As of September 2014, the BioGRID con- genome annotation for many hundreds of species (2–6), tains 749 912 interactions as drawn from 43 149 pub- which has led to tremendous progress in the understand- lications that represent 30 model organisms.
    [Show full text]
  • Summary Visualisations of Gene Ontology Terms with GO-Figure!
    bioRxiv preprint doi: https://doi.org/10.1101/2020.12.02.408534; this version posted December 3, 2020. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY 4.0 International license. Summary Visualisations of Gene Ontology Terms with GO-Figure! Maarten JMF Reijnders1*, Robert M Waterhouse1* 1Department of Ecology and Evolution, University of Lausanne, and Swiss Institute of Bioinformatics, 1015 Lausanne, Switzerland * Correspondence: [email protected] (MJMFR), [email protected] (RMW) Keywords: functional genomics, Python software, redundancy reduction, semantic similarity, GO term enrichment Abstract The Gene Ontology (GO) is a cornerstone of functional genomics research that drives discoveries through knowledge-informed computational analysis of biological data from large- scale assays. Key to this success is how the GO can be used to support hypotheses or conclusions about the biology or evolution of a study system by identifying annotated functions that are overrepresented in subsets of genes of interest. Graphical visualisations of such GO term enrichment results are critical to aid interpretation and avoid biases by presenting researchers with intuitive visual data summaries. Amongst current visualisation tools and resources there is a lack of standalone open-source software solutions that facilitate systematic comparisons of multiple lists of GO terms. To address this we developed GO-Figure!, an open-source Python software for producing user-customisable semantic similarity scatterplots of redundancy-reduced GO term lists. The lists are simplified by grouping together GO terms with similar functions using their quantified information contents and semantic similarities, with user-control over grouping thresholds.
    [Show full text]
  • Genedb and Wikidata[Version 1; Peer Review: 1 Approved, 1 Approved with Reservations]
    Wellcome Open Research 2019, 4:114 Last updated: 20 OCT 2020 SOFTWARE TOOL ARTICLE GeneDB and Wikidata [version 1; peer review: 1 approved, 1 approved with reservations] Magnus Manske , Ulrike Böhme , Christoph Püthe , Matt Berriman Parasites and Microbes, Wellcome Trust Sanger Institute, Cambridge, CB10 1SA, UK v1 First published: 01 Aug 2019, 4:114 Open Peer Review https://doi.org/10.12688/wellcomeopenres.15355.1 Latest published: 14 Oct 2019, 4:114 https://doi.org/10.12688/wellcomeopenres.15355.2 Reviewer Status Abstract Invited Reviewers Publishing authoritative genomic annotation data, keeping it up to date, linking it to related information, and allowing community 1 2 annotation is difficult and hard to support with limited resources. Here, we show how importing GeneDB annotation data into Wikidata version 2 allows for leveraging existing resources, integrating volunteer and (revision) report report scientific communities, and enriching the original information. 14 Oct 2019 Keywords GeneDB, Wikidata, MediaWiki, Wikibase, genome, reference, version 1 annotation, curation 01 Aug 2019 report report 1. Sebastian Burgstaller-Muehlbacher , This article is included in the Wellcome Sanger Medical University of Vienna, Vienna, Austria Institute gateway. 2. Andra Waagmeester , Micelio, Antwerp, Belgium Any reports and responses or comments on the article can be found at the end of the article. Corresponding author: Magnus Manske ([email protected]) Author roles: Manske M: Conceptualization, Methodology, Software, Writing – Original Draft Preparation; Böhme U: Data Curation, Validation, Writing – Review & Editing; Püthe C: Project Administration, Writing – Review & Editing; Berriman M: Resources, Writing – Review & Editing Competing interests: No competing interests were disclosed. Grant information: This work was supported by the Wellcome Trust through a Biomedical Resources Grant to MB [108443].
    [Show full text]
  • Representing Glycophenotypes: Semantic Unification of Glycobiology Resources for Disease Discovery
    Representing glycophenotypes: semantic unification of glycobiology resources for disease discovery Authors: Jean-Philippe F. Gourdine1,2,3*, Matthew H. Brush1,3, Nicole A. Vasilevsky1,3, Kent Shefchek3,4, Sebastian Köhler3,5, Nicolas Matentzoglu3,6, Monica C. Munoz-Torres3,4, Julie A. McMurry3,4, Xingmin Aaron Zhang3,7, Melissa A. Haendel1,3,4 Affiliations: 1 Oregon Clinical & Translational Research Institute, Oregon Health & Science University, Portland, OR 97239, USA. 2 Oregon Health & Science University Library, Portland, OR 97239, USA. 3 Monarch Initiative, monarchinitiative.org. 4 Linus Pauling institute, Oregon State University, Corvallis, OR, USA. 5 Charité Centrum für Therapieforschung, Charité-Universitätsmedizin Berlin Corporate Member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Berlin 10117, Germany. 6 European Bioinformatics Institute (EMBL-EBI), Wellcome Trust Genome Campus, Cambridge, UK. 7 The Jackson Laboratory for Genomic Medicine, Farmington, CT 06032, USA. Correspondence: [email protected] Abstract While abnormalities related to carbohydrates (glycans) are frequent for patients with rare and undiagnosed diseases as well as in many common diseases, these glycan-related phenotypes (glycophenotypes) are not well represented in knowledge bases (KBs). If glycan related diseases were more robustly represented and curated with glycophenotypes, these could be used for molecular phenotyping to help realize the goals of precision medicine. Diagnosis of rare diseases by computational cross-species comparison of genotype- phenotype data has been facilitated by leveraging ontological representations of clinical phenotypes, using Human Phenotype Ontology (HPO), and model organism ontologies such as Mammalian Phenotype Ontology (MP) in the context of the Monarch Initiative. In this article, we discuss the importance and complexity of glycobiology, and review the structure of glycan-related content from existing KBs and biological ontologies.
    [Show full text]