Next Article in Journal
MetaboListem and TABoLiSTM: Two Deep Learning Algorithms for Metabolite Named Entity Recognition
Next Article in Special Issue
A Genome-Scale Metabolic Model of Methanoperedens nitroreducens: Assessing Bioenergetics and Thermodynamic Feasibility
Previous Article in Journal
Selenium Levels and Antioxidant Activity in Critically Ill Patients with Systemic Inflammatory Response Syndrome
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Network Reconstruction and Modelling Made Reproducible with moped

by
Nima P. Saadat
1,†,
Marvin van Aalst
1,† and
Oliver Ebenhöh
1,2,*
1
Institute of Quantitative and Theoretical Biology, Heinrich-Heine-Universität Düsseldorf, Universitätsstraße 1, 40225 Düsseldorf, Germany
2
Cluster of Excellence on Plant Sciences (CEPLAS), Heinrich-Heine-Universität Düsseldorf, Universitätsstraße 1, 40225 Düsseldorf, Germany
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Metabolites 2022, 12(4), 275; https://doi.org/10.3390/metabo12040275
Submission received: 14 December 2021 / Revised: 24 February 2022 / Accepted: 15 March 2022 / Published: 22 March 2022
(This article belongs to the Special Issue Reconstruction of Genome-Scale Metabolic Models)

Abstract

:
Mathematical modeling of metabolic networks is a powerful approach to investigate the underlying principles of metabolism and growth. Such approaches include, among others, differential-equation-based modeling of metabolic systems, constraint-based modeling and metabolic network expansion of metabolic networks. Most of these methods are well established and are implemented in numerous software packages, but these are scattered between different programming languages, packages and syntaxes. This complicates establishing straight forward pipelines integrating model construction and simulation. We present a Python package moped that serves as an integrative hub for reproducible construction, modification, curation and analysis of metabolic models. moped supports draft reconstruction of models directly from genome/proteome sequences and pathway/genome databases utilizing GPR annotations, providing a completely reproducible model construction and curation process within executable Python scripts. Alternatively, existing models published in SBML format can be easily imported. Models are represented as Python objects, for which a wide spectrum of easy-to-use modification and analysis methods exist. The model structure can be manually altered by adding, removing or modifying reactions, and gap-filling reactions can be found and inspected. This greatly supports the development of draft models, as well as the curation and testing of models. Moreover, moped provides several analysis methods, in particular including the calculation of biosynthetic capacities using metabolic network expansion. The integration with other Python-based tools is facilitated through various model export options. For example, a model can be directly converted into a CobraPy object for constraint-based analyses. moped is a fully documented and expandable Python package. We demonstrate the capability to serve as a hub for integrating reproducible model construction and curation, database import, metabolic network expansion and export for constraint-based analyses.

1. Introduction

Theoretical analysis of metabolic pathways has a longstanding tradition. The early approaches to study glycolysis, for example, have considerably increased our understanding of fundamental regulatory principles in metabolism [1]. In recent approaches, metabolic modeling was employed to study metabolic interdependencies in microbial communities and to identify putative drug targets for microbial pathogens [2,3].
Several theoretical techniques to study metabolism have been established. The most classic technique is the analysis of metabolic networks by representing them as systems of ordinary differential equations (ODEs). This representation heavily depends on detailed knowledge of stoichiometries, parameters of enzyme kinetics and regulatory mechanisms of reactions [4]. This approach is extremely useful for investigating relatively small systems. The upsurge of novel high-throughput experimental “omics” techniques led to the collection of immense amounts of data, resulting in an ever-increasing number of fully sequenced genomes. The improved quality of annotated genes resulted in a tremendous increase in information of enzymes and the respective metabolic reactions. This information has been collected in biochemical databases such as MetaCyc, BioCyc, KEGG or BiGG [5,6,7,8]. Such databases provide information for large-scale metabolic networks of many different organisms. However, analyzing such large-scale metabolic networks using systems of ordinary differential equations is difficult. This is, to a large extent, due to missing information on kinetic parameters of the involved enzymatic reactions [9]. One convenient alternative is constraint-based modeling and its mathematical method flux balance analysis (FBA) [10]. This commonly used approach uses the stoichiometric matrix of a reaction network and finds a steady-state vector of reaction fluxes that maximizes or minimizes an objective function that linearly depends on the reaction rates. Other structural analysis techniques focus on the topology of metabolic networks [11]. One such technique is metabolic network expansion and the related concept of metabolic scopes. The metabolic scope describes the set of metabolites, which are topologically producible by a given network from an initial set of compounds [12,13]. Thus, metabolic network expansion allows to functionally characterize metabolic networks with respect to their biosynthetic capacities [14].
Topological techniques are extremely useful in the process of curating models, in particular to identify and add missing reactions [15]. This process, called gap filling, allows, for example, to complement draft metabolic networks in order to guarantee that observed compounds can be produced from the growth medium [16].
Many of the techniques described above have been implemented as Python packages. However, most of these software packages are not directly compatible with each other.
In this work, we present moped, a compact but useful Python package that serves as a hub, offering tools for analysis, development and extension or modification of metabolic models. The integration of BLAST and pathway/genome databases such as MetaCyc and BioCyc into moped allows reconstructing metabolic network models directly from genome sequences [17] and ensures that the reconstruction process is fully transparent and reproducible. In addition to the de novo construction of models, moped provides an interface to import existing metabolic network models in SBML format.
To facilitate curation of metabolic models, moped provides an interface to Meneco, a topological gap-filling tool based on answer set programming [18]. All models created with moped can easily be exported as CobraPy objects, thus directly integrating constraint-based with model construction and modification [19]. It is even possible to extract a scaffold model of metabolic pathways for kinetic modeling via modelbase [20]. The Python package moped presented here is a mathematical modeling hub, which allows constructing reproducible metabolic models de novo, integrating existing models in SMBL format, curating models by gap filling and performing topological or constraint-based analyses.

2. Implementation

2.1. Model Import, Extension and Modification

moped uses SBML files or PGDB flat files as input for constructing a metabolic network model. PGDBs are organism-specific pathway/genome databases containing annotated reactions and compounds of the metabolism of the organism [6]. These databases further include detailed information about reactions and compounds, such as sum formulas, charges, references to other database entries or subcellular localization. This information is of great importance for a consistent analysis of metabolic networks. SBML files represent metabolic networks in an XML-based format and can be considered as a standard for the exchange of reconstructed and curated metabolic models between tools and platforms [21]. Such files can be, among others, obtained from databases such as BiGG, which provides SBML files of curated metabolic models together with information about the corresponding publications [7].
Because of the wide range of import methods (FASTA, PGDBs and SBML), one particular strength of moped is the integration of several analysis tools. An overview of mopeds functionalities is shown in Figure 1. Furthermore, moped provides an accessible environment to extend or modify constructed or imported models. Therefore, adding alternative or additional metabolic pathways to pre-existing models, as well as modifying compound and reaction identifiers, is simple and straightforward. Naturally, all moped objects can be exported as SBML. A UML diagram of moped can be found in Figure S1 in the Supplementary Material.

2.2. Tools for Metabolic Network Expansion

A useful and valuable feature of moped is the fully implemented network expansion algorithm to perform metabolic network expansions on moped objects. Metabolic network expansion can be used to investigate structural properties of metabolic networks, such as biosynthetic capacities and their robustness against structural perturbations [12]. The core concept of metabolic network expansion is the metabolic scope, which contains all compounds that are producible by a network from a given initial set of compounds, termed the seed (see Figure 2). In the expansion process, the seed is used to find all reactions that can proceed in their annotated direction. The respective products are then added to the seed, forming the new seed for the next expansion step. This process continues until no new compounds can be added to the seed. Thus, scopes characterize biosynthetic capacities of metabolic networks, based exclusively on their topology.
Network expansion depends on a precise definition of reaction reversibilities and involved cofactors. Network expansion uses the stoichiometry of reactions to identify producible compounds. However, stoichiometric coefficients of reactions are annotated for one particular direction. To include the opposite direction (for reversible reactions) into the metabolic network expansion, moped provides a method for reversibility duplication. As illustrated in Figure 3 for triose-phosphoisomerase as an example, this method finds all reversible reactions in a moped object and adds the reversed reaction to the network. The new reaction identifier is identical to the identifier of the original reaction concatenated with the suffix ‘rev’. This model modification can be reverted if no longer needed.
Many reactions depend on specific cofactors. Cofactors usually appear in pairs. One of the most prominent examples is the cofactor pair ATP and ADP. In the majority of reactions with ATP as substrate, ATP serves as a donor of a phosphate group, thus producing ADP. Only a few reactions actually modify the adenosine moiety (for example, in nucleotide de novo synthesis). In network expansion, therefore, no reaction utilizing ATP or ADP as cofactor could proceed, unless these compounds are either included in the seed or can be produced from metabolites within the seed. If the purpose of network expansion is to realistically calculate a set of producible compounds, this behavior is not desired because it leads to a drastic underestimation of the scope. The most naive approach to directly include cofactors in the seed yields misleading results, because in such a case, all compounds that can be generated from digesting, e.g., ATP would be included in the scope.
A pragmatic approach to solve this problem is the duplication of cofactors as proposed in [12]. Here, reactions with cofactor pairs are duplicated, where the copied reactions contain “mock cofactors”. In contrast to the real cofactors, the mock cofactors only occur in reactions, in which they act in their role as cofactors. For ATP, this is the transfer of a phosphate group, for NADH or NADPH the transfer of protons and electrons and for acetyl coenzyme-A, the transfer of the acetyl group. The cofactor duplication allows the use of mock cofactors inside the initial seed. Reactions depending on cofactors might now be able to occur in the expansion process. However, reactions using the cofactors as proper substrates can only occur if the real cofactor can be produced from the seed.
moped provides a convenient method for finding and duplicating all reactions using cofactor pairs. The cofactor pairs can either be automatically determined by moped for networks imported from BiGG or MetaCyc (see Tables S1 and S2 in the Supplementary Material) or they can be declared individually by the user. The identifiers of the duplicated cofactors are replaced by mock identifiers, which contain the suffix ‘cof’. The same modification is applied to the respective reaction identifiers. This model modification can be reverted if no longer needed.
The implemented methods for cofactor and reversibility duplication are commonly used to obtain biologically meaningful results for metabolic network expansion. However, they are also highly useful for topological gap-filling using Meneco, during model reconstruction. This is further explained in the next section.

2.3. Reconstruction of Draft Network Models

Construction of metabolic networks highly depends on reliable databases. In order to enable user-friendly metabolic network reconstruction, moped includes methods for importing data from the MetaCyc and BioCyc databases, identifying homologous sets of genes with BLAST and gap-filling.
MetaCyc is a universal, highly curated reference database of metabolic pathways and biochemical reactions from all domains of life. BioCyc is a database of organism-specific PGDBs containing metabolic network information based on predictions by the PathoLogic component of the Pathway Tools software [22,23]. The MetaCyc and BioCyc databases provide many advantages. Both databases are freely available for academic and nonprofit users. All PGDBs are available in useful flat file formats. Furthermore, these databases include information on the reaction directions based on experimental references and thermodynamics, extensive annotations and, therefore, information about gene–protein–reaction (GPR) associations, as well as thermodynamic information about metabolites and reactions such as the Gibbs energy of formation and the standard Gibbs energy of reactions.
In order to use BioCyc and MetaCyc for metabolic network construction and analysis, moped offers a parser for PGDBs, allowing direct construction of moped objects from MetaCyc or BioCyc flat files. moped objects can directly be used for network analyses including network expansion and constraint-based modeling. Especially for the latter, it is extremely important that all reactions are mass- and charge-balanced to ensure that all solutions obey mass conversation. Therefore, only reactions which are mass- and charge-balanced are parsed in moped. While this process has the danger of omitting annotated genes, including reactions that are not mass- or charge-balanced would violate fundamental physical principles and lead to unrealistic model properties. This pipeline provided by the database import and parsing of moped makes it straightforward to construct prokaryotic network models. For eukaryotic metabolic networks, however, intensive and careful curation is required due to missing compartment information. More detailed information about the parsing of PGDBs using moped can be found in the documentation.
There exist several pipelines to automatically extract a set of metabolic reactions from a genome or proteome sequence. One popular pipeline is the above mentioned PathoLogic software. moped integrates such a pipeline into the Python programming language, directly converting a genome/proteome sequence into a moped object that can be immediately used for modeling applications. This functionality is provided by an implemented wrapper for local BLAST to find enzyme reactions in genome sequence fasta files or proteome fasta files by similarity search against enzyme reference sequences from the MetaCyc database. This method constructs a new moped object representing a metabolic network of all reactions that are found in a genome sequence or proteome using enzyme monomer amino acid sequences and protein–reaction annotations from MetaCyc to ensure fulfilled gene–protein–reaction associations (GPRs) in all found reactions [24]. This process can be controlled by user-defined thresholds. This integrated pipeline makes the model reconstruction perfectly reproducible and illustrates the functionality of moped as a modeling hub.
The next curation step after the initial automatic network construction is usually gap-filling. This describes a process in which reactions are added to the network in order to ensure that the reconstructed model reflects experimentally observed behavior, such as the production of experimentally measured compounds from the growth medium [25]. There are many available gap-filling methods such as GapFill or MIRAGE [26,27]. Most of these methods are based on constraint-based approaches. A common problem is that these approaches can predict gap-filling solutions that use thermodynamically infeasible cycles. In this sense, these approaches are sensitive to self-producing or energy-generating cycles [18]. Meneco, in contrast, is a topological gap-filling tool based on the network expansion algorithm. Meneco calculates a minimal set of reactions that need to be added to a draft network such that a specified list of target compounds can be produced from a given set of seed compounds. This gap-filling approach offers the advantage that it is inherently impossible for gap-filling solutions to depend on infeasible cycles. Meneco gap-filling can be directly applied as a method to moped objects. One moped object represents the draft network and a second the repair network, from which the added reactions are chosen.
The topological network modifications, i.e., reversibility and cofactor duplication, harmonize ideally with the application of Meneco, resulting in networks with biologically realistic behavior. This again illustrates the integrative nature of the modelling hub moped. For an accurate manual curation, automatically determined gap-filling reactions should always be manually inspected before adding them to the network model.
A major advantage and distinguished feature of moped is the complete reproducibility of the construction of draft models, which is much needed in systems biology, and the subsequent manual curation [28]. In moped, the user can add and remove reactions, or even entire pathways, from draft networks. Furthermore, the user can inspect the reactions found by Meneco to fill gaps and decide if these reactions are valid for specific models. All user decisions become part of an executable Python script, making them perfectly reproducible by others. This underlines that in moped, early curation can be integrated closely into the draft model reconstruction process. The importance of such reproducibility and traceability has recently been highlighted [29]. To our knowledge, this feature is unique to is unique to moped and is not yet found in any other reconstruction software. For constraint-based modeling, the user can define which exchange reactions are to be included and, if desired, define their own specific objective functions. moped offers a template biomass function which is based on the iJO1366 and iML1515 biomass functions (see Table S3 in the Supplementary Material); however, users should be encouraged to design their own specific and precise biomass function for their models as a part of correct manual curation. Reconstructing draft networks in moped lays the ground for model curation without the need to change software environments. In all reconstruction and curation steps, user decisions are documented as commands in an executable Python script, thus making them fully reproducible and transparent.

3. Results

3.1. Displaying the Advantage of Cofactor Duplications in Topological Network Analysis

To display the benefits of including the moped cofactor duplication, three established models of E. coli, B. subtilis and Synechocystis sp. PCC 6803 have been parsed into moped for a comparative metabolic network expansion [30,31,32]. In this analysis, we calculated all single metabolite scopes (i.e., the scopes for the seed consisting only of a single metabolite and water) for the respective models. This has been done in three variations: (i) including no cofactors to the seed, (ii) including the original cofactor compounds and (iii) including on the mock cofactors resulting from cofactor duplication (see above). Figure 4 displays the scope sizes (number of compounds contained in the scope) for each model and each variant to calculate the scopes. Apparently, without cofactors, the scopes are small for most compounds (blue lines). This can be explained by the missing connectivity for reactions that require cofactors. The analysis including the actual cofactor compounds in the seed (orange lines) displays an unrealistically large metabolic scope for every compound, even for inorganic metabolites. This can be explained by the fact that cofactors are usually rather complex metabolites, and now all degradation processes are included during the network expansion. Therefore, the resulting metabolic scopes are no longer reflecting the property of the compound of interest but rather the degradation products of the metabolized cofactor compounds. The corresponding analysis of models using cofactor duplication and mock cofactors duplicates in the seed (green lines) demonstrates that for small or inorganic metabolites, the scope is still relatively small. For more complex organic compounds, the metabolic scope is increasing without artificially increasing the scope size with degradation products of cofactors. This demonstrates the perks of including cofactor duplication and mock cofactors in seeds for biologically more realistic metabolic network expansions.

3.2. Applying Metabolic Network Expansion to a Model of E. coli Core Metabolism

We illustrate moped’s metabolic network expansion algorithm with a compact network of E. coli core metabolism, which is freely available in SBML format from the BiGG database [33]. After importing the SBML file into moped, we applied cofactor and reversibility duplications as described above.
For each metabolite in the network, we calculate the scope size, i.e., how many new compounds are producible if only this metabolite, water and a set of mock cofactors are available. The results of that analysis are displayed in Figure 5. In this relatively small metabolic network (72 metabolites and 95 reactions), eleven key compounds, which are mostly part of central metabolism, exhibit a largest observed scope size of 47. Such detailed metabolic network expansion is useful to provide insight about central metabolites, as well as structural and functional characteristics of metabolic networks [14]. Whereas we here only display the scope size, the methods implemented in moped allow a far wider spectrum of analysis methods, including determination the set of producible metabolites, as well as following each step of the expansion process. The code used to produce the results and Figure 5 can be found on https://gitlab.com/marvin.vanaalst/moped-publication-2021/-/tags/final-publication, accessed on 13 December 2021.

3.3. Comparison of Draft Reconstructions with Established Models and Softwares

We demonstrate how moped provides a complete and easy-to-use pipeline to construct genome scale models from genome and proteome sequences and how these models can be directly applied for constraint-based analyses. For this, we download the freely available proteome sequences of Escherichia coli str. K-12 substr. MG1655, Synechocystis sp. PCC 6803 and Bacillus subtilis strain 168 [34,35,36]. We import the MetaCyc PGDB to construct a moped object of the MetaCyc database as a reference network. Applying the BLAST wrapper, which was described above, to the FASTA files and the reference network, we obtained three moped objects, representing the draft network reconstructions. Then, we applied gap filling to ensure that the reconstructed models can produce all basic biomass compounds (inspired by the E. coli biomass reaction from iJO1366 [37], including all nucleic acids, amino acids and lipid precursors) from M9 minimal glucose medium. For this analysis, we directly accepted all resulting gap-filling reactions. For a more accurate reconstruction, the proposed gap-filling reactions should be manually inspected before addition to the draft model. We added exchange reactions for all medium compounds and tested if the draft models can exhibit a stationary flux distribution to produce biomass, as determined by flux balance analysis. The construction of these models can be reproduced using the notebooks provided on our accompanying git.
In order to test the quality of our draft models, we compared them with established models for the respective organisms (iML1515, iYO844 and iSynCJ816) [34,35,36]. Furthermore, we used the same dataset and medium to construct draft models with the established genome scale modeling reconstruction software CarveMe [38]. In order to quantitatively compare all three versions of the organism network reconstructions, we used metabolic model testing (MEMOTE) pipeline to establish a fair and reproducible comparison [39]. MEMOTE calculates scores for genome scale metabolic models to evaluate the stoichiometric consistency, the GPR rules and the quality of annotations for reactions and metabolites in the respective models. A summary of the MEMOTE evaluations for the three models for the three organisms is presented in Figure 6. The MEMOTE evaluation shows that the stoichiometric consistency of draft models produced by moped is always of high quality. Figure 6 shows that draft models reconstructed by CarveMe and moped display generally good overall scores and annotations. While CarveMe draft model reconstructions show the tendency to provide better reaction annotations, moped draft model reconstructions display a generally better annotation of genes and GPR rules.
The functionality and predictive power of draft models constructed by moped has been compared for Escherichia coli str. K-12 substr. MG1655 with a similarly constructed draft model using CarveMe, and the iML1515 model. For this analysis, the models automatically constructed moped and CarveMe were analysed without further modification. We calculated maximal growth rates, respective ATP production rates and exchange fluxes for compounds in the medium. Furthermore, we calculated optimal production rates for amino acids and nucleic acids. These model functionalities have been compared to the predictions of iML1515. Figure 7A displays the predicted fluxes of the draft models constructed by moped and by CarveMe relative to the predictions of iML1515. In the radar plots, the relative distance is indicated. For two flux values v 1 and v 2 , the distance min ( v 1 / v 2 , v 2 / v 1 ) is plotted. The draft model constructed with moped shows a higher similarity to the behaviour of iML1515 in almost all functionalities, especially in oxygen uptake rate, ATP production rate and nucleic acid synthesis. Some discrepancies between the model behaviours can be linked to slightly differing biomass compositions and lower bounds for exchange fluxes. In order to reduce such bias, we performed the same analysis but with such adjustments that biomass compositions and all lower and upper bounds are identical. Extended MEMOTE evaluations can be found in Figure S2 in the Supplementary Material. Figure 7B shows that now draft models produced with moped and CarveMe exhibit very similar behaviour to iML1515 in all functionalities, except in nucleic acid synthesis, in which moped draft models are more similar to iML1515. The overlap of GPR annotations of the draft model constructed with moped and iML1515 is shown in Figure 7C. The vast majority of genes in the draft model constructed with moped can be found in iML1515 and therefore illustrates the quality of the automated reconstruction. This analysis has only been performed with the draft model constructed with moped because the draft model constructed with CarveMe and iML1515 do not share any common database links. These results shows that draft model reconstructions made with moped exhibit a high quality that is able to keep up with the quality of established models and software tools.

4. Conclusions

Here, we present moped, a Python package representing a hub connecting the construction, modification and curation of genome scale metabolic networks with various analysis methods, which support studies of metabolic networks. moped supports the de novo construction of metabolic networks by importing databases, providing homology searches, including GPR associations and integrating an established gap-filling routine without the need to change software environments. Existing models from external sources can be imported using the standardized format SBML. Metabolic network models are represented as moped objects, which can be modified by easy-to-use and intuitive methods. moped models can be exported into various formats, thus integrating a diverse set of established analysis tools. Metabolic network expansion and constraint-based optimization can be easily performed for any model represented as a moped object.
Examination of moped draft model reconstructions using MEMOTE demonstrated that the resulting models are generally of a high quality. The strength of draft model reconstructions with moped is the direct integration into the Python programming language: Every decision in the automatic and manual reconstruction process is documented in executable Python scripts. Therefore, the whole reconstruction process becomes fully transparent and is easily reproducible by any interested user.
The modular architecture of the open source package moped is particularly designed for allowing further extensions to enhance its functionality, such as the integration of additional software tools. We provide an extensive documentation for moped, as well as troubleshooting guides, unit-tests for all provided methods and example notebooks illustrating the usage of moped at https://gitlab.com/marvin.vanaalst/moped-publication-2021 (accessed on 13 December 2021).

Supplementary Materials

The following are available online at https://www.mdpi.com/article/10.3390/metabo12040275/s1, Figure S1: UML diagram of core packages in moped, Figure S2: Extended MEMOTE evaluations for draft model reconstructions, Table S1: Cofactor pairs of MetaCyc identifiers, Table S2: Cofactor pairs of BiGG identifiers, Table S3: Default biomass composition

Author Contributions

Conceptualization, N.P.S.; implementation, N.P.S. and M.v.A.; writing—original draft preparation, N.P.S.; writing—review and editing, N.P.S., M.v.A. and O.E. All authors have read and agreed to the published version of the manuscript.

Funding

Funded by the Deutsche Forschungsgemeinschaft (DFG) under Germany’s Excellence Strategy EXC 2048/1, Project ID: 390686111 (O.E.) and EU’s Horizon 2020 research and innovation programme under the Grant Agreement 862087 (M.v.A.).

Data Availability Statement

Operating systems: Linux, OS X Programming language: Python License: GPLv3 Any restrictions to use by nonacademics: For nonprofit use only All source code including scripts to produce all manuscript figures can be found at https://gitlab.com/marvin.vanaalst/moped (accessed on 13 December 2021) and https://gitlab.com/marvin.vanaalst/moped-publication-2021 (accessed on 13 December 2021).

Acknowledgments

We thank Anna Matuszyńska, St. Elmo Wilken and Ovidiu Popa for critically reading our manuscript draft, Clémence Frioux for providing support for Meneco integration and Dipali Singh for giving valuable advice on MetaCyc and PDGB issues.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
PGDBPathway/Genome Database
FBAFlux Balance Analysis
GPRGene–Protein–Reaction
SBMLSystems Biology Markup Language
ODEOrdinary Differential Equations

References

  1. Rapoport, T.A.; Heinrich, R.; Jacobasch, G.; Rapoport, S. A linear steady-state treatment of enzymatic chains. A mathematical model of glycolysis of human erythrocytes. Eur. J. Biochem. 1974, 42, 107–120. [Google Scholar] [CrossRef] [PubMed]
  2. Zomorrodi, A.R.; Segrè, D. Genome-driven evolutionary game theory helps understand the rise of metabolic interdependencies in microbial communities. Nat. Commun. 2017, 8, 1563. [Google Scholar] [CrossRef] [PubMed]
  3. Hartman, H.B.; Fell, D.A.; Rossell, S.; Jensen, P.R.; Woodward, M.J.; Thorndahl, L.; Jelsbak, L.; Olsen, J.E.; Raghunathan, A.; Daefler, S.; et al. Identification of potential drug targets in Salmonella enterica sv. Typhimurium using metabolic modelling and experimental validation. Microbiology 2014, 160, 1252–1266. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Heinrich, R.; Schuster, S. The Regulation of Cellular Systems; Chapman and Hall: New York, NY, USA, 1996. [Google Scholar]
  5. Caspi, R.; Billington, R.; Keseler, I.M.; Kothari, A.; Krummenacker, M.; Midford, P.E.; Ong, W.K.; Paley, S.; Subhraveti, P.; Karp, P.D. The MetaCyc database of metabolic pathways and enzymes-a 2019 update. Nucleic Acids Res. 2020, 48, D445–D453. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Karp, P.D.; Billington, R.; Caspi, R.; Fulcher, C.A.; Latendresse, M.; Kothari, A.; Keseler, I.M.; Krummenacker, M.; Midford, P.E.; Ong, Q.; et al. The BioCyc collection of microbial genomes and metabolic pathways. Brief. Bioinform. 2019, 20, 1085–1093. [Google Scholar] [CrossRef] [PubMed]
  7. King, Z.A.; Lu, J.; Dräger, A.; Miller, P.; Federowicz, S.; Lerman, J.A.; Ebrahim, A.; Palsson, B.O.; Lewis, N.E. BiGG Models: A platform for integrating, standardizing and sharing genome-scale models. Nucleic Acids Res. 2016, 44, D515–D522. [Google Scholar] [CrossRef]
  8. Kanehisa, M.; Goto, S. KEGG: Kyoto encyclopedia of genes and genomes. Nucleic Acids Res. 2000, 28, 27–30. [Google Scholar] [CrossRef]
  9. Raman, K.; Chandra, N. Flux balance analysis of biological systems: Applications and challenges. Brief. Bioinform. 2009, 10, 435–449. [Google Scholar] [CrossRef]
  10. Orth, J.D.; Thiele, I.; Palsson, B.Ø. What is flux balance analysis? Nat. Biotechnol. 2010, 28, 245–248. [Google Scholar] [CrossRef]
  11. Wunderlich, Z.; Mirny, L.A. Using the topology of metabolic networks to predict viability of mutant strains. Biophys. J. 2006, 91, 2304–2311. [Google Scholar] [CrossRef] [Green Version]
  12. Handorf, T.; Ebenhöh, O.; Heinrich, R. Expanding metabolic networks: Scopes of compounds, robustness, and evolution. J. Mol. Evol. 2005, 61, 498–512. [Google Scholar] [CrossRef] [PubMed]
  13. Romero, P.; Karp, P. Nutrient-related analysis of pathway/genome databases. In Biocomputing 2001; World Scientific: Singapore, 2000; pp. 471–482. [Google Scholar]
  14. Ebenhöh, O.; Handorf, T. Functional classification of genome-scale metabolic networks. EURASIP J. Bioinform. Syst. Biol. 2009, 2009, 570456. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Christian, N.; May, P.; Kempa, S.; Handorf, T.; Ebenhöh, O. An integrative approach towards completing genome-scale metabolic networks. Mol. Biosyst. 2009, 5, 1889–1903. [Google Scholar] [CrossRef]
  16. Orth, J.D.; Palsson, B.Ø. Systematizing the generation of missing metabolic knowledge. Biotechnol. Bioeng. 2010, 107, 403–412. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. Altschul, S.F.; Gish, W.; Miller, W.; Myers, E.W.; Lipman, D.J. Basic local alignment search tool. J. Mol. Biol. 1990, 215, 403–410. [Google Scholar] [CrossRef]
  18. Prigent, S.; Frioux, C.; Dittami, S.M.; Thiele, S.; Larhlimi, A.; Collet, G.; Gutknecht, F.; Got, J.; Eveillard, D.; Bourdon, J.; et al. Meneco, a topology-based gap-filling tool applicable to degraded genome-wide metabolic networks. PLoS Comput. Biol. 2017, 13, e1005276. [Google Scholar] [CrossRef]
  19. Ebrahim, A.; Lerman, J.A.; Palsson, B.O.; Hyduke, D.R. COBRApy: COnstraints-based reconstruction and analysis for python. BMC Syst. Biol. 2013, 7, 74. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  20. van Aalst, M.; Ebenhöh, O.; Matuszyńska, A. Constructing and analysing dynamic models with modelbase v1. 2.3: A software update. BMC Bioinform. 2021, 22, 203. [Google Scholar] [CrossRef]
  21. Hucka, M.; Finney, A.; Sauro, H.M.; Bolouri, H.; Doyle, J.C.; Kitano, H.; Arkin, A.P.; Bornstein, B.J.; Bray, D.; Cornish-Bowden, A.; et al. The systems biology markup language (SBML): A medium for representation and exchange of biochemical network models. Bioinformatics 2003, 19, 524–531. [Google Scholar] [CrossRef]
  22. Karp, P.D.; Paley, S.; Romero, P. The pathway tools software. Bioinformatics 2002, 18, S225–S232. [Google Scholar] [CrossRef]
  23. Karpe, P.D.; Latendresse, M.; Caspi, R. The pathway tools pathway prediction algorithm. Stand. Genom. Sci. 2011, 5, 424–429. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Machado, D.; Herrgård, M.J.; Rocha, I. Stoichiometric representation of gene–protein–reaction associations leverages constraint-based analysis from reaction to gene-level phenotype prediction. PLoS Comput. Biol. 2016, 12, e1005140. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Thiele, I.; Palsson, B.Ø. A protocol for generating a high-quality genome-scale metabolic reconstruction. Nat. Protoc. 2010, 5, 93. [Google Scholar] [CrossRef] [Green Version]
  26. Kumar, V.S.; Dasika, M.S.; Maranas, C.D. Optimization based automated curation of metabolic reconstructions. BMC Bioinform. 2007, 8, 212. [Google Scholar]
  27. Vitkin, E.; Shlomi, T. MIRAGE: A functional genomics-based approach for metabolic network model reconstruction and its application to cyanobacteria networks. Genome Biol. 2012, 13, R111. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  28. Tiwari, K.; Kananathan, S.; Roberts, M.G.; Meyer, J.P.; Sharif Shohan, M.U.; Xavier, A.; Maire, M.; Zyoud, A.; Men, J.; Ng, S.; et al. Reproducibility in systems biology modelling. Mol. Syst. Biol. 2021, 17, e9982. [Google Scholar] [CrossRef]
  29. Mendoza, S.N.; Olivier, B.G.; Molenaar, D.; Teusink, B. A systematic assessment of current genome-scale metabolic reconstruction tools. Genome Biol. 2019, 20, 158. [Google Scholar] [CrossRef] [Green Version]
  30. Monk, J.M.; Lloyd, C.J.; Brunk, E.; Mih, N.; Sastry, A.; King, Z.; Takeuchi, R.; Nomura, W.; Zhang, Z.; Mori, H.; et al. i ML1515, a knowledgebase that computes Escherichia coli traits. Nat. Biotechnol. 2017, 35, 904–908. [Google Scholar] [CrossRef]
  31. Oh, Y.K.; Palsson, B.O.; Park, S.M.; Schilling, C.H.; Mahadevan, R. Genome-scale reconstruction of metabolic network in Bacillus subtilis based on high-throughput phenotyping and gene essentiality data. J. Biol. Chem. 2007, 282, 28791–28799. [Google Scholar] [CrossRef] [Green Version]
  32. Joshi, C.J.; Peebles, C.A.; Prasad, A. Modeling and analysis of flux distribution and bioproduct formation in Synechocystis sp. PCC 6803 using a new genome-scale metabolic reconstruction. Algal Res. 2017, 27, 295–310. [Google Scholar] [CrossRef]
  33. Orth, J.D.; Fleming, R.M.; Palsson, B.O. Reconstruction and use of microbial metabolic networks: The core Escherichia coli metabolic model as an educational guide. EcoSal Plus 2010, 4, 1. [Google Scholar] [CrossRef] [PubMed]
  34. Blattner, F.R.; Plunkett, G.; Bloch, C.A.; Perna, N.T.; Burland, V.; Riley, M.; Collado-Vides, J.; Glasner, J.D.; Rode, C.K.; Mayhew, G.F.; et al. The complete genome sequence of Escherichia coli K-12. Science 1997, 277, 1453–1462. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  35. Kaneko, T.; Sato, S.; Kotani, H.; Tanaka, A.; Asamizu, E.; Nakamura, Y.; Miyajima, N.; Hirosawa, M.; Sugiura, M.; Sasamoto, S.; et al. Sequence analysis of the genome of the unicellular cyanobacterium Synechocystis sp. strain PCC6803. II. Sequence determination of the entire genome and assignment of potential protein-coding regions. DNA Res. 1996, 3, 109–136. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Kunst, F.; Ogasawara, N.; Moszer, I.; Albertini, A.; Alloni, G.; Azevedo, V.; Bertero, M.; Bessières, P.; Bolotin, A.; Borchert, S.; et al. The complete genome sequence of the gram-positive bacterium Bacillus subtilis. Nature 1997, 390, 249–256. [Google Scholar] [CrossRef] [Green Version]
  37. Orth, J.D.; Conrad, T.M.; Na, J.; Lerman, J.A.; Nam, H.; Feist, A.M.; Palsson, B.Ø. A comprehensive genome-scale reconstruction of Escherichia coli metabolism—2011. Mol. Syst. Biol. 2011, 7, 535. [Google Scholar] [CrossRef]
  38. Machado, D.; Andrejev, S.; Tramontano, M.; Patil, K.R. Fast automated reconstruction of genome-scale metabolic models for microbial species and communities. Nucleic Acids Res. 2018, 46, 7542–7553. [Google Scholar] [CrossRef]
  39. Lieven, C.; Beber, M.E.; Olivier, B.G.; Bergmann, F.T.; Ataman, M.; Babaei, P.; Bartell, J.A.; Blank, L.M.; Chauhan, S.; Correia, K.; et al. MEMOTE for standardized genome-scale metabolic model testing. Nat. Biotechnol. 2020, 38, 272–276. [Google Scholar] [CrossRef] [Green Version]
Figure 1. The modeling hub moped. moped accepts SBML, FASTA files or MetaCyc and BioCyc PGDBs as inputs. PGDBs and SBML files are directly converted into a moped object. By BLASTing genome/proteome-sequences against MetaCyc, moped models can be constructed utilizing GPR rules. Further reconstruction can be achieved using Meneco for gap filling. Topological model analysis is implemented in moped. For constraint-based and kinetic analysis, moped offers export as CobraPy and modelbase objects, respectively [19,20].
Figure 1. The modeling hub moped. moped accepts SBML, FASTA files or MetaCyc and BioCyc PGDBs as inputs. PGDBs and SBML files are directly converted into a moped object. By BLASTing genome/proteome-sequences against MetaCyc, moped models can be constructed utilizing GPR rules. Further reconstruction can be achieved using Meneco for gap filling. Topological model analysis is implemented in moped. For constraint-based and kinetic analysis, moped offers export as CobraPy and modelbase objects, respectively [19,20].
Metabolites 12 00275 g001
Figure 2. Metabolic network expansion. Beginning with an initial set of compounds, the seed (here panel 1), the expansion process detects all producible compounds in a network and adds them to the seed for the next generation until no additional producible compounds are found.
Figure 2. Metabolic network expansion. Beginning with an initial set of compounds, the seed (here panel 1), the expansion process detects all producible compounds in a network and adds them to the seed for the next generation until no additional producible compounds are found.
Metabolites 12 00275 g002
Figure 3. Topological network modifications moped offers functions for splitting reversible reactions into forward and backward reactions in a network. Adding a copy of each cofactor dependent reaction and replacing cofactors (here ATP and ADP) with mock identifiers allows unblocking cofactor dependent reactions while avoiding degradation products of cofactors contained in the seed. Such modifications enable biologically feasible metabolic network expansion.
Figure 3. Topological network modifications moped offers functions for splitting reversible reactions into forward and backward reactions in a network. Adding a copy of each cofactor dependent reaction and replacing cofactors (here ATP and ADP) with mock identifiers allows unblocking cofactor dependent reactions while avoiding degradation products of cofactors contained in the seed. Such modifications enable biologically feasible metabolic network expansion.
Metabolites 12 00275 g003
Figure 4. Metabolic scopes in established models of E. coli (iML1515), B. subtilis (iYO844) and Synechocystis sp. PCC 6803 (iSynCJ816). The differently colored graphs represent the same analysis but including no cofactors, actual cofactors and cofactor duplicates in the seed.
Figure 4. Metabolic scopes in established models of E. coli (iML1515), B. subtilis (iYO844) and Synechocystis sp. PCC 6803 (iSynCJ816). The differently colored graphs represent the same analysis but including no cofactors, actual cofactors and cofactor duplicates in the seed.
Metabolites 12 00275 g004
Figure 5. Metabolic scopes of all compounds in the E. coli core metabolic model calculated using moped. The Y-axis indicates the total amount of compounds producible from every compound, water and a set of acceptor mock cofactors.
Figure 5. Metabolic scopes of all compounds in the E. coli core metabolic model calculated using moped. The Y-axis indicates the total amount of compounds producible from every compound, water and a set of acceptor mock cofactors.
Metabolites 12 00275 g005
Figure 6. MEMOTE evaluations for draft model reconstructions produced by CarveMe and moped, as well as established models, for E. coli, Bacillus subtilis and Synechocystis sp. PCC 6803. MEMOTE evaluations include the stoichiometric consistency and the annotation level of models.
Figure 6. MEMOTE evaluations for draft model reconstructions produced by CarveMe and moped, as well as established models, for E. coli, Bacillus subtilis and Synechocystis sp. PCC 6803. MEMOTE evaluations include the stoichiometric consistency and the annotation level of models.
Metabolites 12 00275 g006
Figure 7. Functional comparison of the draft model reconstructions using moped and CarveMe with iML1515. We calculated maximal growth rates, respective ATP production rates and exchange fluxes for compounds in the medium, as well as optimal production rates for amino acids and nucleic acids for completely unmodified draft models (A) and models with identical biomass functions and reaction bounds (B). In the radar plots, the relative distance between the two values are reported. Panel (C) shows the overlap of GPR annotations found in the draft model constructed with moped and iML1515.
Figure 7. Functional comparison of the draft model reconstructions using moped and CarveMe with iML1515. We calculated maximal growth rates, respective ATP production rates and exchange fluxes for compounds in the medium, as well as optimal production rates for amino acids and nucleic acids for completely unmodified draft models (A) and models with identical biomass functions and reaction bounds (B). In the radar plots, the relative distance between the two values are reported. Panel (C) shows the overlap of GPR annotations found in the draft model constructed with moped and iML1515.
Metabolites 12 00275 g007
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Saadat, N.P.; van Aalst, M.; Ebenhöh, O. Network Reconstruction and Modelling Made Reproducible with moped. Metabolites 2022, 12, 275. https://doi.org/10.3390/metabo12040275

AMA Style

Saadat NP, van Aalst M, Ebenhöh O. Network Reconstruction and Modelling Made Reproducible with moped. Metabolites. 2022; 12(4):275. https://doi.org/10.3390/metabo12040275

Chicago/Turabian Style

Saadat, Nima P., Marvin van Aalst, and Oliver Ebenhöh. 2022. "Network Reconstruction and Modelling Made Reproducible with moped" Metabolites 12, no. 4: 275. https://doi.org/10.3390/metabo12040275

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop