Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

biochem4j: Integrated and extensible biochemical knowledge through graph databases

  • Neil Swainston ,

    Roles Conceptualization, Data curation, Formal analysis, Funding acquisition, Investigation, Methodology, Project administration, Resources, Software, Validation, Visualization, Writing – original draft, Writing – review & editing

    neil.swainston@manchester.ac.uk

    Affiliation Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom

  • Riza Batista-Navarro,

    Roles Conceptualization, Funding acquisition, Project administration, Supervision, Validation, Writing – review & editing

    Affiliation School of Computer Science, The University of Manchester, Manchester, United Kingdom

  • Pablo Carbonell,

    Roles Software, Validation, Writing – review & editing

    Affiliation Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom

  • Paul D. Dobson,

    Roles Software, Validation, Writing – review & editing

    Affiliation School of Computer Science, The University of Manchester, Manchester, United Kingdom

  • Mark Dunstan,

    Roles Validation, Writing – review & editing

    Affiliation Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom

  • Adrian J. Jervis,

    Roles Validation, Writing – review & editing

    Affiliation Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom

  • Maria Vinaixa,

    Roles Software, Validation, Writing – review & editing

    Affiliation Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom

  • Alan R. Williams,

    Roles Resources, Validation, Writing – review & editing

    Affiliation School of Computer Science, The University of Manchester, Manchester, United Kingdom

  • Sophia Ananiadou,

    Roles Funding acquisition, Validation, Writing – review & editing

    Affiliation School of Computer Science, The University of Manchester, Manchester, United Kingdom

  • Jean-Loup Faulon,

    Roles Funding acquisition, Validation, Writing – review & editing

    Affiliations Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom, Institute of Systems and Synthetic Biology, University of Evry, Val d'Essonne, Evry, France, School of Chemistry, The University of Manchester, Manchester, United Kingdom

  • Pedro Mendes,

    Roles Validation, Writing – review & editing

    Affiliation Center for Quantitative Medicine, UConn Health, 263 Farmington Avenue, Farmington, CT, United States of America

  • Douglas B. Kell,

    Roles Funding acquisition, Validation, Writing – review & editing

    Affiliations Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom, School of Chemistry, The University of Manchester, Manchester, United Kingdom

  • Nigel S. Scrutton,

    Roles Funding acquisition, Validation, Writing – review & editing

    Affiliations Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom, School of Chemistry, The University of Manchester, Manchester, United Kingdom

  • Rainer Breitling

    Roles Conceptualization, Funding acquisition, Project administration, Supervision, Validation, Writing – review & editing

    Affiliations Manchester Centre for Synthetic Biology of Fine and Specialty Chemicals (SYNBIOCHEM), Manchester Institute of Biotechnology, The University of Manchester, Manchester, United Kingdom, School of Chemistry, The University of Manchester, Manchester, United Kingdom

Abstract

Biologists and biochemists have at their disposal a number of excellent, publicly available data resources such as UniProt, KEGG, and NCBI Taxonomy, which catalogue biological entities. Despite the usefulness of these resources, they remain fundamentally unconnected. While links may appear between entries across these databases, users are typically only able to follow such links by manual browsing or through specialised workflows. Although many of the resources provide web-service interfaces for computational access, performing federated queries across databases remains a non-trivial but essential activity in interdisciplinary systems and synthetic biology programmes. What is needed are integrated repositories to catalogue both biological entities and–crucially–the relationships between them. Such a resource should be extensible, such that newly discovered relationships–for example, those between novel, synthetic enzymes and non-natural products–can be added over time. With the introduction of graph databases, the barrier to the rapid generation, extension and querying of such a resource has been lowered considerably. With a particular focus on metabolic engineering as an illustrative application domain, biochem4j, freely available at http://biochem4j.org, is introduced to provide an integrated, queryable database that warehouses chemical, reaction, enzyme and taxonomic data from a range of reliable resources. The biochem4j framework establishes a starting point for the flexible integration and exploitation of an ever-wider range of biological data sources, from public databases to laboratory-specific experimental datasets, for the benefit of systems biologists, biosystems engineers and the wider community of molecular biologists and biological chemists.

Introduction

A detailed understanding of metabolism is critical to systems and synthetic biology approaches to biomedicine, drug discovery and development, and metabolic engineering for bioprocessing and industrial biotechnology. While biochem4j has a potentially broad appeal in a range of areas including fundamental physiology, evolution and understanding of pathogenicity, this initial work considers its application towards metabolic engineering. Within this context, a range of tasks, including designing synthetic pathways, collating organism-specific metabolic reconstructions, and interpreting metabolomics data, involves the drawing together of information from existing databases and ontologies. For example, the ChEBI ontology [1] catalogues chemicals and their relationships; KEGG provides a compendium of metabolic reactions and catalysing enzymes [2]; and NCBI Taxonomy describes the tree of life, providing an indication of how organisms (and therefore their enzymes) are related from an evolutionary perspective [3]. However, as yet there are few integrated data resources that covers all of these aspects [4], despite efforts having been made to incorporate such federated resources into workflow systems [5, 6]. Consequently making queries across these databases remains a major challenge.

Introduced here, biochem4j enables complex queries by linking numerous well-known and widely used chemical, biochemical and biology resources within a novel graph database. This implementation of a graph database not only provides a versatile resource for systems biologists and biosystems engineers, but also establishes the general concepts and techniques that will allow others to expand and modify the resource to meet their own requirements in a flexible manner. biochem4j offers an initial framework into which a wide variety of other data sources, including additional public databases and in-house experimental data, can now be incorporated.

biochem4j is built on the freely available graph database, neo4j (Neo Technology, Inc., Malmö, Sweden; https://neo4j.com/) and is structured as follows. Organisms are represented and organised into their taxonomical tree based on information from the NCBI Taxonomy database. The organisms are linked to enzymes encoded in their genomes based on data extracted from UniProt [7]. Enzymes are linked to reactions that they catalyse using data from KEGG and Rhea [8]. Reaction definitions are extracted from MNXref [9], providing links to chemicals that participate in each reaction. Chemicals themselves are related to one another through data extracted from the ChEBI ontology. Specific entities of these data types (Taxonomy, Enzyme, Reaction, Chemical) are represented as nodes in the network and each node in the network contains metadata describing the entity. Thus, Chemicals contain terms such as molecular mass, and formula; Reactions contain Enzyme Classification (EC) numbers; enzymes hold UniProt IDs; and Organisms contain synonyms. (Full details are given in Table 1.) Nodes contain references to a number of external data resources, facilitating identifier mapping across resources. These nodes are connected through defined relationships. For example, Organisms contain expresses relationships towards Enzymes, and Reactions contain has_reactant relationships towards a Chemical. (Full details of all relationships are given in Table 2.) biochem4j therefore provides an integrated graph that allows complex queries to be performed across all of these linked nodes, along with a clear, interactive, visual representation of the network. (See Query 1 and Fig 1, below.)

thumbnail
Fig 1. Example query output.

Example output of the query investigating whether the reaction ATP:D-glucose 6-phosphotransferase occurs in Escherichia coli K-12. Neo4j provides a user-friendly web interface allowing relationships to be queried via CYPHER and results visually displayed as a graph that can be further explored interactively. Different types of data are shown (pink: Organism, red: Enzyme, blue: Reaction and green: Chemical). Relationships are displayed with their Types. In this example, the Organism Escherichia coli K-12 expresses the Enzyme Glucokinase, and Reaction R00299 has a relationship catalysed_by Glucokinase. Reaction R00299 has_reactants D-glycopyranose and D-glucopyranose-6-phosphate and has_cofactors ATP(4-) and ADP(3-). Additional relationships are shown: E. coli K-12 is_a Bacillus coli Migula 1895, and relationships between Chemicals are present, indicating that D-glucopyranose-6-phosphate has_functional_parent D-glucopyranose. This example indicates some of the relationships that exist between Organisms, Enzymes, Reactions and Chemicals, and an idea of the kind of queries that can be performed across them.

https://doi.org/10.1371/journal.pone.0179130.g001

A key feature of graph databases is their flexible architecture, which supports customisation, extension and further development [10]. This distinguishes them from the relational databases that are currently routinely used to store and query biological databases [11]. As system requirements develop and additional data sources become available, it is trivial to add new data types and relationships to extend the graph database. The addition of these new types has no effect on the existing structure of the resource, and will not affect existing operations. In the context of biological databases such as biochem4j, this might mean, for example, that a graph database initially designed to store metabolic reactions could later easily be extended to also hold (and query) experimental postgenomic molecular profiling data without a wholesale redesign of the underlying schema. Similarly, it would also be trivial to extend the scope of the database to include encoding genome sequences, kinetic parameters and structural information linked to the enzyme data.

The use of graph databases in bio/cheminformatics is a recent development. Examples of existing work include a study into the use of graph databases and their application to substructure searching in cheminformatics [12], in the collation and analysis of individual biochemical pathways [13, 14], and in the storage of a genome scale model of human metabolism [15]. The ease with which disparate resources can be combined in a single integrated graph database means that it becomes considerably easier to perform queries and detect patterns across the whole range of available information.

Once collated, all of this information can then be explored and interpreted using a single uniform query interface. Therefore, biochem4j can act as a basic framework upon which more specialised (or more general) databases and applications can be built.

Results

biochem4j links together data from a range of primary resources to provide a repository holding data on 1,544,257 named organisms, 2,457,504 enzymes, 36,765 reactions and 256,230 chemical species. These nodes are connected by 23,298,434 relationships, such as “Organism A expresses Enzyme X” or “Reaction Y has_cofactor Chemical Z”. Types of nodes and their properties are listed in Table 1. Relationships and their properties are available in Table 2. Details on the number of nodes and relationships are given in Table 3. The database can be updated through running a simple script, which is publicly available (see Methods).

Like all neo4j databases, biochem4j can be queried through use of the CYPHER query language. It should be noted that this language is not immediately intuitive for novice users; we would not envisage that future applications built upon the biochem4j framework would require biologists to construct their queries directly in CYPHER. Instead, domain- and task-specific user interfaces would facilitate the interaction with the database, just as is the case for more conventional relational databases.

Due to its linking of taxonomical, enzyme, metabolic reaction and chemical data, a range of queries may be raised across all of these data types simultaneously. Concrete examples are given in Results, but more general queries that may be posed include:

  • What are the known biochemical pathways from metabolite X to metabolite Y?
  • What enzymes would be required to transform metabolite X to metabolite Y?
  • Which organisms can perform pathway X?
  • Which chemical transformations can metabolite X undergo?

The following query example illustrates the structure of the database, showing how chemical, reaction, enzyme and taxonomy data are related. The query asks, ‘does the reaction ATP:D-glucose 6-phosphotransferase (KEGG reaction R00299) occur in Escherichia coli K-12 (NCBI Taxonomy 83333)?’, essentially determining whether a link exists between the reaction node, an enzyme node, and the E. coli K-12 node in the database. Additionally, to demonstrate to connectivity between node types within the database, chemicals involved in the reaction, and the parent node of E. coli K-12 in the NCBI Taxonomy tree, are also returned. Note that implementing such a query across the individual databases used to populate biochem4j would be almost impossible using manual browsing–and would be computationally tedious even in an integrated relational database holding the same information. The results of the query are shown in Fig 1.

MATCH (c:Chemical)-[]-(r:Reaction {`kegg.reaction`: 'R00299'})-[]-(e:Enzyme)-[]-(child:Organism {taxonomy: '83333'})-[:is_a]->(parent:Organism)                 (1)

RETURN c, r, e, child, parent

Neo4j, by default, also includes a query-tuning tool. By prefixing a query with the term PROFILE, one can profile the query and retrieve execution times. In this instance the query ran in 411 ms.

A further useful feature of biochem4j is that the user interface, as shown in Fig 1, is interactive. Nodes can be expanded by clicking, so one may click on a Chemical node to see in which other Reactions the chemical participates, thus allowing the user to “walk” along the metabolic network in a stepwise fashion. Similarly, by clicking on a Reaction node, a synthetic biologist would quickly be able to determine how many homologous enzymes catalyse the reaction, and from which organisms do they originate.

Due to the broad scope of the CYPHER query language, far more complex queries can be written. Moreover, such queries can readily span multiple domains. The following examples of more complex queries, which integrate chemical, biochemical and taxonomical data, illustrate the power and flexibility of this approach, compared to conventional manual browsing of individual data sources.

To take an example from metabolic engineering, biochem4j can be used to perform a preliminary investigation into chemical space. One may wish, for example, to investigate the range of naturally occurring compounds belonging to a given chemical class. To return the name, chemical formula, ChEBI id and InChI string (a textual representation of chemical structure) of all known flavonoids, the following query can be run:

MATCH (parent:Chemical)<-[*]-(child:Chemical)

WHERE parent.name = 'flavonoid'                     (2)

AND EXISTS(child.formula)

RETURN DISTINCT child.name, child.formula, child.chebi, child.inchi

This query exploits the hierarchical chemical data held in biochem4j, which was extracted from the ChEBI ontology. The first two lines recursively select all descendent Chemical nodes under a parent Chemical node with name “flavonoid”. The third line limits the returned descendent Chemical nodes to those that have a chemical formula property. (This excludes Chemical nodes that do not have a specific chemical formula (or structure), but instead represent a generic chemical class, such as “flavans”.) The final line returns the unique set of chemicals by the requested fields. The query returns 1081 results in 4664 ms, which were exported in csv format and are available in S1 Appendix.

Considering the case of utilising biochem4j as an information source for either metabolomics data interpretation or method development, one can easily pose a query to the effect of “return all metabolites whose monoisotopic mass lies within a given mass range that are known to be present in reactions occurring in all E. coli strains” through the following syntax:

MATCH (c:Chemical)<-[:has_reactant]-(:Reaction)-[:catalysed_by]->(:Enzyme)<-[:expresses]-(:Organism)-[is_a]->(:Organism {taxonomy: '562'})            (3)

WHERE c.monoisotopic_mass > 400 AND c.monoisotopic_mass < 500

RETURN DISTINCT c.name, c.monoisotopic_mass, c.formula, c.charge

The first two lines of the query determine the structure of the query, linking Chemicals via Reactions and Enzymes to children of the top level E. coli Organism node in the taxonomical tree (NCBI Taxonomy: 562). The third line limits the returned Chemicals by a monoisotopic mass range. The final line specifies the Chemical data fields to return; in this example these are the name, monoisotopic mass, formula and charge. (The 111 results returned by this query in 1219 ms were exported in json format and are available in S2 Appendix.)

Of clear interest to the metabolic engineering community is the ability to use biochem4j in biosynthetic pathway design. The following query answers a typical question: what is the shortest path of metabolic reactions between a native (host) metabolite and a target molecule? (In this instance, the host is E. coli (taxonomy: 83333) and the target molecule pinocembrin (id: CHEBI:28157), a valuable flavonoid not naturally produced by this bacterium.)

MATCH (:Organism {taxonomy: '83333'})-->(:Enzyme)<--(:Reaction)-->(s:Chemical),

allShortestPaths((s)<-[r:has_reactant*1..8]->(t:Chemical {id: 'CHEBI:28157'}))

WITH s, r, t, range(0, size(r)-2) as idx                (4)

WHERE ALL (i IN idx

  WHERE r[i]['stoichiometry'] * r[i+1]['stoichiometry'] < 0)

RETURN s, r, t

The query is split into two parts. The first MATCH statement finds all chemicals that can be synthesised from enzymes expressed by E. coli. The second part finds the shortest path between each of these E. coli native metabolites and the target molecule. These are constrained such that (a) only has_reactant relationships between reactions and chemicals are considered, thus excluding “short cut” paths that include cofactors (see Methods); and (b) a maximum path length of 8 reactions is considered. A further consideration is to ensure that pathways are selected such that traversal through the graph moves from reactant to product. (This is encoded by the WHERE clause which considers reaction stoichiometry, which–as in constraint-based modelling–is defined as being negative for reactants and positive for products.) This query returns a number of pathways in 84 s, one of which was discovered by Fehér et al. using the pathway design tool RetroPath [32]; all alternative pathways are available in S1 Fig.

This example can be yet further extended, to take the collection of reactions that are non-native to the host, and return all enzymes (and their organisms) that catalyse each reaction:

MATCH (:Organism {taxonomy: '83333'})-->(:Enzyme)<--(:Reaction)-->(s:Chemical),

p = shortestPath((s)<-[r:has_reactant*1..8]->(t:Chemical {id: 'CHEBI:28157'}))

WITH p, s, r, t, range(0, size(r)-2) as idx

WHERE ALL (i IN idx                     (5)

  WHERE r[i]['stoichiometry'] * r[i+1]['stoichiometry'] < 0)

WITH [node in nodes(p) WHERE "Reaction" IN labels(node)] AS reactions

UNWIND reactions as reaction

MATCH (reaction)-[]->(enzyme:Enzyme)<-[]-(organism:Organism)

RETURN reaction, enzyme, organism

From this, an investigator could determine whether a single organism expresses enzymes that catalyse an entire pathway. Furthermore, through analysis of homologous enzymes catalysing each step, and the organisms that express them, a pathway engineer could determine which enzymes are expressed by thermophilic organisms, and are therefore amenable to industrial applications or to act as suitable candidates for directed evolution studies [33]. Similarly, related queries could investigate the metabolome of extremophile organisms, determining potential chemical targets or classes of chemical targets that may be produced under extreme conditions. Due to its structure, biochem4j is able to link taxonomical classification to enzyme and chemical space, enabling a range of queries of interest to the industrial biotechnology community.

Discussion

The above examples give a flavour of potential queries that can be submitted to the biochem4j system, although the full range of queries is limited only by the user’s imagination. CYPHER is an extremely powerful (and continually developing) query language and as such, technically interested readers are encouraged to consult the CYPHER user guide for further details on the syntax and range of potential queries (https://neo4j.com/developer/cypher-query-language/). It is acknowledged that querying biochem4j directly with CYPHER may prove challenging for many biologists. However, the structure of the data model and the ease of development via the supplied neo4j web service should enable bioinformaticians to support wet-lab biologists through the development of specialised applications to support their desired queries.

A key difference between graph databases such as neo4j and RDF triple stores are in the way in which data is held internally. In RDF triple stores, statements (subject-predicate-object) typically specify objects that are primitives, such as integers, strings or floats. Considering the example of the Reaction to Enzyme relationship shown in Fig 1, a simple RDF representation would consist of the following triples:

<http://biochem4j.org/reaction/1>: has_name “R00299”

<http://biochem4j.org/reaction/1>: is_catalysed_by <http://biochem4j.org/enzyme/1>

<http://biochem4j.org/enzyme/1>: has_name “Glucokinase”

Whereas the neo4j equivalent, a single representation links two nodes that contain properties:

(a:Reaction {name: "R00299"})-[:catalysed_by]->(b:Enzyme {name: "Glucokinase"})

An RDF representation provides a collection of atomic statements, while graph databases specify relationships between more richly defined nodes, each of which being an individual database object. Such a representation increases ease of querying, an example of which is provided in S3 Appendix.

It is clear that a resource incorporating chemical, reaction, enzyme and taxonomic data will have applications in individual research fields that utilise these data types and the user may choose to query just one aspect of the resource. For example, metabolomics experts might consider chemical space, while evolutionary biologists might only have interest in the links between taxonomy and enzymes, ignoring the chemistry aspects of the system entirely. The text mining community may use the database as a source of synonyms for chemicals and enzymes. However, many fields, especially those based around metabolism, metabolic systems biology and industrial biotechnology, may wish to utilise all aspects of the resource simultaneously. Numerous queries, and applications, can therefore be built on top of biochem4j, primarily utilising the computer-readable web service interface that is provided by neo4j.

The simplicity of both querying and populating such graph database systems means that the user is free to extend the current system in whichever direction they wish. There is no limit to the additional node types and relationships that can be added to the system. Thus, extensibility into more bespoke data management solutions, including perhaps the storage of experimental data, is already supported.

From a synthetic biology perspective, a key consideration of biochem4j is this ability to grow over time. Current experimental approaches, not least the application of directed evolution to enzymes and exploitation of enzyme promiscuity, mean that such a repository needs to be able to handle the addition of novel enzymes and chemicals and the relationships between them. While existing enzymology resources such as BRENDA [34], ExplorEnz [35] and SABIO-RK [36] provide excellent coverage of wild type enzymology data (including results from a limited number of mutagenesis studies), there is still a requirement for an extensible repository that can handle the Big Data challenge that large-scale directed evolution studies provides. biochem4j in its current release primarily covers known, existing metabolic pathways, enzymes and naturally occurring metabolites. However, the structure is such that its extension into a more comprehensive synthetic biology repository, including large-scale enzyme variants libraries and their ability to produce non-naturally occurring metabolites, would be trivial to implement.

Further future directions of this work could also utilise the database as a source of mathematical models, with the ability to query for pathways and export results in standard modelling formats such as Systems Biology Markup Language (SBML) [37]. One could envisage exporting such models on different scales, including kinetic pathways of individual pathways [38], and genome-scale metabolic reconstructions [39]. Another potential area of interest would be a greater focus on metabolomics data analysis [40], with the integration of mass spectra of chemical compounds run under standard conditions. With the addition of such data, one could envisage a system exploiting existing chemical metadata, standardised mass spectra and metabolic network proximity to provide a comprehensive metabolite identification service.

The flexibility, extensibility and ease-of-use of graph database systems will provide enormous advantages in fast-moving areas such as biotechnological research over the coming years. biochem4j is an early example of their potential and can serve as a first step towards a family of related and interacting resources across a wide range of biological application domains.

Methods

Populating

biochem4j is built upon the freely available graph database, neo4j Community Edition, v3 (http://neo4j.com/), providing both a web and web service interface to the data.

biochem4j is populated through a number of custom Python modules. The basic workflow for each of the modules is to download and parse flat (text) files from source databases, generating nodes and relationships that are used to initialize a neo4j instance. The source databases are ChEBI, MNXref, Rhea, KEGG, UniProt and the NCBI Taxonomy. As the modules download the latest version of the flat files (or utilise APIs that manage versioning [41]), the content of biochem4j can be regularly updated as source databases expand in scope.

The key feature of the biochem4j is its integration of data. Such identifier mapping is a common problem in bioinformatics and has particular ramifications for the construction and merging of systems biology models [42, 43]. Therefore, an important aspect of the population process is to ensure that a given entity only appears once in the database. An example of this is with chemicals, which are present in both ChEBI and MNXref. In order to ensure uniqueness, properties of each node are mapped to a common namespace, which is defined by identifiers.org [44]. When a particular chemical entity is mapped to a KEGG entry in both ChEBI and MNXref, each source uses a different identifier to name the KEGG database (KEGG COMPOUND accession and kegg respectively). These are each mapped to the common identifiers.org namespace value, kegg.compound, allowing nodes representing the same entity but originating from different source databases to be merged. This allows a particular chemical species to maintain relationships in both the ChEBI ontology and also within the MNXref reaction network.

Another consideration of the biochem4j is in the specification of reaction definitions. In order to maximise the accuracy of the data and also to support future applications including constraint-based modelling [45], an attempt is made to balance all reaction data before submission. This makes use of an existing algorithm, ported from the SuBliMinaL Toolbox [46] which uses linear programming to balance reactions where possible, respecifying incorrect stoichiometries and adding commonly missing reactants such as protons and water.

All code is available through open source and the MIT License at https://github.com/synbiochem/biochem4j, with dependencies on core Python modules available from https://github.com/synbiochem/synbiochem-py.

Deployment

The public version of biochem4j runs on the Google Compute Engine and is available at http://biochem4j.org. A Docker image is also available, allowing the system to be deployed on a large range of systems (https://www.docker.com/).

Querying

Queries were performed through the default neo4j web interface using the query language CYPHER (http://neo4j.com/developer/cypher-query-language/). neo4j also supports a REST web service interface through which CYPHER queries may be POSTed to the database, with results returned in JSON format. A simple example (which returns 5 nodes selected at random) using curl, is as follows:

curl -H accept:application/json -H content-type:application/json \

  -d '{"statements":[{"statement": "MATCH (n) RETURN n LIMIT 5"}]}' \             (6)

    http://biochem4j.org/db/data/transaction/commit

Such web service calls allow for the support of biochem4j querying with established cheminformatics workflow packages such as Pipeline Pilot and KNIME [47].

Supporting information

S3 Appendix. Comparison of neo4j / CYPHER with RDF / SPARQL.

https://doi.org/10.1371/journal.pone.0179130.s003

(PDF)

Acknowledgments

NS, PC, MD, AJJ, MV, ARW, J-LF, PM, DBK, NSS and RB acknowledge the funding from the Biotechnology and Biological Sciences Research Council (BBSRC; http://www.bbsrc.ac.uk) under grant BB/M017702/1, “Centre for synthetic biology of fine and speciality chemicals (SYNBIOCHEM)”. NS, DBK and PM thank the BBSRC for funding under grant BB/K019783/1, “Continued development of ChEBI towards better usability for the systems biology and metabolic modelling community”. NS, RBN, PD, SA, DBK and PM thank the BBSRC for funding under grant BB/M006891/1, “Enriching Metabolic PATHwaY models with evidence from the literature (EMPATHY)”.

NS thanks Andrew Currin, Christopher Robinson and Sandra Taylor for useful discussions during the development of this work. This is a contribution from the Manchester Centre for Synthetic Biology of Fine and Speciality Chemicals (SYNBIOCHEM).

References

  1. 1. Hastings J, Owen G, Dekker A, Ennis M, Kale N, Muthukrishnan V, et al. ChEBI in 2016: Improved services and an expanding collection of metabolites. Nucleic Acids Res. 2016; 44: D1214–9. pmid:26467479
  2. 2. Ogata H, Goto S, Sato K, Fujibuchi W, Bono H, Kanehisa M. KEGG: Kyoto Encyclopedia of Genes and Genomes. Nucleic Acids Res. 1999; 27: 29–34. pmid:9847135
  3. 3. Federhen S. The NCBI Taxonomy database. Nucleic Acids Res. 2012; 40: D136–43. pmid:22139910
  4. 4. Waagmeester A, Kutmon M, Riutta A, Miller R, Willighagen EL, Evelo CT, et al. Using the Semantic Web for Rapid Integration of WikiPathways with Other Biological Online Data Resources. PLoS Comput Biol. 2016; 12: e1004989. pmid:27336457
  5. 5. Wolstencroft K, Haines R, Fellows D, Williams A, Withers D, Owen S, et al. The Taverna workflow suite: designing and executing workflows of Web Services on the desktop, web or in the cloud. Nucleic Acids Res. 2013; 41: W557–561. pmid:23640334
  6. 6. Abouelhoda M, Issa SA, Ghanem M. Tavaxy: integrating Taverna and Galaxy workflows with cloud computing support. BMC Bioinformatics. 2012; 13: 77. pmid:22559942
  7. 7. UniProt Consortium. Activities at the Universal Protein Resource (UniProt). Nucleic Acids Res. 2014; 42: D191–8. pmid:24253303
  8. 8. Morgat A, Axelsen KB, Lombardot T, Alcántara R, Aimo L, Zerara M, et al. Updates in Rhea—a manually curated resource of biochemical reactions. Nucleic Acids Res. 2015; 43: D459–64. pmid:25332395
  9. 9. Moretti S, Martin O, Van Du Tran T, Bridge A, Morgat A, Pagni M. MetaNetX/MNXref—reconciliation of metabolites and biochemical reactions to bring together genome-scale metabolic networks. Nucleic Acids Res. 2016; 44: D523–6. pmid:26527720
  10. 10. Have CT, Jensen LJ. Are graph databases ready for bioinformatics? Bioinformatics. 2013; 29: 3107–3108. pmid:24135261
  11. 11. Robinson I, Webber J, Eifrem E. Graph Databases, 2nd Ed., O’Reilly, Sebastolpol, CA, USA; 2013.
  12. 12. Alocci D, Mariethoz J, Horlacher O, Bolleman JT, Campbell MP, Lisacek F. Property Graph vs RDF Triple Store: A Comparison on Glycan Substructure Search. PLoS One. 2015; 10: e0144578. pmid:26656740
  13. 13. Henkel R, Wolkenhauer O, Waltemath D. Combining computational models, semantic annotations and simulation experiments in a graph database. Database (Oxford). 2015; 8: 2015.
  14. 14. Touré V, Mazein A, Waltemath D, Balaur I, Saqi M, Henkel R, et al. STON: exploring biological pathways using the SBGN standard and graph databases. BMC Bioinformatics. 2016; 17: 494. pmid:27919219
  15. 15. Balaur I, Mazein A, Saqi M, Lysenko A, Rawlings CJ, Auffray C. Recon2Neo4j: applying graph database technologies for managing comprehensive genome-scale networks. Bioinformatics. 2016; doi: [Epub ahead of print]. pmid:27993779
  16. 16. Webb EC. Enzyme nomenclature 1992: recommendations of the Nomenclature Committee of the International Union of Biochemistry and Molecular Biology on the nomenclature and classification of enzymes. International Union of Biochemistry and Molecular Biology, Academic Press, San Diego, CA, USA; 1992.
  17. 17. King ZA, Lu J, Dräger A, Miller P, Federowicz S, Lerman JA, et al. BiGG Models: A platform for integrating, standardizing and sharing genome-scale models. Nucleic Acids Res. 2016; 44: D515–22. pmid:26476456
  18. 18. Caspi R, Foerster H, Fulcher CA, Hopkinson R, Ingraham J, Kaipa P, et al. MetaCyc: a multiorganism database of metabolic pathways and enzymes. Nucleic Acids Res. 2006; 34: D511–6. pmid:16381923
  19. 19. Croft D, Mundo AF, Haw R, Milacic M, Weiser J, Wu G, et al. The Reactome pathway knowledgebase. Nucleic Acids Res. 2014; 42: D472–7. pmid:24243840
  20. 20. Aziz RK, Devoid S, Disz T, Edwards RA, Henry CS, Olsen GJ, et al. SEED servers: high-performance access to the SEED genomes, annotations, and metabolic models. PLoS One. 2012; 7: e48053. pmid:23110173
  21. 21. Tomasulo P. ChemIDplus-super source for chemical and drug information. Med Ref Serv Q. 2002; 21: 53–9. pmid:11989279
  22. 22. Williams A, Tkachenko V. The Royal Society of Chemistry and the delivery of chemistry data repositories for the community. J Comput Aided Mol Des. 2014; 28: 1023–30. pmid:25086851
  23. 23. Wishart DS, Knox C, Guo AC, Shrivastava S, Hassanali M, Stothard P, et al. DrugBank: a comprehensive resource for in silico drug discovery and exploration. Nucleic Acids Res. 2006; 34: D668–72. pmid:16381955
  24. 24. Wishart DS, Knox C, Guo AC, Eisner R, Young N, Gautam B, et al. HMDB: a knowledgebase for the human metabolome. Nucleic Acids Res. 2009; 37: D603–10. pmid:18953024
  25. 25. Heller SR, McNaught A, Pletnev I, Stein S, Tchekhovskoi D. InChI, the IUPAC International Chemical Identifier. J Cheminform. 2015; 7: 23. pmid:26136848
  26. 26. Afendi FM, Okada T, Yamazaki M, Hirai-Morita A, Nakamura Y, Nakamura K, et al. KNApSAcK family databases: integrated metabolite-plant species databases for multifaceted plant research. Plant Cell Physiol. 2012; 53: e1. pmid:22123792
  27. 27. Fahy E, Sud M, Cotter D, Subramaniam S. LIPID MAPS online tools for lipid research. Nucleic Acids Res. 2007; 35: W606–12. pmid:17584797
  28. 28. Rose PW, Prlić A, Altunkaya A, Bi C, Bradley AR, Christie CH, et al. The RCSB protein data bank: integrative view of protein, gene and 3D structural information. Nucleic Acids Res. 2016; pii: gkw1000. [Epub ahead of print].
  29. 29. Garavelli JS. The RESID Database of Protein Modifications as a resource and annotation tool. Proteomics. 2004; 4: 1527–33. pmid:15174122
  30. 30. Ellis LB, Roe D, Wackett LP. The University of Minnesota Biocatalysis/Biodegradation Database: the first decade. Nucleic Acids Res. 2006; 34: D517–21. pmid:16381924
  31. 31. Morgat A, Coissac E, Coudert E, Axelsen KB, Keller G, Bairoch A, et al. UniPathway: a resource for the exploration and annotation of metabolic pathways. Nucleic Acids Res. 2012; 40: D761–9. pmid:22102589
  32. 32. Fehér T, Planson AG, Carbonell P, Fernández-Castané A, Grigoras I, Dariy E, et al. Validation of RetroPath, a computer-aided design tool for metabolic pathway engineering. Biotechnol J. 2014; 9: 1446–57. pmid:25224453
  33. 33. Currin A, Swainston N, Day PJ, Kell DB. Synthetic biology for the directed evolution of protein biocatalysts: navigating sequence space intelligently. Chem Soc Rev. 2015; 44: 1172–239. pmid:25503938
  34. 34. Chang A, Schomburg I, Placzek S, Jeske L, Ulbrich M, Xiao M, et al. BRENDA in 2015: exciting developments in its 25th year of existence. Nucleic Acids Res. 2015; 43: D439–46. pmid:25378310
  35. 35. McDonald AG, Boyce S, Tipton KF. ExplorEnz: the primary source of the IUBMB enzyme list. Nucleic Acids Res. 2009; 37: D593–7. pmid:18776214
  36. 36. Wittig U, Kania R, Golebiewski M, Rey M, Shi L, Jong L, et al. SABIO-RK—database for biochemical reaction kinetics. Nucleic Acids Res. 2012; 40: D790–6. pmid:22102587
  37. 37. Hucka M, Finney A, Sauro HM, Bolouri H, Doyle JC, Kitano H, et al. The systems biology markup language (SBML): a medium for representation and exchange of biochemical network models. Bioinformatics. 2003; 19: 524–31. pmid:12611808
  38. 38. Smallbone K, Messiha HL, Carroll KM, Winder CL, Malys N, Dunn WB, et al. A model of yeast glycolysis based on a consistent kinetic characterisation of all its enzymes. FEBS Lett. 2013; 587: 2832–41. pmid:23831062
  39. 39. Swainston N, Smallbone K, Hefzi H, Dobson PD, Brewer J, Hanscho M, et al. Recon 2.2: from reconstruction to model of human metabolism. Metabolomics. 2016; 12: 109. pmid:27358602
  40. 40. Brown M, Dunn WB, Dobson P, Patel Y, Winder CL, Francis-McIntyre S, et al. Mass spectrometry tools and metabolite-specific databases for molecular identification in metabolomics. Analyst. 2009; 134: 1322–32. pmid:19562197
  41. 41. Swainston N, Hastings J, Dekker A, Muthukrishnan V, May J, Steinbeck S, et al. libChEBI: an API for accessing the ChEBI database. J Cheminform. 2016; 8: 11. pmid:26933452
  42. 42. Swainston N, Mendes P. libAnnotationSBML: a library for exploiting SBML annotations. Bioinformatics. 2009; 25: 2292–3. pmid:19561017
  43. 43. Krause F, Schulz M, Swainston N, Liebermeister W. Sustainable model building the role of standards and biological semantics. Methods Enzymol. 2011; 500: 371–95. pmid:21943907
  44. 44. Juty N, Le Novère N, Laibe C. Identifiers.org and MIRIAM Registry: community resources to provide persistent identification. Nucleic Acids Res. 2012; 40: D580–6. pmid:22140103
  45. 45. Orth JD, Thiele I, Palsson BØ. What is flux balance analysis? Nat Biotechnol. 2010; 28: 245–8. pmid:20212490
  46. 46. Swainston N, Smallbone K, Mendes P, Kell D, Paton N. The SuBliMinaL Toolbox: automating steps in the reconstruction of metabolic networks. J Integr Bioinform. 2011; 8: 186. pmid:22095399
  47. 47. Warr WA. Scientific workflow systems: Pipeline Pilot and KNIME. J Comput Aided Mol Des. 2012; 26: 801–4. pmid:22644661