Integration of Metabolic Pathway Linked Data: Lessons Learned

Total Page:16

File Type:pdf, Size:1020Kb

Integration of Metabolic Pathway Linked Data: Lessons Learned Integration of Metabolic Pathway Linked Data: Lessons Learned Maciej Rybinski, María Jesús García-Godoy, Ismael Navas-Delgado and José F. Aldana-Montes Universidad de Málaga, Spain Abstract. In the last few years, the Life Science domain has experienced a rapid growth in the amount of available biological databases. The heterogeneity of these databases makes the data integration a challenging issue. Some inte- gration challenges refer to locating resources, relations, data formats, synonyms or ambiguity. Linked Data approach partly solves the heterogeneity problems (mainly the syntactic ones). Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. However, Linked Data approach is not a solution in itself. This paper illustrates a data integration and interlinking process for metabolic pathway databases such as Uniprot, Kegg, Brenda and Reactome. This process was an important part of the development of a tool for biological end-users that integrates metabolic pathways information by using Linked Data technology. The integration process and the tool de- velopment shows that heterogeneity problems have not been solved in this domain, and so this paper discusses the problems that arise from the use of data and links published as Linked Data and the possible approaches to solve these issues. Keywords: Linked Data, Knowledge integration, Bioinformatic databases (phosphoglucomutase, Homo sapiens) in order to 1. Introduction obtain information about this enzyme in glycoly- sis/gluconeogenesis pathways. The result is a list of Over the last two decades, the biological database pathways in which the target enzyme works. The user community has witnessed a rapid growth in the num- has to browse the map to reach the link to the enzyme. ber of available data sources. The growth is a result The information at this link includes genes, pathways, of an enormous increase in the availability and acces- classes of pathways, orthology and biochemical de- sibility to biological data. In the beginning, the in- tails. However, the user has to go to another database formation was used by a few specialized disciplines to discover kinetic and proteomic information about but today, these databases have become essential the target enzyme. For example, the user can use the resources used by biologists around the world. Brenda database for the information related to the In the metabolism area, there are some examples enzyme code including the components of chemical of databases, such as Kegg [1], whose major compo- reactions, the reaction type, pathways, synonyms, nents are pathways (of the most known biochemical kinetic information (kcat, Ki, PH, temperature) and and regulatory networks) shown in graphical dia- cofactors, tissue source, cellular location and infor- grams. Brenda [2] is one of the largest available in- mation about molecular structure. Additionally, the formation systems, which provides biochemical and user can access Uniprot database [4] to see infor- molecular information about classified enzymatic mation on corresponding protein attributes, sequenc- activity. Reactome [3] captures all the chemical reac- es annotations, alternative splicing of the enzymes, tions and pathways that occur in different organisms. literature and general information. For each database Many biologists use these databases on a daily basis the search has to be repeated independently. This in order to extract biological information needed in scenario reflects the main issue with these data their work. For example, consider a user who search- sources namely that each database contains a subset es the Kegg database for the enzyme code 5.4.2.2 of the biological knowledge that might be of rele- vance. These knowledge islands cause a problem for cal background. During the implementation process, biologists who have to repeatedly browse different several problems with the real-world usage of biolog- databases to obtain the answer for a cross-domain ical integrated data were detected. We have catego- information need. rized these problems and a discussion on how to face To address the problem of information integration, obstacles belonging to each respective category is the semantic Web community led by W3C communi- presented in this paper. ty proposed a set of standards such as the RDF [5] The paper is divided as follows: Section 2 de- and OWL [6]. Since 2007, there has been a lot of scribes the process to provide access to heterogene- effort made to provide data sets from different areas ous biological information and the results obtained. using the Semantic Web technologies. In this context, Section 3 presents a detailed description of the prob- a set of best practices has been proposed for sharing, lems and discussion on: the quality of the data avail- publishing and connecting data, information and able within the Linked Data Cloud, the heterogeneity knowledge by using RDF and URIs. These practices of the data and reusability bottlenecks. Section 4 de- are known as Linked Data principles [7]. scribes some of the related work and approaches that The movement towards the publication and linking address the maintenance issues of the Linked Data of the data has been continuously growing and the Cloud. Section 5 includes the conclusions resulting number of triples stored in the Linked Data Cloud from this integration experiment and the consequent has grown from 2 billion in 2007 to 31 billion in improvements to be implemented in the Biochemical 2011 [8]. In Life Sciences the amount of RDF infor- Pathway application. mation published has increased enormously due to the efforts of several projects. Some of the relevant integration platforms providing data in this domain 2. Providing access to heterogeneous information are Bio2RDF [9] and Linked Life Data [10]. These two platforms have converted relational information The integration of biological databases in Life Sci- into RDF and linked the heterogeneous data between ences has become a challenge for researchers. One of biological databases with the objective of publishing the main problems of biological data is its syntactic billions of triples representing biological knowledge. and semantic heterogeneity. Linked Life Data is a data integration platform Additionally, over the last decade the number of achieved through using a massive RDF warehouse biological databases has increased. The annual NAR solution extended with reasoning service inference journal supplement listed 96 new online databases in and semantic annotations. It is supported by the 2001, 800 in 2007 and 92 in the year 2012 (Figure 1). OWLIM semantic repository [11] and stores 20 bil- The increase in the number of databases each year is lion statements. Whereas, Bio2RDF is a mash-up due to the ease of publishing them on the Web. There application that combines data from different rele- are many databases and each one has its own reposi- vant biological databases. tories and community based on it. Consequently, The Linked Data community seems to be switch- between the data sources a variety of resources are ing from the data publication stage to the data con- replicated, overlap or are presented from different sumption stage. In many domains the systems for points of view. Linked Data consumption are very few or none, however the paradigm itself has been proven useful in practice by efforts from BBC music [12] and the Linked Open Drug Data (LODD) [13]. In Life Sciences, one of the main integration prob- lems is related to the complexity of biological data. This feature makes it difficult to develop ‘wide-span’ applications for end-users. This paper presents an integration solution (demo version available at http://150.214.214.5/metabolicpathways/ ) in the con- text of the metabolic pathways that uses Linked Data as source of information. On top of the integration Fig.1. The growth rate of biological databases published in the part we have implemented functionalities such as NAR in the last decade. The X- axis represents the years and the navigation, search and visualization to make the inte- Y-axis represents the number of databases appeared per year in the grated data easily accessible to users with a biologi- NAR database supplement To solve (to some extent) the integration problem nor is that desired in terms of providing a complete in bioinformatics, Linked Data is becoming pub- knowledge base for the application, as it is unrealistic lished, as it gets wider recognition throughout the to assume that it is possible to create a ‘database of biological community. However, some challenges everything’. In the most basic case, integration of have to be faced in order to reach useful solutions. two knowledge sources would simply mean interlink- For example, one of the common challenges in the ing our dataset with an existing relevant one (regard- Life Sciences integration is the synonymy. There are less of whether it follows Linked Data principles or it many synonyms for the same biological entity as a is a ‘traditional’ biological database). Integration in consequence of naming entities independently. In the this sense follows Linked Data principles and pro- area of metabolism, most of the redundant infor- vides the user with ‘navigational’ freedom of infor- mation results from using different identifiers to de- mation access. Nonetheless, in order to be able to note the same metabolite. The ambiguity is some- perform the interlinking process one still needs the times also caused by the conceptual heterogeneity, core data to start with. As automatic merging of the for example, ethanol is a drug but also a metabolite. pathway data is a very complex task to say the least We have addressed the challenges of the integra- (the topic is covered in more detail in Section 3.2), it tion in Life Sciences during the development of an seems accurate to expect that by choosing a specific end-user tool that shows data provided by different dataset for our core data we also approximately es- biological data sets that store metabolic information.
Recommended publications
  • Reactome Pathway Analysis
    Fabregat et al. BMC Bioinformatics (2017) 18:142 DOI 10.1186/s12859-017-1559-2 SOFTWARE Open Access Reactome pathway analysis: a high- performance in-memory approach Antonio Fabregat1,2, Konstantinos Sidiropoulos1, Guilherme Viteri1, Oscar Forner1, Pablo Marin-Garcia3,4, Vicente Arnau5,6, Peter D’Eustachio7, Lincoln Stein8,9 and Henning Hermjakob1,10* Abstract Background: Reactome aims to provide bioinformatics tools for visualisation, interpretation and analysis of pathway knowledge to support basic research, genome analysis, modelling, systems biology and education. Pathway analysis methods have a broad range of applications in physiological and biomedical research; one of the main problems, from the analysis methods performance point of view, is the constantly increasing size of the data samples. Results: Here, we present a new high-performance in-memory implementation of the well-established over- representation analysis method. To achieve the target, the over-representation analysis method is divided in four different steps and, for each of them, specific data structures are used to improve performance and minimise the memory footprint. The first step, finding out whether an identifier in the user’s sample corresponds to an entity in Reactome, is addressed using a radix tree as a lookup table. The second step, modelling the proteins, chemicals, their orthologous in other species and their composition in complexes and sets, is addressed with a graph. The third and fourth steps, that aggregate the results and calculate the statistics, are solved with a double-linked tree. Conclusion: Through the use of highly optimised, in-memory data structures and algorithms, Reactome has achieved a stable, high performance pathway analysis service, enabling the analysis of genome-wide datasets within seconds, allowing interactive exploration and analysis of high throughput data.
    [Show full text]
  • Biological Pathways Exchange Language Level 3, Release Version 1 Documentation
    BioPAX – Biological Pathways Exchange Language Level 3, Release Version 1 Documentation BioPAX Release, July 2010. The BioPAX data exchange format is the joint work of the BioPAX workgroup and Level 3 builds on the work of Level 2 and Level 1. BioPAX Level 3 input from: Mirit Aladjem, Ozgun Babur, Gary D. Bader, Michael Blinov, Burk Braun, Michelle Carrillo, Michael P. Cary, Kei-Hoi Cheung, Julio Collado-Vides, Dan Corwin, Emek Demir, Peter D'Eustachio, Ken Fukuda, Marc Gillespie, Li Gong, Gopal Gopinathrao, Nan Guo, Peter Hornbeck, Michael Hucka, Olivier Hubaut, Geeta Joshi- Tope, Peter Karp, Shiva Krupa, Christian Lemer, Joanne Luciano, Irma Martinez-Flores, Zheng Li, David Merberg, Huaiyu Mi, Ion Moraru, Nicolas Le Novere, Elgar Pichler, Suzanne Paley, Monica Penaloza- Spinola, Victoria Petri, Elgar Pichler, Alex Pico, Harsha Rajasimha, Ranjani Ramakrishnan, Dean Ravenscroft, Jonathan Rees, Liya Ren, Oliver Ruebenacker, Alan Ruttenberg, Matthias Samwald, Chris Sander, Frank Schacherer, Carl Schaefer, James Schaff, Nigam Shah, Andrea Splendiani, Paul Thomas, Imre Vastrik, Ryan Whaley, Edgar Wingender, Guanming Wu, Jeremy Zucker BioPAX Level 2 input from: Mirit Aladjem, Gary D. Bader, Ewan Birney, Michael P. Cary, Dan Corwin, Kam Dahlquist, Emek Demir, Peter D'Eustachio, Ken Fukuda, Frank Gibbons, Marc Gillespie, Michael Hucka, Geeta Joshi-Tope, David Kane, Peter Karp, Christian Lemer, Joanne Luciano, Elgar Pichler, Eric Neumann, Suzanne Paley, Harsha Rajasimha, Jonathan Rees, Alan Ruttenberg, Andrey Rzhetsky, Chris Sander, Frank Schacherer,
    [Show full text]
  • An Analysis of Differences in Biological Pathway Resources
    An Analysis of Differences In Biological Pathway Resources Lucy L. Wang, John H. Gennari, and Neil F. Abernethy Department of Biomedical Informatics and Medical Education, University of Washington Seattle, Washington 98195 Email: [email protected], [email protected], [email protected] Abstract—Integrating content from multiple biological bilistically combine protein interactions from various pathway resources is necessary to fully exploit pathway pathway databases into merged networks [11]. These knowledge for the benefit of biology and medicine. Dif- tools improve querying of multiple resource, and pave ferences in content, representation, coverage, and more occur between databases, and are challenges to resource the way towards more comprehensive network models merging. We introduce a typology of representational of human biological processes. differences between pathway resources and give exam- Some work has also been done in inter-resource ples using several databases: BioCyc, KEGG, PANTHER pathways, and Reactome. We also detect and quantify comparison, quantifying the overlap between different annotation mismatches between HumanCyc and Reactome. databases [12–15]. These comparison studies emphasize The typology of mismatches can be used to guide entity and differences in entity membership in pathways and differ- relationship alignment between these databases, helping us ing counts of unique entities and pathways, but do not identify and understand deficiencies in our knowledge, and focus on cross-resource entity alignment. Existing tools allowing
    [Show full text]
  • An R Package to Generate Integrated Reproducible Pathway Models
    biology Technical Note Multipath: An R Package to Generate Integrated Reproducible Pathway Models Zaynab Hammoud * and Frank Kramer IT-Infrastructure for Translational Medical Research, University of Augsburg, 86159 Augsburg, Germany; [email protected] * Correspondence: [email protected] or [email protected] Received: 24 October 2020; Accepted: 19 December 2020; Published: 21 December 2020 Simple Summary: In biological terms, the term "pathway" is used to describe a collection of processes within a cell that lead to one or more actions. The graphical representation of these processes enables the reader to understand complex relationships and interactions much more easily compared to free-text descriptions. While there is usually agreement on the existence and function of these high-level processes, the specific molecules and their interactions are often disputed and a matter of current research. A standardized computational representation of biological networks has become desirable, especially with the recent surge in new knowledge generation in biology and medicine. Our work is influenced by challenges emerging from previous work on biological pathways, knowledge encoding, and visualization as well as pathway databases. Our main motivation is the difficulty of reproducing pathway knowledge used within publications, even in top-tier journals. We propose a new way of integrating and modeling pathways and other influencing knowledge, such as drugs, and documenting their modifications using multilayered networks. We provide a tool that transforms encoded pathway data to multilayered graphs, with the possibility to modify them, and integrate other knowledge from external databases. Abstract: Biological pathway data integration has become a topic of interest in the past years.
    [Show full text]
  • Reactome: a Database of Reactions, Pathways and Biological Processes
    City University of New York (CUNY) CUNY Academic Works Publications and Research Hunter College 2011 Reactome: a database of reactions, pathways and biological processes David Croft Wellcome Trust Gavin O’Kelly Wellcome Trust Genome Campus Guanming Wu Ontario Institute for Cancer Research Robin Haw Ontario Institute for Cancer Research Marc Gillespie St. John's University See next page for additional authors How does access to this work benefit ou?y Let us know! More information about this work at: https://academicworks.cuny.edu/hc_pubs/177 Discover additional works at: https://academicworks.cuny.edu This work is made publicly available by the City University of New York (CUNY). Contact: [email protected] Authors David Croft, Gavin O’Kelly, Guanming Wu, Robin Haw, Marc Gillespie, Lisa Matthews, Michael Caudy, Phani Garapati, Gopal Gopinath, Bijay Jassal, Steven Jupe, Irina Kalatskaya, Shahana S. Mahajan, Bruce May, Nelson Ndegwa, Esther Schmidt, Veronica Shamovsky, Christina Yung, Ewan Birney, Henning Hermjakob, Peter D’Eustachio, and Lincoln Stein This article is available at CUNY Academic Works: https://academicworks.cuny.edu/hc_pubs/177 Published online 9 November 2010 Nucleic Acids Research, 2011, Vol. 39, Database issue D691–D697 doi:10.1093/nar/gkq1018 Reactome: a database of reactions, pathways and biological processes David Croft1, Gavin O’Kelly1, Guanming Wu2, Robin Haw2, Marc Gillespie3, Lisa Matthews4, Michael Caudy2, Phani Garapati1, Gopal Gopinath5, Bijay Jassal1, Steven Jupe1, Irina Kalatskaya2, Shahana Mahajan4,6, Bruce May2, Nelson Ndegwa1, Esther Schmidt1, Veronica Shamovsky4, Christina Yung2, Ewan Birney1, Henning Hermjakob1, Peter D’Eustachio4 and Lincoln Stein2,7,8,* 1 European Bioinformatics Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge, CB10 1SD, UK, 2Ontario Institute for Cancer Research, Informatics and Bio-Computing, Toronto, ON, M5G0A3, Canada, 3St.
    [Show full text]
  • SCIENCE CHINA Pathppi
    SCIENCE CHINA Life Sciences • RESEARCH PAPER • June 2015 Vol.58 No.6: 579–589 doi: 10.1007/s11427-014-4766-3 PathPPI: an integrated dataset of human pathways and protein-protein interactions TANG HaiLin1†, ZHONG Fan2†, LIU Wei1, HE FuChu2,3* & XIE HongWei1* 1College of Mechanical & Electronic Engineering and Automatization, National University of Defense Technology, Changsha 410073, China; 2Institutes of Biomedical Sciences, Fudan University, Shanghai 200032, China; 3State Key Laboratory of Proteomics, Beijing Proteome Research Center, Beijing Institute of Radiation Medicine, Beijing 102206, China Received April 5, 2014; accepted July 20, 2014; published online January 14, 2015 Integration of pathway and protein-protein interaction (PPI) data can provide more information that could lead to new biologi- cal insights. PPIs are usually represented by a simple binary model, whereas pathways are represented by more complicated models. We developed a series of rules for transforming protein interactions from pathway to binary model, and the protein in- teractions from seven pathway databases, including PID, BioCarta, Reactome, NetPath, INOH, SPIKE and KEGG, were transformed based on these rules. These pathway-derived binary protein interactions were integrated with PPIs from other five PPI databases including HPRD, IntAct, BioGRID, MINT and DIP, to develop integrated dataset (named PathPPI). More de- tailed interaction type and modification information on protein interactions can be preserved in PathPPI than other existing da- tasets. Comparison analysis results indicate that most of the interaction overlaps values (OAB) among these pathway databases were less than 5%, and these databases must be used conjunctively. The PathPPI data was provided at http://proteomeview. hupo.org.cn/PathPPI/PathPPI.html.
    [Show full text]
  • An Ecosystem for Exploring, Analyzing, and Curating Mappings Across Pathway Databases
    www.nature.com/npjsba Corrected: Publisher Correction TECHNOLOGY FEATURE OPEN ComPath: an ecosystem for exploring, analyzing, and curating mappings across pathway databases Daniel Domingo-Fernández 1,2, Charles Tapley Hoyt 1,2, Carlos Bobis-Álvarez3, Josep Marín-Llaó1,4 and Martin Hofmann-Apitius 1,2 Although pathways are widely used for the analysis and representation of biological systems, their lack of clear boundaries, their dispersion across numerous databases, and the lack of interoperability impedes the evaluation of the coverage, agreements, and discrepancies between them. Here, we present ComPath, an ecosystem that supports curation of pathway mappings between databases and fosters the exploration of pathway knowledge through several novel visualizations. We have curated mappings between three of the major pathway databases and present a case study focusing on Parkinson’s disease that illustrates how ComPath can generate new biological insights by identifying pathway modules, clusters, and cross-talks with these mappings. The ComPath source code and resources are available at https://github.com/ComPath and the web application can be accessed at https://compath.scai.fraunhofer.de/. npj Systems Biology and Applications (2018) 4:43 ; https://doi.org/10.1038/s41540-018-0078-8 INTRODUCTION gained traction.3,6 Further, the variability in curation team The notion of pathways enables the representation, formalization, composition, database scope (e.g., signaling pathways, gene and interpretation of biological events or series of interactions. regulatory networks, and metabolic processes), and curation Cataloging biological knowledge into pathways reduces complex- guidelines led to the adoption of different (and in many ways ity from all possible interacting molecular entities to a set of well- incompatible) schemata and formalisms such as Biological Path- 7 studied and validated functional relationships between molecular way Exchange (BioPAX; ) and Systems Biology Markup Language 8 entities culminating in biological processes.
    [Show full text]