Skip to main content

Network inference through synergistic subnetwork evolution

Abstract

Study of signaling networks is important for a better understanding of cell behaviors e.g., growth, differentiation, metabolism, proptosis, and gaining deeper insights into the molecular mechanisms of complex diseases. While there have been many successes in developing computational approaches for identifying potential genes and proteins involved in cell signaling, new methods are needed for identifying network structures that depict underlying signal cascading mechanisms. In this paper, we propose a new computational approach for inferring signaling network structures from overlapping gene sets related to the networks. In the proposed approach, a signaling network is represented as a directed graph and is viewed as a union of many active paths representing linear and overlapping chains of signal cascading activities in the network. Gene sets represent the sets of genes participating in active paths without prior knowledge of the order in which genes occur within each path. From a compendium of unordered gene sets, the proposed algorithm reconstructs the underlying network structure through evolution of synergistic active paths. In our context, the extent of edge overlapping among active paths is used to define the synergy present in a network. We evaluated the performance of the proposed algorithm in terms of its convergence and recovering true active paths by utilizing four gene set compendiums derived from the KEGG database. Evaluation of results demonstrate the ability of the algorithm in reconstructing the underlying networks with high accuracy and precision.

1 Introduction

Inference of signaling networks is critical for deciphering regulatory relationships in living cells and gaining deeper insights into the molecular mechanisms of complex diseases. A signaling network comprises of a complex web of signaling cascades triggered by the binding of external ligands to the transmembrane receptors. Signaling cascades involve a sequential activation of signaling molecules within the cell to lead to a biological end-point function [1]. Computational systems biology approaches serve as a primary mean to understand such complicated wiring of biomolecular interaction and regulation mechanisms. Several approaches have been proposed in the past for inferring these mechanisms including Bayesian networks [2, 3], Boolean or probabilistic Boolean networks [46], mutual information networks [79], Gaussian graphical models [10, 11] and others [1216].

One of the earliest network discovery approaches was the so-called relevance networks reconstructed based on pairwise gene expression similarities [1719]. Commonly used similarity metrics include correlation coefficient [18, 19], partial correlation [10, 17], and mutual information [7, 20]. These approaches permit reconstructing large-scale networks. However, they focus on discovery of local network structures in a pairwise manner, ignoring global, and many-to-many dependencies among genes. Gaussian graphical models and other approaches attempt to infer a global network structure by calculating a full-order partial correlation, i.e., a pairwise feature correlation excluding all other features [10, 11]. However, this approach only discovers one-to-one gene relationships, and the performance is significantly limited for high dimensional data, where the number of genes is larger than the number of samples.

Compared with pairwise similarity based network discovery methods, Bayesian network approaches are more powerful since they consider many-to-one gene dependencies [2, 3, 21]. Numerous strategies for network scoring and searching have been proposed, such as Bayesian Dirichlet (BD) [22], K2 [23] and MCMC [24]. These approaches have stimulated network discoveries across many scientific disciplines. Nevertheless, an important caveat is that the Bayesian networks infer a statistical causal network of genes and not necessarily the physical network structures per se. For high dimensional data (e.g., biological signaling networks with hundreds of genes), network structure discovery using Bayesian network approaches present a computationally daunting task. In order to keep the computation tractable, the size of the parent gene set is often limited to three. Therefore, the reconstructed networks can fail to reveal the genuine many-to-one regulatory relationships. Network reconstruction from gene sets has emerged as an attractive alternative by accommodating many-to-many gene relationships. Note that the number of gene sets is usually much lower than that of the genes due to the overlaps among gene sets. In addition, using gene sets automatically accounts for the many-to-many gene dependency. Recent publications have demonstrated the promising potential of gene set based approaches (e.g., [2527]). These network discovery approaches take gene sets as the direct structural information emitted from the underlying network, and infer the structure using computational approaches.

There are two major aspects related to a reliable inference of signaling network topologies. First is the identification of the group of molecules involved in a signaling network, and the second aspect is associated with the inference of the network among the molecules involved in signal cascading activities. While there have been many successes in developing computational approaches for identifying potential genes and proteins involved in cell signaling [28, 29], new methods are needed for identifying network structures that depict underlying signal cascading mechanisms. Besides few exceptions [25, 26, 30, 31] most of the existing network inference approaches center around statistical causal interactions and pairwise similarities without explicit consideration of signal cascading activities within their frameworks. Although many annotated signaling pathways and tools for their analysis have become available in recent years [3237], our current knowledge about signaling mechanisms is still very limited. Existing networks may not necessarily present a complete picture of the the underlying signal cascading activities. Moreover, pathway structures available in public domains are often generic, while scientists may particularly be interested in understanding context-specific signaling networks. Clearly, there is a need for new computational approaches for inferring signaling network structures.

We attempt to address the issues raised above by proposing a new genetic algorithm (GA) [3840] based approach for inferring signaling network structures from overlapping gene sets related to the networks. The novelty of the proposed approach lies in inferring the underlying signaling network structure through evolution of synergistic subnetworks. We begin with analyzing the structure of a signaling network. A signaling network can be represented as a directed graph and can be viewed as a union of several directed and overlapping chains of signaling cascades, which we refer to as active paths. Indeed, active subnetworks have been defined as connected sets of genes with very high differential expression levels [41]. Under the above hypothesis, the true signaling network can be constructed by assembling the active paths into one unit. In other words, active paths can be treated as the basic building blocks of the underlying network. The extent of edge overlapping among active paths facilitates the network construction and can be viewed as synergy present among the paths. We propose to infer the underlying active paths and the signaling network from observed gene sets corresponding to active paths. More specifically, gene sets represent the sets of genes participating in active paths without prior knowledge of the order in which genes occur within each path. Thus, an active path and the corresponding gene set carry the same set of genes, however, the directionality information or the arrangement of genes within active paths is unavailable in the case of gene sets. From a compendium of unordered gene sets, GA reconstructs the underlying network structure through evolution of synergistic active paths. In the proposed approach, synergy among active paths is quantified by treating gene sets as random samples from a first order Markov chain model.

The primary motivation for developing a genetic algorithm approach is twofold. First, the exhaustive enumeration of all candidate network structures to locate the true network may be computationally challenging. Indeed, a total of \(\prod _{i=1}^{m}L!\) network structures can be constructed from m gene sets of lengths L, which may be a very large candidate pool even when the values of m and L are not high. And second, genetic algorithm may be more advantageous compared to previously proposed sampling or search strategies [25, 26] in terms of its ability to avoid being trapped in local solution since it works with a population of solutions at each generation instead of a single solution. As a result, we translate our goal of signaling network inference into a maximization problem and devise a genetic algorithm based search scheme to locate the structure with the maximum synergy among active paths (the true network).

GA is a population based search strategy that utilizes “survival of the fittest mechanism” [3840]. In the present context, the search space for GA or feasible set is defined as the set of all signaling network structures possessing the same degree distribution as the true network, where the true network has the maximum ‘fitness’ (synergy among active paths) in the feasible set. The algorithm starts with an initial population of signaling network structures from the feasible set. In GA, members of the feasible set (candidate signaling networks) are encoded as strings of symbols of equal lengths and are called chromosomes. We encode a candidate signaling network by assigning labels to the underlying active paths. GA proceeds iteratively, where a new population is created from the current population through formation of Mating Pool, which involves selection of parent chromosomes for creating next generation using a tournament scheme, and operations referred to as cross-over, where active paths are exchanged between two candidate networks, and mutation which involves gene ordering permutation within active paths. At each generation, GA aims to create a population with average fitness value which is higher than the one for the previous population. With evolution of better populations of signaling networks, the proposed GA aims to recover the true network possessing the maximum synergy among subnetworks or maximum fitness score.

We evaluated the performance of GA using four gene set compendiums sampled from four signaling network structures available from the KEGG database [42]. The evaluations were performed in terms of convergence trends, subnetwork evolution, and the ability of genetic algorithm in recovering the underlying active paths and networks. We also compared the performance of genetic algorithm with previously proposed simulated annealing approach [25] due to the similarities in the underlying assumptions in the two approaches. Genetic algorithm demonstrated higher precision and F-score values compared to simulated annealing for the same number of generations or samples used in the two approaches.

2 Inference of signaling networks as a maximization problem

We formulate the problem of inferring a signaling network structure from gene sets related to the network as a maximization problem. A gene set is defined as a set of genes participating in a specific active path in the underlying signaling network. We assume a linear arrangement of genes within an active path, whereas the ordering information is assumed to be unavailable in the case of gene sets. Throughout, we denote a gene set by X i and an active path by (X i ,Θ i ), where Θ i represents an instantiation of gene orderings in X i , i=1,…,m. The length of X i is defined as the number of genes present in X i and is denoted by L i . The notations \(\overline X\) and \((\overline X, \overline \Theta)\) are used to represent the given gene set compendium and the underlying signaling network structure, respectively, where \(\overline X = (X_{1},\ldots,X_{m})\) and \(\overline \Theta = (\Theta _{1},\ldots,\Theta _{m})\). A signaling network \((\overline X, \overline \Theta)\) is constructed by assembling the underlying active paths (X i ,Θ i ), i=1,…,m.

Since L i ! different gene orderings are possible for the gene set X i , a total of \(\prod _{i=1}^{m}L_{i}!\) different network structures can be constructed from the gene set compendium \(\overline X\). It may be computationally challenging to exhaustively enumerate all \(\prod _{i=1}^{m}L_{i}!\) structures and identify the true structure even when the values of L i and m are not large. To address this challenge, we formulate the inference of signaling networks from gene sets as a maximization problem and utilize a search strategy to locate the true structure in the search space, where the true structure receives the highest score among all candidate structures. The maximization problem is formulated as:

$$\begin{array}{@{}rcl@{}} \max_{(\overline X,\overline \Theta) \in \mathcal F_{\overline X}} f(\overline {X},\overline \Theta) \end{array} $$
((1))

where f represents the score of a candidate network \((\overline {X},\overline \Theta)\) and \(\mathcal F_{\overline X}\) stands for the set of feasible networks. In the next section, we define the search space as well as the scoring function and propose a genetic algorithm (GA) based approach to locate the true network structure.

3 A genetic algorithm based search strategy

3.1 The search space for GA

To avoid random networks from consideration, we define the search space or the feasible set for GA using network structures which possess the degree distribution of the underlying network. Since we treat active paths as the basic building blocks of the underlying network, the feasible set can be defined by the networks which are obtained by fixing the pair of terminal genes and permuting the order of intermediate genes in the true active paths. This is because, the incoming and outgoing degrees of the intermediate genes in each active path is 1 which does not get affected even when these nodes are randomly permuted. This results in a feasible set \(\mathcal F_{\overline X}\) of size \(\prod _{i=1}^{m} (L_{i}-2)!\) for GA where all network structure share the same degree distribution as the true network [25]. Throughout, we refer to the members of a feasible set as “feasible networks”. Biologically, in a signal transduction cascade, terminal genes are easier to determine and are usually available as biological prior knowledge. For instance, the starting node is usually a transmembrane protein, which triggers and transmits signaling cascades. The ending node is usually a transcription factor, which is to turn on/off transcription. Both terminal genes can be recognized by their functional annotations, and use of this prior knowledge can greatly increase the chance of arriving at a global optimal signaling network.

3.2 The representation scheme

We encode each candidate structure in \(\mathcal F_{\overline X}\) as a chromosome. The encoding is performed in three steps: (1) enumerating the possible orderings associated with each gene set X i , i=1,…,m individually, (2) assigning a label to each ordering (active paths), and (3) concatenating the labels of the active paths which define the given signaling network.

3.3 Capturing the synergy among subnetworks

Since we consider a signaling network as a union of active paths, it is necessary to capture the synergy among the active paths in the candidate networks to facilitate the search for the true structure. To achieve this goal, we treat gene sets as random samples from a first order Markov chain model and estimate the two model parameters, initial probability vector p 0 and transition probability matrix Π, as \(p_{0} = (\frac {c_{1}}{m},\ldots,\frac {c_{n}}{m})\) and Π=[p jk ] n×n , where m is the number of active paths, n is the number of distinct genes among the active paths, c i is the number of times i th gene appears as the first node among m active paths, i=1,…,n, \(p_{\textit {jk}} = c_{\textit {jk}}/\sum _{k=1}^{n} c_{\textit {jk}}\), j,k=1,…,n, and c jk is the number of times j th gene transits to k th gene among m active paths. The matrix Π captures the edge overlapping information in the given network which defines the synergy among the active paths. The above parameters have also been used in the gene set based approaches proposed in [25, 26].

3.4 Scoring the fitness of a signaling network or the synergy among subnetworks

We utilize the following scoring function to measure the fitness of a candidate signaling network \((\overline X,\overline \Theta)\):

$$\begin{array}{*{20}l} f(\overline X,\overline \Theta)~&=~\log (\mathcal L(\overline X,\overline \Theta))~=~\log\left(\prod_{i=1}^{m} \mathcal \ell(X_{i},\Theta_{i})\right)\\ &=~\sum_{i=1}^{m} \log \mathcal \ell(X_{i},\Theta_{i}), \end{array} $$
((2))

where (X i ,Θ i ) and \(\mathcal L(\overline X,\overline \Theta)\) represent the likelihood of the active path (X i ,Θ i ) and the signaling network \((\overline X,\overline \Theta)\), respectively, and \(\mathcal L(\overline X,\overline \Theta)~=~\prod _{i=1}^{m} \mathcal \ell (X_{i},\Theta _{i})\). The likelihood (X i ,Θ i ) is calculated using the Markov chain parameters defined above. For instance, the likelihood of an active path \(a\rightarrow b \rightarrow c \rightarrow d\) is calculated as p 0(ap ab ×p bc ×p cd . From Eq. 2, the problem of searching for the network with the maximum fitness score becomes equivalent to the problem of finding the network with the maximum likelihood in the search space.

3.5 Mating pool

From a given population P (k) of chromosomes, we create a mating pool M (k) by utilizing a tournament scheme. The pool is generated by randomly selecting a pair of chromosomes and placing the chromosome with better fitness value into the pool. If the size of the population is s, the tournament is repeated s times.

3.6 Cross-over

In cross-over, we randomly select certain pairs of parent chromosomes from the mating pool and exchange a pre-specified number of active paths between them. It is ensured that the active paths which are exchanged between the parents correspond to the same gene sets in the two chromosomes.

3.7 Mutation

The mutation operation is performed by considering each chromosome in M (k) and randomly permuting the ordering of intermediate genes in each of the m active paths with a very small probability by keeping the terminal genes fixed.

3.8 Elitism

The mating pool M (k) obtained after applying cross-over and mutation operations represents the new population or generation P (k+1). However, we can further restrict a pre-specified proportion of chromosomes with the highest fitness values in the current population to transfer to the next population without going through cross-over or mutation. We refer to this scheme as elitism.

GA iteratively repeats the above steps until a specified number of generations is reached. This approach has been presented in Algorithm 1.

4 Results

4.1 Datasets

We evaluated the performance of GA in inferring the true active paths and networks by utilizing four gene set compendiums derived from four different signaling pathway structures in the KEGG database [42]. The KEGG pathways used in our study are Wnt signaling pathway (hsa04310), axon guidance pathway (hsa04360), leukocyte transendothelial migration pathway (hsa04670), and dilated cardiomyopathy pathway (hsa05414). We utilized the path sampling algorithm proposed in [25] for sampling true active paths from each of the four network structures individually. For deriving gene sets corresponding to the active paths, we randomly permuted the ordering of genes within each active path by keeping the pair of end nodes fixed. This resulted in four gene set compendiums comprising of different numbers and lengths of gene sets which served as input for evaluating the performance of the proposed algorithm. Within each compendium, we only considered gene sets comprising of a minimum of four genes since the gene sets of lengths two or three represent true active paths. We applied GA on each of the four compendiums to infer the true active paths corresponding to the gene sets. The active paths inferred by GA were assembled to reconstruct the underlying subnetwork and network structures. The true subnetworks and networks were constructed by assembling the true active paths. A description of the above datasets is presented in Table 1.

Table 1 Description of the datasets

4.2 Performance evaluation

4.2.1 Fitness of the true signaling networks vs. other feasible networks

We performed an evaluation to show that the true signaling networks have the highest fitness score in the feasible set of network structures by utilizing an empirical statistical test. For each of the four networks, we randomly selected 1000 feasible structures and computed an empirical P value M/1000, where M represents the number of networks with fitness score higher than that of the true structure. We observed that the empirical P values corresponding to the true network structures were always zero. We also repeated the above test on four randomly selected feasible networks, one from each of the four search spaces. In this case, the empirical P values varied between 0 and 1. This experiment justified the choice of the fitness function used within the proposed algorithm (See Table 2).

Table 2 Empirical P values of the true signaling networks and other feasible networks

4.2.2 Convergence performance of GA

Using each of the four datasets, we examined the convergence performance of GA in recovering the true network structures. As the current population of chromosomes evolves into a better population within the framework of GA, we expected to observe an increasing trend in the fitness score of the best inferred structure at each generation as well as an increasing trend in the average fitness score of the structures in a population with increasing number of generations. Throughout, we evaluated the performance of GA by fixing the algorithm parameters at s=50, p C =0.25, p M =0.01, p E =0.25, c N =1, and J=1000. The parameter values were chosen based on the observations from different experiments. For instance, a small population size may not lead to a satisfactory solution while a large population size may increase the computational time. The population size 50 was chosen to achieve a balance between the two factors. The performance of the algorithm was measured in five independent runs. We present the average performance of the algorithm in the figures. In Fig. 1, we present the fitness scores of the best inferred network and the average fitness score of the population at each generation index for the four networks. In each case, we clearly observe an increasing trend in the scores with increase in the number of generations.

Fig. 1
figure 1

Convergence trend of genetic algorithm for Networks 1−4. Here, the black curve represents the fitness score of the best network discovered at the corresponding generation index, whereas the red curve represents the average fitness score of the population at the corresponding generation index

We further evaluated the performance of GA in recovering the true active paths with the chosen set of parameters. Figure 2 demonstrates this performance in terms of the proportion of the true active paths in the best inferred network at a given generation index for the four datasets. We observed that >79 % of the true active paths are successfully recovered by the algorithm at the end of 1000 generations for each network, whereas the proportions are ≥90 % in case of Networks 2 and 3.

Fig. 2
figure 2

Performance of genetic algorithm in recovering true active paths. Here, each curve corresponds to a specific network and represents the proportion of true active paths inferred by GA at a given generation index. For Networks 1–4, the proportions of true active paths successfully recovered at the end of 1000 generations are 84, 90, 94, and 79 %, respectively

4.2.3 Synergy among the subnetworks

It is important to note that the proposed algorithm infers the true network structure by considering active paths as the basic building blocks of the network. For recovering the true underlying structure, the ordering of genes within the gene sets in the given compendium is updated over generations through formation of mating pool and operations such as cross-over and mutation. At any given generation, the fitness of a network structure relies on the synergy (overlapping) among the underlying active paths inferred at that stage. With the creation of a new generation, it is possible that certain active paths become more synergistic to each other and result in an overall better network with better fitness value, however, the likelihood scores of some of the underlying active paths and subnetworks formed by these active paths are either increased or decreased. In other words, the likelihood score of a randomly selected subset of active paths, which corresponds to a subnetwork, does not necessarily demonstrate an increasing trend with increasing number of generations as in the case of networks in Fig. 1. As the algorithm approaches towards convergence, the synergy among the active paths increases and in the case of global convergence, the synergy among the active paths is highest in the inferred network, i.e., the fitness of the active paths and hence the subnetworks formed by the active paths is the highest among all generations. In the context of genetic selection for animals resistant to certain diseases, if we treat each of the true active paths as a disease resistant trait and if the selection is performed for animals with these traits, it is not necessary that the selection will lead to perfect population in the next generation.

We illustrate the above characteristic of GA in Fig. 3. From each of the four datasets, we randomly selected a gene set and tracked the fitness score of the active path formed by the genes in the gene set in the best network available at Generation Index 1,…,1000. For Networks 1−4, we denote the underlying true active paths by Subnetworks i 1, where i=1,2,3,4. We further included four randomly selected gene sets from each of the datasets in our experiments and tracked the fitness scores of the subnetworks formed by combining five active paths in the best networks discovered at Generation Index 1,…,1000. In this case, the underlying true subnetworks are denoted by Subnetwork i 2, where i=1,2,3,4. We repeated the above procedure to track the fitness of subnetworks formed by 10, 15, and 20 active paths, which we denote by Subnetwork i j , where j=3,4,5, and i=1,2,3,4. Figure 3, represent the likelihood scores of the above subnetworks of Network 1 over 1000 generations. It is evident from the plots that the discovery of Subnetworks i j , for i=1,…,4, j=1,…,5, does not necessarily follow the smooth increasing trend in the fitness score (Subplots 1–5) as in the case of Networks 1 (Subplot 6). Different subnetwork structures are explored at each generation to discover the network with an overall better synergy among the active paths.

Fig. 3
figure 3

Fitness scores of the structures corresponding to 1, 5, 10, 15, and 20 gene sets (Subplots 1–5) as well as all gene sets corresponding to Network 1 (Subplot 6) over 1000 generations. The best network available at each generation index was used in calculating the fitness scores

In Figs. 4, 5, and 6, we present the evolution of subnetwork structures in Network 3 (Leukocyte transendothelial migration pathway) formed by considering 1, 5, and 10 gene sets, respectively, at different generation indices. Figure 7 represents the true network structure and the structure predicted by GA.

Fig. 4
figure 4

Evolution of a subnetwork corresponding to a randomly selected gene set in the case of Leukocyte transendothelial migration pathway. Solid edges with solid arrows represent true positives and dashed edges with solid arrows correspond to false positives

Fig. 5
figure 5

Evolution of a subnetwork corresponding to five gene sets in the case of Leukocyte transendothelial migration pathway. Solid edges with solid arrows represent true positives and dashed edges with solid arrows correspond to false positives

Fig. 6
figure 6

Evolution of a subnetwork corresponding to ten gene sets in the case of Leukocyte transendothelial migration pathway. Solid edges with solid arrows represent true positives and dashed edges with solid arrows correspond to false positives

Fig. 7
figure 7

The signaling network structure predicted by GA (upper) and the true underlying structure (lower) in the case of Leukocyte transendothelial migration pathway. Solid edges with solid arrows represent true positives and dashed edges with solid arrows correspond to false positives

4.2.4 Comparison of GA with simulated annealing approach

We compared the performance of GA with the simulated annealing (SA) approach proposed in [25] due to the similarities in the underlying assumptions in the two approaches. The performances were compared in terms of the Precision, which is defined as the proportion of true positives among all predicted edges, and F-score, which is defined as 2p r/(p+r), where p and r represent precision and recall, respectively. The best networks inferred at the end of 1000 generations/samplings were used in the comparison. In the case of SA, the cooling schedule constant was fixed at 10 [25]. Results from these comparisons are presented in Fig. 8. For each of the four networks, we observed a higher F-score and Precision in the case of GA. Note that GA requires more computational time than SA at each iteration since it performs multiple operations to create a new population. On the other hand, SA is based on drawing a random sample and accepting or rejecting it with certain probability which is much faster to perform. However, the results reported here, for an independent run of GA, were obtained in less than 30 min using a standard desktop machine.

Fig. 8
figure 8

Performance comparison of GA and SA in terms of Precision (left) and F-score (right)

5 Conclusions

In this paper, we proposed a new genetic algorithm (GA) based approach to reconstruct signaling network structures from gene set compendiums related to the networks. We represented a signaling network structure as a union of overlapping active paths and utilized GA to infer the underlying structure from unordered gene sets corresponding to the paths. The novelty of the proposed approach lies in the inference of the underlying structure through evolution of synergistic subnetworks. In the proposed approach, gene sets were treated as random samples from a first order Markov chain model which allowed us to quantify the synergy among the subnetworks in the evolutionary process. Performance of GA in terms of convergence and recovering the true active paths as well as the network structures was evaluated using four gene set compendiums derived from the KEGG database. Our evaluations demonstrate that GA can predict the underlying network structures with high precision and F-score values. In future studies, the proposed method can be integrated with the approaches for discovering pathways from big molecular profiling datasets to derive novel signaling network topologies and constructing context-specific signaling networks.

References

  1. B Alberts, A Johnson, J Lewis, M Raff, K Roberts, P Walter, Mol Biol Cell, 4th edition (Garland Science, New York, NY, USA, 2002).

    Google Scholar 

  2. N Friedman, M Linial, I Nachman, D Peer, Using Bayesian networks to analyze expression data. J Comput Biol. 7:, 601–620 (2000).

    Article  Google Scholar 

  3. E Segal, M Shapira, A Regev, D Pe’er, D Botstein, D Koller, N Friedman, Module networks: identifying regulatory modules and their condition-specific regulators from gene expression data. Nat Genet. 34:, 166–176 (2003).

    Article  Google Scholar 

  4. I Shmulevich, ER Dougherty, S Kim, W Zhang, Probabilistic Boolean networks: a rule-based uncertainty model for gene regulatory networks. Bioinformatics. 18(2), 261–274 (2002).

    Article  Google Scholar 

  5. I Shmulevich, I Gluhovsky, R Hashimoto, ER Dougherty, W Zhang, Probabilistic Boolean networks: a rule-based uncertainty model for gene regulatory networks. Comp Funct Genomics. 4(6), 601–608 (2003).

    Article  Google Scholar 

  6. L Kaderali, E Dazert, U Zeuge, M Frese, R Bartenschlager, Reconstructing signaling pathways from RNAi data using probabilistic Boolean threshold networks. Bioinformatics. 25(17), 2229–2235 (2009).

    Article  Google Scholar 

  7. A Margolin, I Nemenman, K Basso, C Wiggins, G Stolovitzky, A Dalla, A Califano, ARACNE: An algorithm for the reconstruction of gene regulatory networks in a mammalian cellular context. BMC Bioinform. 7(Suppl 1), S7 (2006).

    Article  Google Scholar 

  8. JJ Faith, B Hayete, JT Thaden, I Mogno, J Wierzbowski, G Cottarel, S Kasif, JJ Collins, TS Gardner, Large-Scale mapping and validation of Escherichia coli transcriptional regulation from a compendium of expression profiles. PLoS Biol. 5(1), e8 (2007).

    Article  Google Scholar 

  9. PE Meyer, K Kontos, G Bontempi, Information-theoretic inference of large transcriptional regulatory networks. EUROSIP J Bioinform Syst Biol, 79879 (2007). doi:10.1155/2007/79879.

  10. J Schäfer, K Strimmer, An empirical Bayes approach to inferring large-scale gene association networks. Bioinformatics. 21:, 754–764 (2005).

    Article  Google Scholar 

  11. J Schäfer, K Strimmer, A shrinkage approach to large-scale covariance matrix estimation and implications for functional genomics. Stat Appl Genet Mol Biol. 4:, Article 32 (2005).

    Google Scholar 

  12. AJ Butte, IS Kohane, Mutual information relevance networks: functional genomic clustering using pairwise entropy measurements. Pac Symp Biocomput. 5:, 415–426 (2000).

    Google Scholar 

  13. TS Gardner, D Bernardo di, D Lorenz, JJ Collins, Inferring genetic networks and identifying compound mode of action via expression profiling. Science. 301:, 102–105 (2003).

    Article  Google Scholar 

  14. J Tegner, MKS Yeung, J Hasty, JJ Collins, Reverse engineering gene networks: integrating genetic perturbations with dynamical modeling. Proc Natl Acad Sci USA. 100(10), 5944–5949 (2003).

    Article  Google Scholar 

  15. L Acharya, T Judeh, D Zhu, A survey of computational approaches to biological network reconstruction and partition (John Wiley & Sons, Hoboken, NJ, USA, 2012).

    Google Scholar 

  16. A Dobra, C Hans, B Jones, JR Nevins, M West, Sparse graphical models for exploring gene expression data. J Multiv Anal. 90:, 196–212 (2004).

    Article  MATH  MathSciNet  Google Scholar 

  17. K Basso, AA Margolin, G Stolovitzky, U Klein, R Dalla-Favera, A Califano, Reverse engineering of regulatory networks in human B cells. Nat Genet. 37(4), 382–390 (2005).

    Article  Google Scholar 

  18. D Zhu, AO Hero, ZS Qin, A Swaroop, significance, High throughput screening co-expressed gene pairs with controlled biological statistical, significance. J Comput Biol. 12(7), 1029–1045 (2005).

    Article  Google Scholar 

  19. D Zhu, AO Hero, H Cheng, R Khanna, A Swaroop, Network constrained clustering for gene microarray data. Bioinformatics. 21(21), 4014–4021 (2002).

    Article  Google Scholar 

  20. FE Meyer, G Lafitte, G Bontempi, Minet: a R/Bioconductor package for inferring large transcriptional networks using mutual information. BMC Bioinforma. 9:, 461 (2008).

    Article  Google Scholar 

  21. D Zhu, H Li, Improved Bayesian network inference using relaxed gene ordering. Int J Data Min Bioinforma. 4(1), 44–59 (2010).

    Article  Google Scholar 

  22. D Heckerman, D Geiger, D Chickering, Learning Bayesian networks: the combination of knowledge and statistical data. Mach Learn. 20:, 197–243 (1995).

    MATH  Google Scholar 

  23. GF Cooper, E Herskovits, Bayesian method for the induction of probabilistic networks from data. Mach Learn. 9:, 309–347 (1992).

    MATH  Google Scholar 

  24. N Friedman, D Koller, Being Bayesian about Bayesian network structure: a Bayesian approach to structure discovery in Bayesian Networks. Mach Learn. 50(1-2), 95–125 (2003).

    Article  MATH  Google Scholar 

  25. L Acharya, T Judeh, G Wang, D Zhu, Optimal structural inference of signaling pathways from unordered and overlapping gene sets. Bioinformatics. 28(4), 546–556 (2012).

    Article  Google Scholar 

  26. L Acharya, T Judeh, Z Duan, M Rabbat, D Zhu, GSGS: a computational approach to reconstruct signaling pathway structures from gene sets. IEEE/ACM Trans Comput Biol Bioinform. 9(2), 438–450 (2012).

    Article  Google Scholar 

  27. MG Rabbat, MAT Figueiredo, RD Nowak, Network inference from co-occurrences. IEEE Trans Inf Theory. 54(9), 4053–4068 (2008).

    Article  MathSciNet  Google Scholar 

  28. TR Xu, V Vyshemirsky, A Gormand, A von Kriegsheim, M Girolami, GS Baillie, et al, Inferring signaling pathway topologies from multiple perturbation measurements of specific biochemical species. Sci Signal. 3(134), ra20 (2010).

    Google Scholar 

  29. PM Kim, B Tidor, Subsystem identification through dimensionality reduction of large-scale gene expression data. Genome Res. 13(7), 1706–1718 (2003).

    Article  Google Scholar 

  30. A Gitter, M Carmi, N Barkai, Z Bar-Joseph, Linking the signaling cascades and dynamic regulatory networks controlling stress responses. Genome Res. 23(2), 365–376 (2013).

    Article  Google Scholar 

  31. A Todor, H Gabr, A Dobra, T Kahveci, Large scale analysis of signal reachability. Bioinformatics. 30(12), i96–i104 (2014).

    Article  Google Scholar 

  32. A Subramanian, P Tamayo, VK Mootha, S Mukherjee, BL Ebert, MA Gillette, A Paulovich, SL Pomeroy, TR Golub, ES Lander, JP Mesirov, Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles. Proc Natl Acad Sci USA. 102:, 15545–15550 (2005).

    Article  Google Scholar 

  33. L Tian, SA Greenberg, SW Kong, J Altschuler, IS Kohane, PJ Park, Discovering statistically significant pathways in expression profiling studies. Proc Natl Acad Sci USA. 102(38), 13544–13549 (2005).

    Article  Google Scholar 

  34. I Medina, D Montaner, N Bonifaci, MA Pujana, J Carbonell, J Tarraga, et al, Gene set-based analysis of polymorphisms: finding pathways or biological processes associated to traits in genome-wide association studies. Nucleic Acids Res. 37:, 340–344 (2009).

    Article  Google Scholar 

  35. E Glaab, A Baudot, N Krasnogor, A Valencia, TopoGSA: network topological gene set analysis. Bioinformatics. 26(9), 1271–1272 (2010).

    Article  Google Scholar 

  36. CY Park, DC Hess, C Huttenhower, OG Troyanskaya, Simultaneous genome-wide inference of physical, genetic, regulatory, and functional pathway components. PLoS Comp Biol. 6(11), e1001—1009 (2010).

    Article  MathSciNet  Google Scholar 

  37. DW Huang, BT Sherman, RA Lempicki, Systematic and integrative analysis of large gene lists using DAVID Bioinformatics Resources. Nat Protoc. 4(1), 44–57 (2009).

    Article  Google Scholar 

  38. JH Holland, Adaptation in natural and artificial systems: an introductory analysis with applications to biology, control, and artificial intelligence (MIT Press, Cambridge, MA, 1992).

    Google Scholar 

  39. W Banzhaf, P Nordin, R Keller, F Francone, Genetic programming—an introductio, (San Francisco, CA, Morgan Kaufmann, 1998).

  40. EKP Chong, SH żak, An introduction to optimization, 3rd edition (John Wiley & Sons, Hoboken, NJ, USA, 2008).

    Book  MATH  Google Scholar 

  41. T Ideker, O Ozier, B Schwikowski, AF Siegel, Discovering regulatory and signalling circuits in molecular interaction networks. Bioinformatics. 18(1), 233–240 (2002).

    Article  Google Scholar 

  42. M Kanehisa, S Goto, M Furumichi, M Tanabe, M Hirakawa, KEGG for representation and analysis of molecular networks involving diseases and drugs. Nucleic Acids Res. 38:, D355–360 (2010).

    Article  Google Scholar 

Download references

Acknowledgements

This project is supported by the National Science Foundation, through NSF Award CCF-1451316.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Lipi Acharya.

Additional information

Competing interests

The authors declare that they have no competing interests.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Acharya, L., Reynolds, R. & Zhu, D. Network inference through synergistic subnetwork evolution. J Bioinform Sys Biology 2015, 12 (2015). https://doi.org/10.1186/s13637-015-0027-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13637-015-0027-4

Keywords