Skip to main content

ICON-GEMs: integration of co-expression network in genome-scale metabolic models, shedding light through systems biology

Abstract

Background

Flux Balance Analysis (FBA) is a key metabolic modeling method used to simulate cellular metabolism under steady-state conditions. Its simplicity and versatility have led to various strategies incorporating transcriptomic and proteomic data into FBA, successfully predicting flux distribution and phenotypic results. However, despite these advances, the untapped potential lies in leveraging gene-related connections like co-expression patterns for valuable insights.

Results

To fill this gap, we introduce ICON-GEMs, an innovative constraint-based model to incorporate gene co-expression network into the FBA model, facilitating more precise determination of flux distributions and functional pathways. In this study, transcriptomic data from both Escherichia coli and Saccharomyces cerevisiae were integrated into their respective genome-scale metabolic models. A comprehensive gene co-expression network was constructed as a global view of metabolic mechanism of the cell. By leveraging quadratic programming, we maximized the alignment between pairs of reaction fluxes and the correlation of their corresponding genes in the co-expression network. The outcomes notably demonstrated that ICON-GEMs outperformed existing methodologies in predictive accuracy. Flux variabilities over subsystems and functional modules also demonstrate promising results. Furthermore, a comparison involving different types of biological networks, including protein–protein interactions and random networks, reveals insights into the utilization of the co-expression network in genome-scale metabolic engineering.

Conclusion

ICON-GEMs introduce an innovative constrained model capable of simultaneous integration of gene co-expression networks, ready for board application across diverse transcriptomic data sets and multiple organisms. It is freely available as open-source at https://github.com/ThummaratPaklao/ICOM-GEMs.git.

Peer Review reports

Background

Exploring an organism's phenotypes involves various aspects like growth rates, reaction rates, and production rates [1], with broad applications in fields like metabolic engineering, agriculture, and biotechnology [2,3,4,5,6]. Phenotypes stem from genotypes, where gene expression, a complex process, shapes an organism's traits and associations among genes, impacting reaction rates and fluxes. Predicting flux distribution at a state-specific level enhances the understanding of cellular metabolism's functional states [7]. While experimental and computational methods are used to deduce reaction fluxes, they each come with limitations – experimental methods like 13C metabolic flux analysis require specialized expertise and instrumentation, while computational methods face challenges in data comprehensiveness and algorithm design [8,9,10]. Genome-scale metabolic models (GEMs) are vital in silico tools for understanding cellular behavior and predicting reactions, genes, and responses to the environment [11, 12]. GEMs represent the relationships among metabolites, reactions, and genes in organisms, finding diverse applications from metabolic engineering to disease insights [13].

Various mathematical tools estimate metabolic flow and reaction fluxes in organisms via genome-scale metabolic networks using optimization, differential equations, and stochastic simulations. Among these, flux balance analysis (FBA) [14,15,16] stands out, optimizing growth rates and production under steady-state constraints. While FBA is effective, predicting flux distribution isn't infallible due to multiple potential solutions, prompting the need to refine solutions by introducing context-specific constraints and optimizing objective functions [17, 18].

Utilizing precious transcriptomic data, GEMs coupled with FBA have evolved to enhance flux distribution predictions. This enhancement is achieved as assimilating transcriptomic data into metabolic models through gene-protein-reaction (GPR) associations [18,19,20,21,22]. Transcriptomic data provides a powerful constraint on potential solutions in genome-scale metabolic models (GEMs). There are two main categories for integrating transcriptomic data into GEMs. The first category involves binary gene expression states, requiring threshold, as seen in methods like Gene Inactivity Moderated by Metabolism and Expression (GIMME) [23] and ensures a functional model while quantifying consistency with expression data. Jensen and Papin introduced an approach named Metabolic Adjustment by Differential Expression (MADE), which does not rely on arbitrary thresholding [24]. MADE quantifies the meaningful variations in gene expression data. The second category directly integrates expression data, such as the E-flux method [25], which assigns reaction flux bounds based on measured gene expression, leading to more precise predictions. Kim et al. [21] introduced E-flux2 and SPOT in a dual-method approach to handle scenarios with unknown biological objectives. Importantly, these techniques exclusively use gene expression values.

Various methods, such as LBFBA [26], ETFL [27], REMI [28], and DeltaFBA [29], leverage diverse data types to enhance Flux Balance Analysis. TRFBA [30], which focuses on gene interactions within transcriptional regulatory networks, has limitations due to the availability of complete networks, mainly applicable to select organisms.

Furthermore, cooperation among genes can be unveiled through analysis of gene expressions using co-expression networks. In general, gene co-expression networks form gene–gene association networks by calculating pairwise gene similarity scores from gene expression levels [31]. These networks are typically represented as undirected graphs with a designated threshold indicating gene relationships. Strong connection exists between genes with high correlations. Gene co-expression network analysis serves various purposes, including identifying functionally related genes and co-regulated genes by common transcriptional factors. Additionally, gene co-expression networks reveal cooperative relationships, offering insights into functional modules within cells. Integrating these networks into GEMs holds promise for further advancements.

In this study, we propose a quadratic programming model to integrate the gene co-expression network instead of using solely the expression values to GEMs. The objective is to enhance the quantitative and qualitative simulation and predicting of condition-specific metabolic networks based on gene expression patterns. This approach facilitates a more precise identification of functional modules involved in metabolic processes under specific circumstances. We applied our proposed model to the GEMs of Escherichia coli (E. coli) and Saccharomyces cerevisiae (S. cerevisiae), followed by a comprehensive comparative analysis of the outcomes and findings against existing methodologies employing diverse strategies.

Materials and methods

Workflow of integrating gene co-expression network and metabolic model

Our workflow of integrating co-expression network and metabolic model is illustrated in Fig. 1. The workflow began with the preparation of gene expression profiles, involving the handling of missing values and outliers. Subsequently, these prepared profiles were utilized to construct the co-expression network, where Pearson correlations were employed to calculate correlation coefficients. These coefficients were then transformed into a binary adjacency matrix. Similarly, the genome-scale metabolic model was prepared through the creation of a template metabolic model, with reaction flux bounds set without uptake rate information. The originally reversible reaction fluxes within the model were transformed into irreversible reaction fluxes. To integrate gene expression data for each condition into the metabolic model, additional constraints to limit reaction fluxes in the same manner as the E-flux method and the gene co-expression network were combined into a quadratic programming model, named as ICON-GEMs. Note that ICON-GEMs requires four inputs: (1) a gene expression profile, (2) a genome-scale metabolic model, (3) specific conditions for flux distribution calculations, and (4) a threshold to differentiate high and low correlation for creating a gene co-expression network.

Fig. 1
figure 1

Workflow diagram representing the process of ICON-GEMs to integrate a gene co-expression network into a genome-scale metabolic model. It starts with gene expression profiles and genome-scale metabolic models. Data cleaning and processing are applied to the gene expression data to construct a gene co-expression network. The template model is constructed, and gene-protein-reaction (GPR) rule is used to quantify the associated reactions. Finally, a gene co-expression network and a metabolic network are merged for calculating flux rates in ICON-GEMs formulation

The formulation of ICON-GEMs

ICON-GEMs utilize quadratic programming to integrate a gene co-expression network into a metabolic network based on flux balance analysis (FBA). This integration relies on the principle that when a pair of genes exhibits high correlation, the corresponding reactions are also correlated. The objective of this quadratic programming is to optimize the amalgamation of correlation between flux-carrying pairs reactions. In essence, ICON-GEMs seek to maximize the sum of products of transformed flux values for reaction pairs corresponding to any two genes connected in the co-expression network. In the ICON-GEMs context, the E-flux technique [25] is applied to establish the upper bounds for flux values in FBA, contingent on measured gene expression levels, using gene-protein-reaction (GPR) association [22]. In irreversible models, it's common to establish lower flux bounds at zero. The quadratic programming model within ICON-GEMs can be formulated as follows:

$${\text{Maximize}}\mathop \sum \limits_{{\left( {i,j} \right) \in R}} q_{i} q_{j}$$
(1)
$${\text{Subject to }}\mathop \sum \limits_{j = 1}^{n + p} \overline{S}_{ij} \overline{v}_{j} = 0$$
(2)
$$0 \le \overline{v}_{j} \le f\left( {g_{j} } \right)\;{\text{for all }}j = 1, 2, 3, \ldots , n + p$$
(3)
$$\mathop \sum \limits_{j = 1}^{n + p} \overline{c}_{j} \overline{v}_{j} \ge \alpha z^{*}$$
(4)
$$\mathop \sum \limits_{{\left( {i,j} \right) \in Rev}} \overline{v}_{i} \overline{v}_{j} = 0$$
(5)
$$\frac{{\overline{v}_{j} }}{{M_{j} }} - q_{j} = - 1\; {\text{for all }}j = 1, 2, 3, \ldots , n + p$$
(6)

where \(q_{i} {\text{ and }}q_{j}\) represent transformed reaction flux values of reaction i and j, respectively, while \(R\) is the set of reaction pairs whose genes are linked in the co-expression network. It is worth noting that the objective function in Eq. (1) is a summation of the product \(q_{i} q_{j}\), specifically for reactions i and j that correspond to genes connected in the co-expression network. \(\overline{S} = \left[ {\begin{array}{*{20}c} {S^{irr} } & {S^{rev} } & {S^{rev} } \\ \end{array} } \right]^{T}\) comprises submatrices \(S^{irr}\) and \(S^{rev}\), which pertain to columns of \(S\) corresponding irreversible and reversible reaction fluxes, respectively. \(\overline{v} = \left[ {\begin{array}{*{20}c} {v^{irr} } & {v^{rev} } & { - v^{rev} } \\ \end{array} } \right]^{T}\) is a vector comprising irreversibly oriented and reversibly oriented flux components, with \(v^{rev}\) signifying the reversible component. \(f\left( {g_{j} } \right)\) is a function to transform a gene expression value \(g_{j}\) to a related flux bound value. In our study, we define \(f\left( {g_{j} } \right) = g_{j}\). \(\overline{c} = \left[ {\begin{array}{*{20}c} {c^{irr} } & {c^{rev} } & {c^{rev} } \\ \end{array} } \right]^{T}\) is a vector encompassing irreversible and reversible reaction flux components, where \(c^{irr}\) and \(c^{rev}\) correspond to irreversible and reversible fluxes, respectively. The \(\overline{c}\) is a vector of zeros with a one at the position of the reaction of interest (biomass flux). \(z^{*}\) denotes the potential maximum biomass, predicted through the E-flux method [25]. \(\alpha \in \left( {0,1} \right]\) is used to determine the proportion of biomass required to ascertain the vitality of organisms. In our study the value of \(\alpha\) is set to 1. \(Rev\) represents a set of reaction pairs derived from the same reversible reaction flux. \(M_{j}\) signifies the maximum gene expression value for reaction flux \(j\).

Constraints (2)-(3) mirror those of the E-flux model [25]. Constraint (4) establishes the biomass value as the maximum attainable value, denoted by \(z^{*}\), in E-flux. Constraint (5) involves the summation of products of irreversible reaction flux pairs derived from the same reversible reaction flux, where \(Rev\) comprises these pairs. Additionally, Constraint (6) represents a modified equation. More comprehensive and detailed explanations of our ICON-GEMs formulation can be found in Additional file 1.

Construction of a template metabolic model

We have developed an integrated model using gene expression data and the genome scale-metabolic model. However, there is inconsistency between the units used to measure metabolic reaction flux and the those used for gene expression. Therefore, we construct a template metabolic model to avoid this problem, following the approach outlined in [21]. The template metabolic model retains the stoichiometric and reversibility information while discarding the specific flux rate constraints present in the original genome-scale metabolic model. A way to construct the template model is to set the flux bounds of each reaction to either zero or to the largest absolute value, denoted by \(T\). Noted that T is a variable standing for the largest number or maximum values for the model calculation. It is not a threshold for setting the uptake rate of any carbon sources.

Suppose that there are \(m\) metabolites and \(n\) reactions in a metabolic network. Let \(\hat{L}\) and \(\hat{U}\) be the new lower and upper bound of flux of reaction in template metabolic model, respectively:

$$ \hat{L}_{j} = \left\{ {\begin{array}{*{20}c} {\;\;\;0 \;\;\;\;\text{if}\; L_{j} \ge 0} \\ { - T \;\;\;\text{if}\; L_{j} < 0} \\ \end{array} } \right. \text{and }\;\hat{U}_{j} = \left\{ {\begin{array}{*{20}c} {T \;\;\;\;\text{if}\; U_{j} > 0} \\ {0 \;\;\;\;\text{if}\; U_{j} \le 0} \\ \end{array} } \right. {\text{for all }}j = 1,2,3,...,n$$
(7)

In some situations, the used carbon sources in the cell are unknown. Thus, this template metabolic model is constructed in two different cases depending on the information of carbon source. The first template metabolic model, known as the DC (Determined Carbon Source) model, sets the lower bound of known carbon source reactions to a negative value of the largest number. The known carbon source for the DC model is glucose, as the experimental data used to demonstrate it in this study were measured by feeding glucose into the system. The second model is known as the AC (All Possible Carbon Source) model, which sets a negative value representing the largest number as the lower bound for the fluxes of all carbon source reactions in the metabolic model.

Flexibility of flux reactions and subsystems

Given that alternative optimal solutions may exist within various constraint-based methods, the flexibility of flux is employed to explore alternative solutions or the range of potential reaction fluxes within a metabolic system. We employ a two-stage programming approach known as Flux Variability Analysis (FVA) [32] to assess the flexibility of flux reactions. In the first stage programming, a relevant objective function, denoted as \(Z^{*}\), is computed by applying ICON-GEM. Subsequently, the second stage employs a constraint-based modeling technique to evaluate the minimum and maximum range of each reaction flux in the metabolic model while still yielding a well-defined value of the objective function from the first-stage programming. In the second stage, the objective function is designed to find the maximum and minimum flux values of each reaction. Furthermore, the objective function employed in the first stage serves as an additional constraint to fulfill the requirements of \(Z^{*}\). Assume that, for reaction i, we have obtained the maximum flux value (\(v_{max}^{i}\)) and the minimum flux value \((v_{min}^{i}\)) through FVA. We determine the flexibility of reaction \(i\) (\(F_{i}\)) using the following formula:

$$F_{i} = \left| {v_{max}^{i} - v_{min}^{i} } \right|.$$
(8)

The flexibility of each reaction in the model has been computed across all subsystems defined in the genome-scale metabolic models of both E. coli and S. cerevisiae. Within each subsystem, flexibility values for individual reactions, (\(F_{i}\)) as defined in Eq. (8), are determined. These individual flexibility values for reactions within the same subsystem are then averaged to assess the overall flexibility of that subsystem.

This method provides valuable insights into the behavior of individual reactions within each subsystem. It facilitates the identification of reactions that display high flexibility, enabling them to adapt to varying conditions, as well as reactions that exhibit greater rigidity in their flux. This analysis contributes to a better understanding of how different components within the subsystem interact and contribute to the overall metabolic function.

Gene co-expression network

A gene co-expression network serves as an illustrative framework to depict gene cooperation, relying on the correlation coefficient [31]. This network takes the form of an undirected graph, with nodes symbolizing genes translated from transcriptomic data to genome-scale metabolic model. Connections between nodes signify correlations between pairs of genes. Let \(A\) be an adjacency, a symmetric array. The entries within this matrix quantify the strength of connections between gene pairs. The process of constructing a co-expression network comprises two steps. Firstly, the identification and removal of missing values and outliers are undertaken. Subsequently, the Pearson correlation calculates gene correlations, followed by the application of a thresholding method to transform the correlation matrix into a binary matrix. The determination of a suitable threshold involves the consideration of various factors, including scale-free topology, mean connectivity, and cluster count, as elucidated in [33]. This process of selection entails choosing the threshold that maximizes cluster count while maintaining compliance with the scale-free topology criteria (with an \(R^{2}\) value of at least 0.5). Correlation coefficients falling below a defined threshold are set to zero, while those surpassing the threshold are set to one. This process ensures the generation of a coherent co-expression network.

Predictive accuracy measurement

The predictive accuracy of our algorithm was evaluated using the uncentered Pearson product-moment correlation between the predicted fluxes and the measured fluxes obtained through 13C-metabolic flux analysis. Utilizing uncentered Pearson product moment correlation to compare measured and predicted fluxes serves two primary reasons: overcoming the issue of differing units between predicted and measured fluxes and focusing on capturing the linear relationships between the patterns or trends in the flux data. It is important to note that the correspondence between measured and predicted fluxes is not straightforward due to the intricate interplay of genes, proteins, reactions, and metabolites within a metabolic model. Consequently, a direct one-to-one mapping of predicted to measured fluxes is not applicable.

To address this complexity, we employed both "OR" and "AND" relationships for the reaction fluxes related to the substances and the products of the measured reaction fluxes. There are two possible scenarios for mapping the predicted fluxes to the experimental measurements, as follows:

Case 1: When multiple reaction steps are required to produce the same desired products as the measured reaction flux. This means that to go from the substrates of the actual measured reaction to the products, several intermediate reactions and metabolites need to be involved through various modeled reactions. For instance, if the experiment measures the flux of a true reaction from A to D, but in the metabolic model, going from substrate A to product D involves multiple sequential reactions (A → B, B → C, and then C → D), we used an "AND" relationship to calculate a predicted flux for this measured flux. This calculation involved determining the minimum flux value found in the chain of reactions from A to D within the metabolic model.

Case 2: In situations where multiple reactions involve the same sets of metabolites as those associated with the measured flux, we utilized the total sum of the predicted fluxes in the metabolic model for comparison with the measured fluxes. This established an "OR" relationship among modeled reactions sharing identical substrates and products. For instance, if the experiment measures the flux of reaction A → D, and within the model, there exist three possible reactions that both consume A and produce D, such as A + B → C + D, A → D + E, and A + F → D, to represent the predicted flux for the reaction A → D, we calculated the cumulative sum of the predicted fluxes for these three modeled reactions, which was then compared with the measured flux.

After the conversion and mapping between measured fluxes and predicted fluxes, we measure the predictive accuracy as the similarity between those fluxes is calculated based on the uncentered Pearson product moment correlation, denoted as R, which can be computed as follows:

$$R = \frac{{v_{p}^{T} v_{m} }}{{v_{p} v_{m} }}$$
(9)

where \(v_{p}\) and \(v_{m}\) represent the vectors of predicted and measured fluxes, respectively. The value of this correlation coefficient near + 1 or -1 indicates a strong positive or negative linear relationship between \(v_{p}\) and \(v_{m}\). Conversely, a correlation coefficient close to 0 implies the absence of a linear relationship between the two vectors. For more detailed on the mapping and the calculation can be found in Additional file 1.

Software availability

The proposed method of ICON-GEMs was implemented using MATLAB version 2018a and is available on GitHub at https://github.com/ThummaratPaklao/ICOM-GEMs.git [34]. This program necessitates the use of the COBRA toolbox [35, 36] as well as a quadratic solver provided by Gurobi Optimizer (version 9.0) [37].

Expression datasets and genome-scale metabolic models

We validate and test our ICON-GEMs with the transcriptomic data and genome-scale metabolic models of E. coli and S. cerevisiae.

For E. coli, we utilized the transcriptomic data from the study of Ishii et al. [38],which provided both gene expression and 13C metabolic flux data under the same conditions. This dataset consisted of 8 conditions: wild type E. coli cells cultured at a different growth rate of 0.2, 0.5, and 0.7 per hour, and single gene knockout mutants (pgm, pgi, gapC, zwf and rpe), denoted as DataE1. To assess our method, we employed the latest updated metabolic models of E. coli, namely iML1515 [39]. In our comparative analysis, we also tested the previous models, iAF1260 [40] and iJO1366 [41], to showcase the benefits of using the newest metabolic model in our study.

The datasets of S. cerevisiae were retrieved from the study of Celton et al. [42], denoted as DataS1: four different concentrations of acetoin (0, 100, 200, and 300 mM), providing both the gene expression levels and 13C metabolic flux data under the same four conditions. The latest genome-scale metabolic model of S. cerevisiae, namely Yeast 8.70 [43], was utilized to evaluate our ICON-GEMs while the other S. cerevisiae models, namely iND750 [44] and iMM904 [45], were then used to assess the applicability of our methods.

Furthermore, to illustrate the benefits of applying co-expression networks into a genome-scale metabolic model, we also tried to create other co-expression networks from other expressions, a protein–protein interaction network, a random co-expression network, to incorporate in our ICON-GEMs. The other expression data for E. coli are from the studies of Zhou et al. [34] and Lacroix et al. [35], denoted as DataE2 and DataE3, respectively. For S. cerevisiae, we obtained the data from the studies of Rintala et al. [36] and Anders et al. [37], denoted as DataS2 and DataS3, respectively. More information about these expression datasets can be found in Additional file 2.

The random co-expression network was created by reshuffling edges to maintain the same number of edges and nodes as the original co-expression network. Protein–protein interaction networks were extracted from the String database [46] by selecting only the high confidence interactions having the confidence scores more than 900.

Results

This section presents the results of constructing gene co-expression networks for both E. coli and S. cerevisiae, the predictive accuracy of ICON-GEMs compared to other approaches, applying various network types, subsystem flux flexibilities, and co-founding functional modules.

Analysis of gene co-expression networks of E. coli and S. cerevisiae

The gene co-expression networks for E. coli and S. cerevisiae are established through the mapping of genes from transcriptomic data onto the genes in the genome-scale metabolic model. Measured gene expression data (DataE1 for E. coli and DataS1 for S. cerevisiae) is used to calculate Pearson correlation across various conditions. Subsequently, this Pearson correlation matrix is transformed into a binary matrix using a thresholding method. The selection of an appropriate threshold is determined by considering factors such as scale-free topology, mean connectivity, and the number of clusters.

As depicted in Fig. 2, the gene co-expression network adheres to the principles of scale-free topology at higher threshold values, contrary to the mean connectivity trend. However, constructing a network with a high threshold value results in the removal of substantial network information. Hence, a balance between achieving scale-free topology and maintaining mean connectivity is sought.

Fig. 2
figure 2

The impact of varying thresholds on the construction of gene co-expression networks for E. coli and S. cerevisiae. A The plot of R-squared for scale-free topology with varying thresholds. B The plot of mean connectivity across different thresholds. C The number of clusters within the gene co-expression networks constructed using various thresholds. D The degree distributions of the gene co-expression networks for E. coli with a threshold of 0.91 and for S. cerevisiae with a threshold of 0.94

Furthermore, the determination of the number of clusters, achieved through spectrum clustering [33], plays a role in selecting the optimal threshold value. This selection process involves choosing the threshold that yields the maximum number of clusters while still adhering to the criteria of scale-free topology (with an \(R^{2}\) value not less than 0.5). As mentioned in [33], weaker relationships are likely to connect functionally dissimilar segments of the network. Therefore, increasing the threshold, these segments become less interconnected, leading to an increase in the number of "nearly-disconnected" components. We choose the threshold value that maximizes the count of these components, effectively minimizing the number of edges connecting them. The chosen threshold value and the specifics of generated gene co-expression network are outlined in Table 1. Additionally, the degree distribution of each gene co-expression network is illustrated in Fig. 2(D). The degree distribution of the constructed network conforms to the principles of scale-free topology. The network exhibits a pattern where numerous nodes possess lower degrees, while a smaller number of nodes possess higher degrees.

Table 1 Network properties of the constructed gene co-expression networks of E. coli and S. cerevisiae

Due to the elevated thresholds, connections conveying information about gene relationships are eliminated from the networks. The network’s structure is tailored to accommodate the information quantity and network complexity. Furthermore, the balance of connectivity alongside the data’s reduced complexity is linked to computational efficiency. The bold numbers present the selected thresholds for constructing gene co-expression networks.

Predictive performance

ICON-GEMs’ predictive accuracy is verified by computing the uncentered Pearson product-moment correlation between in silico fluxes and corresponding 13C metabolic flux analysis for both the DC Model and AC model. We benchmark our predictive accuracy against competing methods using the same transcriptomic and fluxomic datasets. Specifically, we compare our results with E-flux [25] and E-flux2 [21], given their utilization of transcriptomic data without thresholds. Additionally, it's worth noting that the E-flux method has previously been compared with other techniques, such as GIMME [23] and iMAT [47], demonstrating superior performance in predicting exometabolomic fluxes [48] or robustness analysis [49]. The predictive accuracy assessment is carried out using transcriptomic and fluxomic data from 8 conditions within the E. coli model for both the DC and AC models as shown in Table 2.

Table 2 Predictive accuracy through the comparison of predicted fluxes and measured fluxes in eight conditions (DataE1) for both the DC and AC models

Notably, our method consistently achieves predictive accuracy exceeding 0.87 in all conditions for the DC model. The average performance for our method in this model is 0.9206, indicating high accuracy. In the AC model, the average performance is 0.6079. While this value may not be exceptionally high, an accuracy around 0.6 denotes a moderate positive correlation between the predicted fluxes and measured fluxes.

The performance of ICON-GEMs in predicting fluxes for four conditions within Yeast 8.70, a multi-compartment genome-scale metabolic model of S. cerevisiae, is shown in Table 3 for both the DC and AC models. The average performance is 0.9689 (standard deviation: 0.0357) for the DC model and 0.6272 (standard deviation: 0.2715) for AC model.

Table 3 Predictive accuracy through the comparison of predicted fluxes and measured fluxes in four conditions (DataS1) for both the DC and AC model

Comparatively, the performance of our method in DC models surpass those of E-flux and E-flux2 across all conditions. For AC models, our method consistently outperforms E-flux and, in some conditions, E-flux2. On average, our method performs better than both E-flux and E-flux2 in both model types. From the results, we deduce that our method excels in the DC models compared to E-flux and E-flux2 methods. In the AC models, our method outperforms E-flux but lags behind E-flux2. Our approach is most suitable for modeling scenarios with known carbon sources.

Furthermore, we visualize the distribution comparison between predicted and measured fluxes in E. coli and S. cerevisiae. Given the absence of units for predicted fluxes, we normalize their magnitudes to enable direct comparison with measured fluxes. The visualization focuses on wildtype at a growth rate of 0.5 per hour for E. coli and an acetoin concentration of 200 mM for S. cerevisiae, which yielded the highest performance.

Figure 3 visually depicts the distribution comparison between predicted and measured fluxes for E. coli and S. cerevisiae. Given the absence of units for predicted fluxes, their magnitudes are normalized for direct comparison with measured fluxes. The comparison is particularly emphasized in the DC models, yielding consistency between predicted and measured fluxes, as evidenced by Fig. 3(A) and (B) for the DC models in E. coli and S. cerevisiae, respectively. However, AC models display inconsistencies between predicted and measured fluxes. The corresponding visualizations for the AC models are available in Fig. 4 (A) and (B), for E. coli and S. cerevisiae, respectively. The x-axis represents measured fluxes while the y-axis represents predicted flux values.

Fig. 3
figure 3

The comparison entails a visual examination of predicted fluxes against measured fluxes. This comparison is conducted within the context of wildtype conditions at a growth rate of 0.5 per hour for E. coli A, and in presence of acetoin at concentration of acetoin 300 mM for S. cerevisiae B in the DC models

Fig. 4
figure 4

The comparison entails a visual examination of predicted fluxes against measured fluxes. This comparison is conducted within the context of wildtype conditions at a growth rate of 0.5 per hour for E. coli A, and in presence of acetoin at concentration of acetoin 300 mM for S. cerevisiae B in the AC models

Capability of flux predictions by ICON-GEMs on previously established models

Before applying our method to a wide range of living organisms, it is important to make sure that our technique works well even with models that are not fully complete. Right now, there are still ongoing efforts to create comprehensive models of the metabolic processes in various organisms. To thoroughly test our method, we use the same kind of data on gene activity and the flow of substances through the cells for organisms whose metabolic models are already established. Specifically, we use our method on the metabolic models of E. coli (iAF1260 [40] and iJO1366 [41]) and S. cerevisiae (iND750 [44] and iMM904 [45]).

The results of this testing on the existing models are shown in Fig. 5(A) and (B). The horizontal axis represents two types of metabolic models: DC and AC models. Figure 5(A) pertains to E. coli, while Fig. 5(B) focuses on S. cerevisiae. The models are grouped into two categories based on whether they are DC or AC models. With in each group, three bars are depicted, corresponding to the oldest, middle, and newest models, which are represented by orange, yellow, and green bars, respectively. On the vertical axis, we display the average similarity between predicted and actual substance flow rates. The lines on top of the bars show how much the values vary.

Fig. 5
figure 5

Comparison of average performances in ICON-GEMs for previous and recent models of E. coli (A) model S. cerevisiae (B)

Regarding E. coli, as shown in Fig. 5A, all DC models produced average performance exceeding 0.8, indicating high levels of accuracy. Similarly, all AC models yielded average performance surpassing 0.5. Notably, the newest model (iML1515) demonstrated the highest performance in both the DC and AC models. Turning to S. cerevisiae, illustrated in Fig. 5B, the earliest model iND750 exhibited the highest average performance in both DC and AC models. The newest model also displayed a notably high average performance. In contrast, the performance for using iMM904 was inferior to that of iND750 and Yeast 8.70 in both the DC and AC models.

Considering our method's capacity to predict flux in incomplete models, it demonstrates effective performance in predicting metabolic fluxes within such contexts. While there may be instances of less accurate results, a predictive performance greater than 0.5 indicates a moderate level of correlation between predicted fluxes and measure fluxes. As shown in the results above, the DC model consistently outperforms the AC model. Therefore, in the subsequent sections, we refine our study by narrowing our focus to the DC model exclusively, and no longer consider both the DC and AC models.

Flexibility of reaction fluxes in subsystems

The integration of condition-specific experimental data into the metabolic system’s constraints leads to a reduction in the solution space and range of reaction fluxes. The flexibility of a reaction is the difference between maximum flux and minimum flux of that reaction as mentioned in the method section. The outcomes of detailing the flexibility of reaction fluxes within each subsystem of E. coli and S. cerevisiae can be found in Figs. 6 and 7. These figures depict heatmaps showcasing the average difference between potential maximum and minimum reaction fluxes for each reaction within a subsystem, normalized to a range of [0,1]. Higher values indicate significant variability in flux through a subsystem while still maintaining a defined value of the objective function in the first stage programming. The findings reveal that the flux flexibility remains consistent with the model that does not consider a gene co-expression network. This suggests that our model can adapt to various scenarios of flux availability and uphold the flux overflows seen in the original model. In essence, incorporating co-expression information, our model offers more precise relative flux values compared to using a single condition.

Fig. 6
figure 6

The heatmap shows average of flexibility of reaction fluxes within various subsystems under eight distinct conditions. These conditions encompass wild-type E. coli growth rates at 0.2 (as reference (RF)), 0.5 (WT0.5), and 0.7 (WT0.7) per hour as well as specific gene deletions (of genes pgm, pgi, gapc, zwf, and rpe)

Fig. 7
figure 7

The heatmap shows average of flexibility of reaction within various subsystems under four distinct conditions. These conditions correspond to different concentrations of acetoin in S. cerevisiae; specifically, at 0 mM (as reference (RF)), 100 mM, 200 mM, and 300 mM

Our method establishes flexible fluxes guided by gene expression values. Despite multiple solutions yielding the same optimal objective value, the flux range remains constrained by gene expression data, ensuring quality solutions. The flexibility level is particularly pronounced in wildtype conditions at a growth rate of 0.7 per hour for E. coli and at an acetoin concentration of 300 mM for S. cerevisiae.

Effect of various biological networks incorporating with genome-scale metabolic models

Since the formulated quadratic programming primarily revolves around an objective function linked to the presence of gene co-occurrence or co-expression within a network, it serves to highlight the advantages of employing a co-expression network over alternative biological networks, such as protein–protein interactions (PPIs). In order to ascertain the efficacy of integrating a gene co-expression network into a metabolic model for more accurate flux distribution outcomes, we accomplish this by substituting a gene co-expression network with various biological networks, including gene co-expression networks from other datasets (DataE1, DataE2, and DataE3) and PPI networks while the conditions of interest remained the same. Additionally, we explore the adaptability of the gene co-expression network by subjecting it to random modifications of edge connections at varying percentages (random networks). The results of integrating different biological networks with the genome-scale metabolic model is presented in Table 4 for E. coli and Table 5 for S. cerevisiae. The random network results were derived from 10 repetitions. The predictions made when utilizing PPI were based on the expression data DataE1 for E. coli and DataS1 for S. cerevisiae.

Table 4 Predictive accuracy when applying various biological networks incorporating with the genome-scale metabolic model in E. coli
Table 5 Predictive accuracy when applying various biological networks incorporating with the genome-scale metabolic model in S. cerevisiae

The results showcasing the integration of gene co-expression networks from alternative datasets (DataE2 and DataE3 for E. coli, DataS2 and DataS3 for S. cerevisiae), in Tables 4 and 5, provide some interesting biological insights. In the case of E. coli, when integrating gene co-expression networks based on DataE2, DataE3, DataS2, DataS3 and PPI networks, the predictive accuracy is weaker compared to the integration of the original gene co-expression network. It is worth mentioning that while DataE2, DataS2 are from microarray data, DataE3 and DataS3 stem from RNA-seq technology.

Furthermore, we subject the gene co-expression network to random edge perturbations at levels of 25%, 50%, 75%, and 100% (random networks) to assess the resilience of ICON-GEMs. The outcomes reveal that at 25%, 50%, and 75%, the flux correlation experiences slight reductions compared to the gene co-expression network due to the relative stability of hub genes. However, at 100%, the altered hub genes lead to a drop in flux correlation compared to the baseline network integration for both E. coli and yeast models.

Impact of various conditions of datasets for gene co-expression network construction

Constructing a gene co-expression matrix is crucial for the method’s performance. To extract gene co-expression relationships, a substantial number of transcriptome datasets from various conditions is necessary. In contrast to tools like GIMME or E-flux, which only require a single-condition transcriptome, ICON-GEM necessitates data from multiple conditions. Performance may vary when the combination or quantity of datasets changes, even if the specific condition of interest remains constant. We assessed the robustness of ICON-GEM by creating gene co-expression networks with various dataset combinations, as shown in Fig. 8 and elaborated in Additional file 3. We conducted this evaluation by integrating each obtained network into the metabolic network under wildtype growth conditions at a rate of 0.5 per hour. The gene co-expression networks were constructed via various numbers of conditions, denoted as N. We observed that when N = 2, all genes in the co-expression network were highly correlated or connected because there were only two data points for calculating Pearson correlation. The number of conditions significantly influences gene relationships. Thus, with N = 2, extracting meaningful information from only two conditions becomes challenging.

Fig. 8
figure 8

The predictive performance for WT at 0.5 per hour varies with the number of conditions (N) used in the gene co-expression construction model

Based on Fig. 8, when N is greater than 2, the performance consistently exceeded 0.88. This suggests a strong relationship between the gene co-expression network and metabolic network integration. Furthermore, as the number of conditions increases, the average performance, measured by the uncentered Pearson product-moment correlation coefficient between predicted and measured fluxes, also increases. These results highlight the robustness and reliability of the integrated gene co-expression network; especially, when utilizing a greater number of conditions.

Concordance between gene co-expression modules and reaction fluxes

Understanding the intricate interplay between gene expression patterns and metabolic activity is crucial for unraveling the regulatory mechanisms within biological systems. In this study, we delve into the relationship between gene co-expression modules and reaction fluxes in the context of the E. coli and Yeast organisms. The initial step involved the application of TOM (Topological Overlap Measure) similarity [50, 51] and hierarchical clustering techniques to the gene co-expression network. By employing TOM similarity, we assessed the topological overlap of gene expression profiles, allowing us to identify genes with similar expression patterns. Hierarchical clustering then facilitated the grouping of these genes into distinct modules, each characterized by a specific set of co-expressed genes.

This clustering process yielded nine discrete modules for E. coli data and six modules for the Yeast data. The list of all modules and their gene members of E. coli and S. cerevisiae can be found in Additional file 4. In each module, we utilized the DAVID tool (Database for Annotation, Visualization, and Integrated Discovery) to identify pertinent terms from Gene Ontology (GO) and Kyoto Encyclopedia of Genes and Genomes (KEGG) pathways. This approach allowed us to pinpoint the most statistically significant GO and KEGG terms within each module. Detailed GO and KEGG enrichment results can be found in Additional file 5. These tables furnish insights into the annotated pathways and biological functions linked to the respective gene modules in each organism.

Subsequently, we sought to examine the concordance between these gene co-expression modules and the reaction fluxes occurring within the metabolic network via the predictions from ICON-GEMs and E-flux method. Reaction fluxes represent the flow of metabolites through metabolic pathways, reflecting the actual functional activity of the network. By analyzing the correspondence between gene modules and reaction fluxes, we gained insights into the alignment of transcriptional patterns with metabolic behavior.

To better understand how the ICON-GEMs incorporate the gene co-expression network onto the metabolic pathway, we illustrate the histidine metabolism and their gene co-expression network, which is found to be enriched in module ME7 for E. coli, as shown in Fig. 9. The red and pink nodes in the figure represent genes within module ME7. The pink nodes correspond to genes associated with enzymes in the histidine metabolism pathway. The others are genes that co-related with the pink nodes in the co-expression network. Totally, there are ten enzymes involved in this pathway and six genes (b2020, b2022, b2023, b2024, b2025, and b2026) found to control the process of this pathway. According to the defined quadratic programming model in ICON-GEMs, the boundaries of these reaction fluxes were not only controlled by the direct transcriptomic expression levels but also by the collaborative gene partners found in co-expression network analysis. Therefore, the regulation for this histidine pathway as shown in Fig. 9 involved with the other genes (red nodes in the figure) in cooperating its own process and some other involved processes based on the co-expression network as well. Our findings reveal intriguing relationships between gene co-expression modules and reaction fluxes, highlighting instances of coordinated regulation where groups of co-expressed genes correspond to specific metabolic pathways. This concordance underscores the significance of transcriptional regulation in influencing metabolic outcomes and suggests potential nodes of regulatory control within the metabolic system.

Fig. 9
figure 9

Histidine metabolism in module ME7 of E. coli to represent the control of the gene co-expression network onto a metabolic process. The pink nodes are genes associated with enzymes in this pathway. The other nodes are genes connected with the pink nodes in the co-expression network

Furthermore, we executed a comparative examination of gene expression data and reaction flux within each module, as illustrated in Fig. 10 for E. coli and Fig. 11 for S. cerevisiae. This visual representation displays a heatmap depicting the normalized averages of gene expression levels and reaction fluxes from our ICON-GEMs and E-flux technique, across the diverse modules. As demonstrated by Figs. 10 and 11, a noticeable alignment emerges between the average metabolic flux and gene expression data within each module. For E. coli and S. cerevisiae model, the heat map of clustering-derived average flux and gene expression values exhibit consistent concordance to our ICON-GEMs results rather than the outcomes of the E-flux method. The incorporation of the gene co-expression network into the metabolic framework significantly bolsters the coherence of average metabolic flux with the corresponding gene expression data within each module. In summary, our investigation sheds light on the interconnectedness of gene expression and metabolic function by examining the congruence between gene co-expression modules and reaction fluxes. This integrative approach not only advances our understanding of the regulatory landscape in E. coli and S. cerevisiae but also provides a framework for dissecting similar relationships in other biological contexts.

Fig. 10
figure 10

The heatmap shows the average of A gene expression and reaction fluxes calculated by B ICON-GEMs and C E-flux method of E. coli in each module. Eight distinct conditions encompass wild-type E. coli growth rates at 0.2 (as reference (RF)), 0.5 (WT0.5), and 0.7 (WT0.7) per hour as well as specific gene deletions (of genes pgm, pgi, gapc, zwf, and rpe)

Fig. 11
figure 11

The heatmap shows the average of A gene expression and reaction fluxes calculated by B ICON-GEMs and C E-flux method of S. cerevisiae in each module. These conditions correspond to different concentrations of acetoin in S. cerevisiae; specifically, at 0 mM (as reference (RF)), 100 mM, 200 mM, and 300 mM

Discussion

The ICON-GEMs present an inclusive strategy to merge co-expression networks with metabolic models, offering a means to uncover functional associations between genes and metabolic pathways. This approach employs quadratic programming with an objective function involving the summation of products of reaction flux pairs corresponding to gene pairs exhibiting high correlations, as indicated by the gene co-expression network.

We evaluated our method using gene expression data and GEMs of E. coli and S. cerevisiae. The results showed that the flux distributions obtained through the quadratic programming approach closely align with the experimental outcomes from 13C metabolic flux analysis under both the DC and AC models. Additionally, our approach exhibited a significant ability to predict flux within earlier GEM models, demonstrating remarkable accuracy in most cases and moderate performance for models with less completion. Moreover, the reaction flexibility for each subsystem in our approach, calculated through flux variability analysis, is consistent with the original results of the model without the gene co-expression network. Finally, our method of adding the gene co-expression clearly demonstrates the natural consistence between gene module clusters and reaction fluxes better than the method of using a single value of gene expression level to regulate fluxes. This directly highlights the benefits of employing a gene co-expression network to regulate metabolic processes.

The main factor in constructing an accurate gene co-expression network involves preparing gene expression profiles and calculating correlation coefficient between gene pairs. The collection of data on gene expression should be driven by the conditions that are of particular interest for study, and these conditions should be selected to effectively reveal the relationships between the genes under investigation. We applied our approach to E. coli and S. cerevisiae, well-studied organisms with relatively accurate models due to their extensive research history. Challenges still persist when applying ICON-GEMs to other organisms, especially those that have not been extensively studied in the context of metabolism. In such cases, there may indeed be a need for additional research to enhance our understanding of their metabolic processes. To calculate the correlation coefficients, we applied Pearson for capturing linear relationships between any two genes. This calculation cannot capture non-linear or more complex relationships. In principle to calculate linear or non-linear correlations, we require more than two data points. Thus, the application of this coefficient for constructing a gene co-expression network requires more than two conditions. Therefore, it is important to note that, unlike methods such as E-flux and GIMME, which rely on a single condition to regulate metabolic flows, our approach, ICON-GEMs, leverages multiple conditions to extract gene relationships. Consequently, to construct a gene co-expression network that better predicts fluxes, ICON-GEMs requires the utilization of more than two conditions. Moreover, with an increase in the number of conditions, there is a corresponding improvement in the average performance.

The transformation of correlation coefficients into a binary adjacency matrix serves to establish the co-expression network. This binary representation simplifies the network structure by focusing on the presence or absence of a relationship between genes. The approach of employing a threshold to determine network edges introduces a critical decision point. The balance between achieving scale-free topology and maintaining mean connectivity determines the network's complexity and information content. This trade-off highlights the intricate nature of biological networks, where both connectivity patterns and global network properties play roles in understanding cellular processes.

ICON-GEMs typically involve sets of gene pairs within a gene network. Therefore, any network type can be used to relate gene relationships to a metabolic network, as demonstrated in the results. It turns out that the gene co-expression network utilizing linear correlation in this study exhibits better performance than the other networks. It remains open to explore the use of non-linear correlations for gene co-expression networks with gene expression data in the future. We also show that the superiority of gene co-expression network over alternative networks like gene co-expression networks with the other data sources, protein–protein interactions (PPIs) in capturing gene relationships, and random networks with the same number of genes and connections, on metabolic flux predictions. Interestingly, ICON-GEMs detected an important result when using the co-expression network generated from related experiments slightly better than the original expression data set. It might be because using the original expression data to build up the co-expression network would provide an overfitting problem to lose some crucial complex relationships among genes. Using co-expression from similar or related experiments would provide more flexibility to detect broader co-partners in metabolic processes. It is a hint for the importance of the era of integrating multi-data set from diverse experimental techniques.

Finally, it is important to acknowledge that our ICON-GEMs involves nonconvex quadratic programming, presenting challenges in terms of processing speed due to its NP-hard nature. However, with advancements in computational technology and storage capacity, it is still feasible to calculate flux solutions for a genome-scale metabolic model with a gene co-expression network in a reasonable timeframe. Nonetheless, ICON-GEMs provide a novel perspective on the interdependencies of reaction fluxes, shedding light on unexplored aspects of cellular metabolism.

Conclusion

Analyzing flux distribution at the condition level holds significant importance across various applications. Conventional enhanced Flux Balance Analysis (FBA) methods typically rely solely on gene expression values, overlooking the intricate gene correlations. In contrast, ICON-GEMs introduces a pioneering computational approach that enables the quantification of flux distribution while concurrently integrating gene co-expression networks. The flux distribution generated by ICON-GEMs closely aligns with experimental findings. Remarkably, ICON-GEMs outperform existing prediction methods, yielding results of heightened accuracy. Notably, this approach unveils insightful metabolic pathways linked to the provided transcriptomic data. Furthermore, ICON-GEMs boasts versatility, as it can be effectively applied to diverse transcriptomic data and various organisms.

Availability of data and materials

All data generated or analyzed in this study can be found in the supplementary information files and/or at GitHub site at https://github.com/ThummaratPaklao/ICOM-GEMs.git

References

  1. Blank LM. Let’s talk about flux or the importance of (intracellular) reaction rates. Microb Biotechnol. 2017;10(1):28–30.

    Article  PubMed  Google Scholar 

  2. Li Z, Wang R-S, Zhang X-S. Two-stage flux balance analysis of metabolic networks for drug target identification. BMC Syst Biol. 2011;5(Suppl1):S11–S11.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Chavali AK, D’Auria KM, Hewlett EL, Pearson RD, Papin JA. A metabolic network approach for the identification and prioritization of antimicrobial drug targets. Trends Microbiol. 2012;20(3):113–23.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Phaiphinit S, Pattaradilokrat S, Lursinsap C, Plaimas K. In silico multiple-targets identification for heme detoxification in the human malaria parasite plasmodium falciparum. Infect Genet Evol. 2016;37:237–44.

    Article  CAS  PubMed  Google Scholar 

  5. Granata I, Troiano E, Sangiovanni M, Guarracino MR. Integration of transcriptomic data in a genome-scale metabolic model to investigate the link between obesity and breast cancer. BMC Bioinformatics. 2019;20(4):162.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Fernie AR, Geigenberger P, Stitt M. Flux an important, but neglected, component of functional genomics. Curr Opin Plant Biol. 2005;8(2):174–82.

    Article  CAS  PubMed  Google Scholar 

  7. Palsson B. In silico biology through “omics.” Nat Biotechnol. 2002;20(7):649–50.

    Article  CAS  PubMed  Google Scholar 

  8. Wiechert W. 13C metabolic flux analysis. Metab Eng. 2001;3(3):195–206.

    Article  CAS  PubMed  Google Scholar 

  9. Zamboni N, Fendt SM, Rühl M, Sauer U. 13C-based metabolic flux analysis. Nat Protoc. 2009;4(6):878–92.

    Article  CAS  PubMed  Google Scholar 

  10. Long CP, Antoniewicz MR. High-resolution 13C metabolic flux analysis. Nat Protoc. 2019;14(10):2856–77.

    Article  CAS  PubMed  Google Scholar 

  11. Edwards JS, Palsson BO. Systems properties of the Haemophilus influenzaeRd metabolic genotype. J Biol Chem. 1999;274(25):17410–6.

    Article  CAS  PubMed  Google Scholar 

  12. Terzer M, Maynard ND, Covert MW, Stelling J. Genome-scale metabolic networks. Wiley Interdiscip Rev Syst Biol Med. 2009;1(3):285–97.

    Article  CAS  PubMed  Google Scholar 

  13. Gu CD, Kim GB, Kim WJ, Kim HU, Lee SY. Current status and applications of genome-scale metabolic models. Genome Biol. 2019;20:1–8.

    Article  Google Scholar 

  14. Orth JD, Thiele I, Palsson BO. What is flux balance analysis? Nat Biotechnol. 2010;28(3):245–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Raman K, Chandra N. Flux balance analysis of biological systems: applications and challenges. Brief Bioinform. 2009;10(4):435–49.

    Article  CAS  PubMed  Google Scholar 

  16. Gianchandani EP, Chavali AK, Papin JA. The application of flux balance analysis in systems biology. Wiley Interdiscip Rev Syst Biol Med. 2010;2(3):372–82.

    Article  CAS  PubMed  Google Scholar 

  17. Lewis NE, Nagarajan H, Palsson BO. Constraining the metabolic genotype-phenotype relationship using a phylogeny of in silico methods. Nat Rev Microbiol. 2012;10(4):291–305.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Covert MW, Knight EM, Reed JL, Herrgard MJ, Palsson BO. Integrating high-throughput and computational data elucidates bacterial networks. Nature. 2004;429(6987):92–6.

    Article  CAS  PubMed  Google Scholar 

  19. Akesson M, Förster J, Nielsen J. Integration of gene expression data into genome-scale metabolic models. Metab Eng. 2004;6(4):285–93.

    Article  CAS  PubMed  Google Scholar 

  20. Blazier AS, Papin JA. Integration of expression data in genome-scale metabolic network reconstructions. Front Physiol. 2012;3:299.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Kim MK, Lane A, Kelley JJ, Lun DS. E-Flux2 and SPOT: validated methods for inferring intracellular metabolic flux distributions from transcriptomic data. PLoS ONE. 2016;11(6):e0157101.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Jensen PA, Lutz KA, Papin JA. TIGER: Toolbox for integrating genome-scale metabolic models, expression data, and transcriptional regulatory networks. BMC Syst Biol. 2011;5(1):147.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Becker SA, Palsson BO. Context-specific metabolic networks are consistent with experiments. Plos Comput Biol. 2008;4(5):e1000082.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Jensen PA, Papin JA. Functional integration of a metabolic network model and expression data without arbitrary thresholding. Bioinformatics. 2011;27(4):541–7.

    Article  CAS  PubMed  Google Scholar 

  25. Colijn C, Brandes A, Zucker J, Lun DS, Weiner B, Farhat MR, Cheng T-Y, Moody DB, Murray M, Galagan JE. Interpreting expression data with metabolic flux models: predicting mycobacterium tuberculosis mycolic acid production. PLoS Comput Biol. 2009;5(8):e1000489.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Tian M, Reed JL. Integrating proteomic or transcriptomic data into metabolic models using linear bound flux balance analysis. Bioinformatics. 2018;34(22):3882–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Salvy P, Hatzimanikatis V. The ETFL formulation allows multi-omics integration in thermodynamics-compliant metabolism and expression models. Nat Commun. 2020;11(1):30.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  28. Pandey V, Hadadi N, Hatzimanikatis V. Enhanced flux prediction by integrating relative expression and relative metabolite abundance into thermodynamically consistent metabolic models. PLoS Comput Biol. 2019;15(5):e1007036.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  29. Ravi S, Gunawan R. ΔFBA—predicting metabolic flux alterations using genome-scale metabolic models and differential transcriptomic data. PLoS Comput Biol. 2021;17(11):e1009589.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  30. Motamedian E, Mohammadi M, Shojaosadati SA, Heydari M. TRFBA: an algorithm to integrate genome-scale metabolic and transcriptional regulatory networks with incorporation of expression data. Bioinformatics. 2017;33(7):1057–63.

    Article  CAS  PubMed  Google Scholar 

  31. Zhang B, Horvath S. A general framework for weighted gene co-expression network analysis. Stat Appl Genet Mol Biol 2005;4:Article17.

  32. Gudmundsson S, Thiele I. Computationally efficient flux variability analysis. Bmc Bioinform. 2010;11:1–3.

    Article  Google Scholar 

  33. Perkins AD, Langston MA. Threshold selection in gene co-expression networks using spectral graph theory techniques. BMC Bioinformatics. 2009;10(11):S4.

    Article  PubMed  PubMed Central  Google Scholar 

  34. ICOM-GEMs [https://github.com/ThummaratPaklao/ICOM-GEMs.git].

  35. Vlassis N, Pacheco MP, Sauter T. Fast reconstruction of compact context-specific metabolic network models. PLoS Comput Biol. 2014;10(1):e1003424.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Heirendt L, Arreckx S, Pfau T, Mendoza SN, Richelle A, Heinken A, Haraldsdóttir HS, Wachowiak J, Keating SM, Vlasov V, et al. Creation and analysis of biochemical constraint-based models using the COBRA Toolbox v.3.0. Nat Protoc. 2019;14(3):639–702.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  37. Gurobi Optimization, LLC. Gurobi Optimizer Reference Manual, 2023 [https://www.gurobi.com].

  38. Ishii N, Nakahigashi K, Baba T, Robert M, Soga T, Kanai A, Hirasawa T, Naba M, Hirai K, Hoque A, et al. Multiple high-throughput analyses monitor the response of E-coli to perturbations. Science. 2007;316(5824):593–7.

    Article  CAS  PubMed  Google Scholar 

  39. Monk JM, Lloyd CJ, Brunk E, Mih N, Sastry A, King Z, Takeuchi R, Nomura W, Zhang Z, Mori H, et al. iML1515, a knowledgebase that computes Escherichia coli traits. Nat Biotechnol. 2017;35(10):904–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  40. Feist AM, Henry CS, Reed JL, Krummenacker M, Joyce AR, Karp PD, Broadbelt LJ, Hatzimanikatis V, Palsson BØ. A genome-scale metabolic reconstruction for Escherichia coli K-12 MG1655 that accounts for 1260 ORFs and thermodynamic information. Mol Syst Biol. 2007;3(1):121.

    Article  PubMed  PubMed Central  Google Scholar 

  41. Orth JD, Conrad TM, Na J, Lerman JA, Nam H, Feist AM, Palsson BØ. A comprehensive genome-scale reconstruction of Escherichia coli metabolism—2011. Mol Syst Biol. 2011;7(1):535.

    Article  PubMed  PubMed Central  Google Scholar 

  42. Celton M, Sanchez I, Goelzer A, Fromion V, Camarasa C, Dequin S. A comparative transcriptomic, fluxomic and metabolomic analysis of the response of Saccharomyces cerevisiae to increases in NADPH oxidation. BMC Genomics. 2012;13(1):1–4.

    Article  Google Scholar 

  43. Lu H, Li F, Sánchez BJ, Zhu Z, Li G, Domenzain I, Marcišauskas S, Anton PM, Lappa D, Lieven C, et al. A consensus S. cerevisiae metabolic model Yeast8 and its ecosystem for comprehensively probing cellular metabolism. Nat Commun. 2019;10(1):3586.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  44. Duarte NC, Herrgård MJ, Palsson BØ. Reconstruction and validation of Saccharomyces cerevisiae iND750, a fully compartmentalized genome-scale metabolic model. Genome Res. 2004;14(7):1298–309.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  45. Mo ML, Palsson BO, Herrgård MJ. Connecting extracellular metabolomic measurements to intracellular flux states in yeast. BMC Syst Biol. 2009;3:37.

    Article  PubMed  PubMed Central  Google Scholar 

  46. Szklarczyk D, Franceschini A, Wyder S, Forslund K, Heller D, Huerta-Cepas J, Simonovic M, Roth A, Santos A, Tsafou KP, Kuhn M. STRING v10: protein–protein interaction networks, integrated over the tree of life. Nucleic Acids Res. 2015;43(D1):D447–52.

    Article  CAS  PubMed  Google Scholar 

  47. Shlomi T, Cabili MN, Herrgård MJ, Palsson B, Ruppin E. Network-based prediction of human tissue-specific metabolism. Nat Biotechnol. 2008;26(9):1003–10.

    Article  CAS  PubMed  Google Scholar 

  48. Lee D, Smallbone K, Dunn WB, Murabito E, Winder CL, Kell DB, Mendes P, Swainston N. Improving metabolic flux predictions using absolute gene expression data. BMC Syst Biol. 2012;6:73.

    Article  PubMed  PubMed Central  Google Scholar 

  49. Machado D, Herrgård M. Systematic evaluation of methods for integration of transcriptomic data into constraint-based models of metabolism. PLoS Comput Biol. 2014;10(4):e1003580.

    Article  PubMed  PubMed Central  Google Scholar 

  50. Li A, Horvath S. Network neighborhood analysis with the multi-node topological overlap measure. Bioinformatics. 2007;23(2):222–31.

    Article  PubMed  Google Scholar 

  51. Li A, Horvath S. Network module detection: affinity search technique with the multi-node topological overlap measure. BMC Res Notes. 2009;2:142.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

Thank you to NSRF and KMUTNB for funding this work and thank you to the Applied Mathematics and Computer Science program in the Faculty of Science at Chulalongkorn University, as well as the Bioinformatics and Computational Biology program at the Graduate School, Chulalongkorn University, for their support in facilitating the computational environment and the discussion in this work. Thummarat Paklao received support from the Science Achievement Scholarship of Thailand (SAST) while working on this study.

Funding

This research was funded by National Science, Research and Innovation Fund (NSRF), and King Mongkut’s University of Technology North Bangkok with Contract no. KMUTNB-FF-66–08.

Author information

Authors and Affiliations

Authors

Contributions

Conceptualization: TP, AS, and KP; Methodology: TP, AS, and KP; Software: TP; Validation: TP, AS, and KP; Formal analysis: TP, AS, and KP; Data curation: TP; Writing—original draft preparation: TP; Writing—review and editing: TP, AS, and KP; Visualization: TP and KP; funding acquisition: AS; Supervision: AS and KP. All authors have read and agreed to the published version of the manuscript.

Corresponding author

Correspondence to Kitiporn Plaimas.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1.

 The Formulation Details of ICON-GEMs.

Additional file 2.

 Details of Transcriptomic, Fluxomic, and Metabolic Model Datasets.

Additional file 3.

 The properties of the gene co-expression network across different numbers of conditions.

Additional file 4.

 The list of all modules and their gene members in E. coli and S. cerevisiae.

Additional file 5.

 The detailed results of Gene Ontology (GO) and KEGG pathway enrichment analysis.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Paklao, T., Suratanee, A. & Plaimas, K. ICON-GEMs: integration of co-expression network in genome-scale metabolic models, shedding light through systems biology. BMC Bioinformatics 24, 492 (2023). https://doi.org/10.1186/s12859-023-05599-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-023-05599-0

Keyword