Abstract
In a cell, any information about extra- or intra-cellular changes is transferred and processed through a signaling network and dysregulation of signal flow often leads to disease such as cancer. So, understanding of signal flow in the signaling network is critical to identify drug targets. Owing to the development of high-throughput measurement technologies, the structure of a signaling network is becoming more available, but detailed kinetic parameter information about molecular interactions is still very limited. A question then arises as to whether we can estimate the signal flow based only on the structure information of a signaling network. To answer this question, we develop a novel algorithm that can estimate the signal flow using only the topological information and apply it to predict the direction of activity change in various signaling networks. Interestingly, we find that the average accuracy of the estimation algorithm is about 60–80% even though we only use the topological information. We also find that this predictive power gets collapsed if we randomly alter the network topology, showing the importance of network topology. Our study provides a basis for utilizing the topological information of signaling networks in precision medicine or drug target discovery.
Similar content being viewed by others
Introduction
A cell processes any information about extra- or intra-cellular changes through a signaling network (Fig. 1a). In this process, critical information for cell fate determination such as survival, proliferation, differentiation, or death is transferred through a series of biochemical reactions, which can be defined as ‘signal flow’ in the signaling network (Fig. 1b)1. Dysregulation of the signaling network by a certain perturbation can lead to a fatal disease such as cancer since the altered signal flow might provide an incorrect information on the cell fate determination2,3,4. Hence, understanding of signal flow in complex signaling networks is critical to uncover the underlying mechanisms of the related disease and to identify promising drug targets.
Owing to the development of high-throughput measurement technologies, the topological information of signaling networks is becoming more available. For instance, Wang et al. reported a manually curated human signaling network composed of about 6,000 nodes and 63,000 links with the detailed regulatory information such as activation or inhibition5,6. In addition, KEGG (Kyoto Encyclopedia of Genes and Genomes) provides a knowledge base of almost 500 pathways containing important signaling pathways in cancer7.
However, detailed kinetic parameter information or logical relationships about molecular interactions for constructing mathematical models of complex signaling networks are still very limited. The construction of a rigorous mathematical model for a signaling network requires kinetic parameter values and the interaction logics as well as the information on network topology8,9. Even a very simplified network modeling such as Boolean network modeling requires a laborious process to collect the information on interaction logics or truth tables for the causal relationship between signaling molecules10,11. For differential equation modeling, a lot more experimental data and repetitive simulations are required to estimate the kinetic parameter values12,13,14,15,16.
A question then arises as to whether we can estimate the activity change of signaling molecules based only on the information of network topology. To address this question, we have developed a novel algorithm that can estimate the signal flow using only the topological information of signaling networks. The algorithm we developed aims to predict the direction of change in the activity of biomolecules (i.e., up or down) rather than predicting the accurate amount of the change.
We have applied our signal flow estimation algorithm to six signaling networks and found that it can properly estimate about 60–80% of signaling activity changes to all possible single or dual perturbations. We further found that the topological information of signaling networks is highly informative for predicting the activity changes by comparing the predictions to the cases of randomized network topologies. Our study is expected to provide a basis for utilizing the topological information of signaling networks in precision medicine or drug target discovery.
Methods
Signal propagation algorithm
The causal relationship between signaling molecules can be represented by a directed link with a sign in signaling networks, where the source (i.e., regulator) activates or inhibits the target through biochemical modification such as phosphorylation (Fig. 2a). The activity of a node can be mathematically defined as follows:
where a i (t) and a b (i) ∈ P are the activity at time t and the basal activity of node i, respectively. W ij ∈ P is the weight of a link between node j and node i, which represents how much the node j affects the node i through the link. α ∈ P is a hyperparameter for the weighted multiplication, which has a range between 0 and 1. The equation (1) describes the activity of a node is determined by both the activities of its regulators and the basal activity of the node. We assumed that input stimulation does not change according to time for simplicity, and therefore the effect of input stimulation is reflected to the basal activity of input nodes. Taking the logarithm of equation (1), it becomes a linear difference equation as follows:
where x is log(a) ∈ PN, b is log(a b ) ∈ PN, and W ∈ PN×N is weight matrix. The equation (2) is the main formula of the signal flow estimation algorithm in this study, named ‘Signal Propagation (SP)’.
We can exactly solve the equation (2) at steady-state as follows:
If the exact solution, x s , is not available, we can numerically solve it with an iterative method based on the equation (2). The iteration continues until a tolerance condition, ||x(t + 1) − x(t)|| < tol (e.g., tol = 10−6), is satisfied17. Note that the exact solution is not determined by the initial state of x, but by basal activity, b, that reflects the activity change caused by sustained stimulation or perturbation such as ligand binding, drug inhibition, or constitutively activating mutations.
Topological estimation of signal flow
Signal flow is defined as how the activity of a signaling molecule influences the activity of another molecule through the link, and it is mathematically described as follows:
where F ij ∈ P is the signal flow, in which node j is the source and node i is the target (Fig. 2b). The link weight, W ij , is determined by the topology of a given signaling network in the process of link weight normalization. Signal flows can be categorized into four types (Fig. 2c). The color of target node B denotes the effect of signal flow according to the definition of equation (3) (Fig. 2b). If source node A has a positive activity and link weight is positive, the signal flow is computed as positive according to the definition. Thus, node B receives a positive effect from this signal flow (Fig. 2c, top left). If source node A has a positive activity and link weight is negative, the signal flow is computed as negative according to the definition. Thus, node B receives a negative effect from this signal flow (Fig. 2c, bottom left). The signal flow from the down-regulated source node can be modelled by a positive signal flow that effectively up-regulates the target node18,19. In other words, a positive signal flow to the target is formed by the down-regulated activity of the source and its negative link to the target (Fig. 2c, top right). If source node A has a negative activity and link weight is positive, the signal flow is computed as negative according to the definition. Thus, node B is down-regulated by this signal flow (Fig. 2c, bottom right).
Link weight normalization
The link weight matrix, W, in equation (2) are normalized as follows:
where A ∈ PN×N is the adjacency matrix of a given network, and D in and D out are diagonal matrices for the in-degree and out-degree of the node, respectively (i.e., the summation of a column and the summation of a row, respectively). All weights consequently have decay types after the weight normalization. However, some link weights are not decay types if the source nodes have only one link at most. This weight normalization, together with hyperparameter α, not only prevents the divergence of the algorithm to obtain the solution of the equation (2)20,21, but also guarantees the predictive power of the algorithm to some extent. Figure 3a shows an example of the link weight normalization for a small toy network.
Types of link weights
The link weights are divided into two types: (1) decay and (2) amplification. The absolute value of decaying weight is less than 1, which always makes the value of the signal flow, F ij , smaller than the activity of the source, x j , in equation (3). On the other hand, the absolute value of amplifying weight is greater than 1, which results in the amplified signal flow whose absolute value is greater than the activity of the source. However, if we introduce the link weight normalization, any type of link becomes effectively the decay type of link.
A toy example of signal propagation algorithm
We present a toy example that demonstrates how SP algorithm works (Fig. 3b–d). Only node A has a change in its basal activity, while the other nodes have no change in their basal activities (Fig. 3b, t = 1). As the activity of node A propagates through its out-links, the activities of the other nodes are changed by the signal flows (Fig. 3b). In Fig. 3c, node B has a decrease in its basal activity (Fig. 3c, t = 1). Note that the signal flow can change its sign on the same link. For instance in Fig. 3b,c, the signal flows (i.e., F BE ) at t = 4 have the opposite signs for the link between nodes E and B. This is because node E is up-regulated in Fig. 3b whereas it is down-regulated in Fig. 3c, and accordingly node D is oppositely regulated by node E in each case.
Direction of activity change (DAC)
To analyze the net effect of input stimulations or perturbations, SP compares the results of different conditions by calculating the following difference.
where c i denotes each condition, not exponent. Equation (5) is basically a fold-change, since x is the logarithm of the activity. The sign of x reflects the direction of activity change (DAC), implying whether the signaling molecule is up-regulated or down-regulated. If the weight matrices of different conditions are not identical, signal flow should be estimated by considering the different weight matrices as follows:
where the superscripts denote each condition, not exponent. In Fig. 3b,c, node F at t = 4 has positive activities in both conditions. However, node F is determined as down-regulated (Fig. 3d, the negative activity of node F) with respect to the perturbation of node E, as the signal flow from node E has a positive effect on node D in Fig. 3c. This emphasizes that the relative increase or decrease between the state variables of two conditions should be considered to interpret the DAC, rather than considering only the result of a single condition.
Test datasets
We collected and curated 6 test datasets that are categorized into two types: ordinary differential equation model (ODE) and perturbation biology (PB) (Table 1). As there are few datasets in which both the activities of signaling molecules and network topology are available, we adopted the ODE models that are assumed to be reliable alternatives to reproduce the activities of signaling molecules. One of the advantages in utilizing a rigorously constructed ODE model is that we can perform simulations under a variety of conditions to avoid latent bias in the datasets. We generated 200, 80, and 48 sub-datasets (i.e., multiple data panels for the same simulation conditions) for B2009, S2011, and P2012, respectively, by varying simulation conditions such as input stimulation, the length of simulation time, and the type of activity measurement (i.e., the area under curve (AUC) or the concentration at the end of simulation as pseudo steady-state (SS)). Each data point of the generated datasets has the DAC information of the biomolecule. The directed networks of the ODE models were constructed by manually curating the biochemical reactions of the models. The active forms or functionally important forms of biomolecules were selected and merged to represent the nodes of directed networks. We also categorized the nodes into perturbation targets or readouts (i.e., targets to predict the DAC) according to their biological functions or topological aspects in the signal network. In the course of curating the network topologies, we did not optimize the topologies using the methods such as network inference algorithms. We allowed imperfect information from human mistakes in the curation to reflect real world situation.
Perturbation biology has been introduced by a series of studies from Sander and his colleagues, providing both protein activity data and the inferenced topological information of signaling networks (N2008, M2013, and K2015 in Table 1). Unlike the ODE datasets, PB datasets have only a single data panel that corresponds to a single sub-dataset of the ODE datasets. The data panel of a PB dataset consists of the log2-fold change of the activities of biomolecules, measured by western blot or reverse phase protein array (RPPA).
The workflow for testing the algorithm
We developed a workflow to test the predictive power of SP algorithm (Fig. 4). A single test dataset consists of (1) the topological information of a signaling network, (2) a panel of perturbation conditions, and (3) a panel of the actual DAC of biomolecules. SP algorithm is given both topological information and perturbation conditions, and it is tested for predicting the actual DAC of biomolecules.
The input stimulation or perturbation was reflected to the basal activity as explained in the toy example (Fig. 3). We assigned 1 and −1 as the values of basal activities for input stimulation and perturbation, respectively. Only negative values were used for perturbations, since all perturbations are inhibitory in all datasets.
The accuracy was calculated for each perturbation condition by comparing the DAC of SP algorithm and the actual DAC of test dataset. We calculated the prediction accuracy for each perturbation condition. For example, B2009 dataset consists of 200 sub-datasets, and a single sub-dataset includes 66 perturbation conditions for 13 readouts. So, in this case, we calculated the prediction accuracy for 200 × 66 = 13,200 times in total. However, since there is only one data panel in each of PB dataset, 33 accuracies, for example, can be calculated in M2013 dataset.
Randomization of network topology
Randomizing the given network topology in Fig. 5 consists of link swapping and sign flipping. In link swapping, two links are randomly selected and the targets are exchanged between the two links. This way of link swapping ensures the preservation of degree distribution in the network. In sign flipping, a link is randomly selected and its sign is changed to the opposite one. For example, a positive link is changed to a negative link with the same source and target. We applied this randomization process repeatedly for a certain number of swappings and flippings. In this study, we set the number of swappings to the number of links and the number of flippings to the half of the number of links, respectively.
Hierarchical clustering
We performed hierarchical clustering for the results of the average accuracy (Fig. 6 and Supplementary Figs S3–S7) using the functionality of SciPy package (scipy.cluster.hierarchy)22. Manhattan distance was used in the pairwise distance calculation (scipy.spatial.distance.pdist) for creating the dendrograms of rows and columns in the hierarchical clustering.
Data availability
We have created software libraries in Python programming language to efficiently analyze and visualize the estimated signal flows. The visualization software library fundamentally relies on PyQt (https://riverbankcomputing.com/software/pyqt). We provide a GitHub repository for the Python package to utilize the algorithm and datasets conveniently (https://github.com/dwgoon/sfa).
Results
The overall predictive power of SP algorithm
We applied SP algorithm to the six datasets (Table 1), and calculated the accuracy of predicting the DAC for each perturbation case. The accuracy is about 60–80% across the datasets (Fig. 5a). The minimum median accuracy is 0.678 of P2012, and the maximum median accuracy is 0.846 of B2009. The variation of accuracy is relatively larger for S2011, P2012, and M2013, whereas it is smaller for B2009, N2008, and K2015. Both the accuracy and the variation of each dataset show a moderate negative correlation with the number of nodes and the number of edges (Supplementary Fig. S1), implying that the predictive power of SP tends to decrease according to the size of signaling network.
To understand the role of the topological information in the prediction, we randomly generated an incorrect information of the topology, and calculated the accuracy of predicting the DAC. The accuracies of the six datasets are about 0.5–0.6 and the variations are small for the randomized topologies (Fig. 5b), implying that the incorrect information of topology makes the predictive power of SP algorithm almost close to random prediction.
We also randomized the link weights to explore the role of the weight in the algorithm. The policy of weight sampling was defined as four conditions: (1) decay (D; w ~ (0.001, 1)), (2) decay with weight normalization (N(A); w ~ (0.001, 1)), (3) decay + amplification (D + A; w ~ (0.001, 1000)), and (4) decay + amplification with weight normalization (N(D + A); w ~ (0.001, 1000)). The accuracies are about 60–80%, which are almost close to the original results, except the results of D + A (Fig. 5c). The cases of D + A for the six datasets have relatively lower accuracies and higher variations, suggesting the predictive power of SP becomes unreliable and unstable under the condition. On the other hand, the weight normalization for D + A condition recovered the predictive power of SP by forcing all the randomly sampled weights to have the decay type links. These results suggest that SP algorithm is basically more accurate and stable when it estimates signal flow based on the decay weight condition.
In addition, we analyzed the effect of hyperparameter, α. The condition that α is greater than 0.5 in equation (2) means the activity of a signaling molecule is more affected by signal flows than by basal activity. The hyperparameter, α, with a range of 0.1 to 0.9 has little effect on the overall predictive power of SP algorithm (Supplementary Fig. S2). Changing α does not substantially improve or weaken the predictive power of SP algorithm.
Hierarchical clustering reflects the topological characteristics
The hierarchical clustering of the average accuracy shows concisely whether SP algorithm accurately predicts or not for each perturbation condition (Fig. 6 and Supplementary Figs S3–S7). Interestingly, the nodes that are adjacent in the topology of signaling network such as RAF-MEK-ERK cascade or PI3K-PIP3-PDK1 cascade in B2009 (Fig. 6a) are also closely located in the dendrogram of the hierarchical clustering (Fig. 6b). Pearson correlation between the distances of readout nodes in the dendrogram and the distances of nodes in the topology indicates moderate positive correlations for the six datasets (Supplementary Figs S8–S13). These results suggest the algorithm reflects the characteristics of topological information in the signal flow estimation. Especially, the prediction results of nodes within a simple linear path such as signaling cascade tend to be consistent with the result of the node at the highest position, suggesting that the algorithm reflects structural linearity and predicts the nodes as a whole in the linear structure.
In-depth analysis of the hierarchical clustering result
In order to gain a deeper understanding of SP algorithm, we analyzed the result of B2009 more specifically as a representative example (Fig. 7). The signaling network of B2009 consists of EGFR and IR pathways, in which RAS-RAF-MEK-ERK signaling cascade and PI3K-PIP3-PDK1-AKT signaling cascade are interconnected by various crosstalks, forming a complex signaling network (Fig. 6a).
First, we analyzed the cases where SP algorithm failed to predict correctly. SP algorithm was incorrect for RAF, MEK, and ERK to the perturbations including PI3K, PIP3, or PDK1 (Fig. 6b, red area for RAF, MEK, and ERK). SP algorithm also did not succeed in predicting the DAC of GS and RAS for the perturbation of IRS and RAF, and the perturbation of IRS and MEK (Fig. 6b, red area for GS and RAS). We conjectured the failure of the algorithm for these cases would be due to incorrect information on the network topology or the decaying aspect of link weights. Since the inhibition of RAF by AKT was very weak in HEK293 cells, the inhibitory reaction was negligible in the original ODE model of B200913. In addition, the attenuation of signal flow under the decay weight condition was considered as a major cause of the failure in predicting GS and RAS. Therefore, we removed the link between AKT and RAF, and adjusted some weights to amplify signal flows in the signaling network. These modifications on the topology and link weights improved the accuracies of GS, RAS, RAF, MEK, and ERK (Fig. 7a,b). Under the perturbation of IRS and PIP3, the positive signal flow through the link between AKT and RAF up-regulated RAF-MEK-ERK cascade (Fig. 7c), whereas RAF-MEK-ERK cascade decreased without the link (Fig. 7d). In the case of the perturbation of IRS and RAF, GS and RAS were down-regulated due to the decay weights (Fig. 7e), whereas GS and RAS were up-regulated when we amplified signal flows by adjusting four weights: the negative feedbacks of ERK (ERK to GS and ERK to GAB1), and AKT cascade (PI3K to PIP3 and PIP3 to IRS) (Fig. 7f). Adjusting more weights achieved complete agreement between the results of SP and the original ODE model in predicting the DAC (Supplementary Figs S14, S15). Another example of B2009 also shows adjusting weights improved the accuracy of predicting the DAC of AKT under the perturbation of mTOR, and achieved the complete agreement (Supplementary Fig. S16).
Discussion
The topological properties of complex networks were explored under various contexts including scale-freeness, controllability, observability, etc.23,24,25,26,27. Considering that the topology of complex networks conveys significant information, we attempted to estimate the signal flow in a cell signaling network based only on the topological information even though the signal flow is actually determined by network dynamics that depends on both topology and kinetic parameter values. Intriguingly, our signal flow estimation algorithm could predict the signal flow change of various signaling networks with 60–80% of accuracy. Such prediction was, however, easily disrupted if we randomize any part of the network topology, which indicates that the topology of a signaling network has been refined over and over during evolution and conveys critical information of signal flow.
There were some related studies with different purposes and scopes (see Supplementary Methods for details). Feiglin et al. proposed a possibility to predict the phenotypic effects of perturbations based on the static network structure of regulatory networks28. Arakelyan and his colleagues proposed an algorithm to estimate signal flow in pathways29,30, and elucidated molecular mechanisms underlying malignant and chronic lung diseases by integrating the algorithm with gene expression data31. A set of algorithms based on Gaussian smoothing32 was proposed for unsigned33,34 or undirected21 networks to predict gene functions33 or mutational effects35,36.
The proposed approach has still many limitations to be overcome. We found that sometimes an incorrect information on a single link can result in a significant failure in predicting the signal flow changes in multiple adjacent nodes in the network as can be seen in the case of a link between AKT and RAF in B2009. So, we need to make sure that the topology of a given signaling network is accurate enough to avoid such critical failure before we apply the proposed approach to estimate signal flow change in the network. To improve or supplement the accuracy of network topology, we can employ data-driven network inference/curation algorithms37,38,39. On the other way around, we can use the proposed algorithm to find out the critical parts of a signaling network and use this information to control the overall signal flow in the network. Another limitation of the proposed algorithm is finding out optimal link weights for implementation of the algorithm. Although there were some studies investigating the geometric nature of weights in complex networks40, it is still hard to find out optimal weights that are most pertinent to our algorithm. A similar issue was raised that information on system dynamics as well as network topology is required to identify an optimal set of nodes to be controlled to regulate the dynamics of a biological network in a desired direction41. One possible way of dealing with this problem is integrating both topological information and high-throughput measurement data for gene expression or protein activity31,42,43.
The topological information of biological networks is rapidly growing. So, the proposed signal flow estimation approach can be widely used along with the increase of such information. In particular, the proposed algorithm can be applied to finding out control target nodes/links for drug target discovery, drug repositioning, and precision medicine. We expect our approach will affect a wide range of applications that utilize the abundant topological information of biological networks. A signal flow estimation algorithm improved to obtain higher predictive power can be exploited to discover the control targets in signaling networks, which are the candidates of drug target for cancer treatment44. Ultimately, it is possible to establish one of the important foundation works for implementing precision medicine by deciphering the topological information of biological networks from patients.
References
Azeloglu, E. U. & Iyengar, R. Signaling networks: information flow, computation, and decision making. Cold Spring Harb Perspect Biol 7, a005934, https://doi.org/10.1101/cshperspect.a005934 (2015).
Pawson, T. & Warner, N. Oncogenic re-wiring of cellular signaling pathways. Oncogene 26, 1268–1275, https://doi.org/10.1038/sj.onc.1210255 (2007).
Hanahan, D. & Weinberg, R. A. Hallmarks of cancer: the next generation. Cell 144, 646–674, https://doi.org/10.1016/j.cell.2011.02.013 (2011).
Chu, H., Lee, D. & Cho, K. H. Precritical State Transition Dynamics in the Attractor Landscape of a Molecular Interaction Network Underlying Colorectal Tumorigenesis. PLoS One 10, e0140172, https://doi.org/10.1371/journal.pone.0140172 (2015).
Cui, Q. et al. A map of human cancer signaling. Mol Syst Biol 3, 152, https://doi.org/10.1038/msb4100200 (2007).
Wang, E. Edwin Wang - Bioinformatics and Systems Biology - NRC-BRI, http://www.bri.nrc.ca/wang (2018).
Kanehisa, M., Furumichi, M., Tanabe, M., Sato, Y. & Morishima, K. KEGG: new perspectives on genomes, pathways, diseases and drugs. Nucleic Acids Res, https://doi.org/10.1093/nar/gkw1092 (2016).
Shin, S. Y. et al. Functional roles of multiple feedback loops in extracellular signal-regulated kinase and Wnt signaling pathways that regulate epithelial-mesenchymal transition. Cancer Res 70, 6715–6724, https://doi.org/10.1158/0008-5472.CAN-10-1377 (2010).
Choi, M., Shi, J., Jung, S. H., Chen, X. & Cho, K. H. Attractor landscape analysis reveals feedback loops in the p53 network that control the cellular response to DNA damage. Sci Signal 5, ra83, https://doi.org/10.1126/scisignal.2003363 (2012).
Fumia, H. F. & Martins, M. L. Boolean network model for cancer pathways: predicting carcinogenesis and targeted therapy outcomes. PLoS One 8, e69008, https://doi.org/10.1371/journal.pone.0069008 (2013).
Helikar, T., Konvalina, J., Heidel, J. & Rogers, J. A. Emergent decision-making in biological signal transduction networks. Proc Natl Acad Sci USA 105, 1913–1918, https://doi.org/10.1073/pnas.0705088105 (2008).
Park, S. G. et al. The influence of the signal dynamics of activated form of IKK on NF-kappaB and anti-apoptotic gene expressions: a systems biology approach. FEBS Lett 580, 822–830, https://doi.org/10.1016/j.febslet.2006.01.004 (2006).
Borisov, N. et al. Systems-level interactions between insulin-EGF networks amplify mitogenic signaling. Mol Syst Biol 5, 256, https://doi.org/10.1038/msb.2009.19 (2009).
Murray, P. J. et al. Modelling spatially regulated beta-catenin dynamics and invasion in intestinal crypts. Biophys J 99, 716–725, https://doi.org/10.1016/j.bpj.2010.05.016 (2010).
Shin, D. et al. The hidden switches underlying RORalpha-mediated circuits that critically regulate uncontrolled cell proliferation. J Mol Cell Biol 6, 338–348, https://doi.org/10.1093/jmcb/mju023 (2014).
Shin, S. Y. et al. The switching role of beta-adrenergic receptor signalling in cell survival or death decision of cardiomyocytes. Nat Commun 5, 5777, https://doi.org/10.1038/ncomms6777 (2014).
Friedkin, N. E. & Johnsen, E. C. Social Influence Networks and Opinion Change. Advances in Group Processes 16 (1999).
Korkut, A. et al. Perturbation biology nominates upstream-downstream drug combinations in RAF inhibitor resistant melanoma cells. Elife 4, https://doi.org/10.7554/eLife.04640 (2015).
Molinelli, E. J. et al. Perturbation biology: inferring signaling networks in cellular systems. PLoS Comput Biol 9, e1003290, https://doi.org/10.1371/journal.pcbi.1003290 (2013).
Allen, G. D. In Lectures on linear algebra and matrices Ch. 3, 102 (Department of Mathematics, Texas AM University, 2003).
Zhang, W., Johnson, N., Wu, B. & Kuang, R. In Proceedings of the ACM Conference on Bioinformatics, Computational Biology and Biomedicine - BCB ‘12 337–344 (ACM Press, New York, New York, USA, 2012).
Jones, E., Oliphant, T. & Peterson, P. SciPy: Open source scientific tools for Python. http://www. scipy. org/ (2001).
Barabasi, A. L. & Albert, R. Emergence of scaling in random networks. Science 286, 509–512 (1999).
Liu, Y. Y., Slotine, J. J. & Barabasi, A. L. Controllability of complex networks. Nature 473, 167–173 (2011).
Kim, J., Park, S. M. & Cho, K. H. Discovery of a kernel for controlling biomolecular regulatory networks. Sci Rep 3, 2223, https://doi.org/10.1038/srep02223 (2013).
Liu, Y. Y., Slotine, J. J. & Barabasi, A. L. Observability of complex systems. Proc Natl Acad Sci USA 110, 2460–2465, https://doi.org/10.1073/pnas.1215508110 (2013).
Liu, Y. Y. & Barabasi, A. L. Control principles of complex systems. Rev Mod Phys 88 (2016).
Feiglin, A. et al. Static network structure can be used to model the phenotypic effects of perturbations in regulatory networks. Bioinformatics 28, 2811–2818, https://doi.org/10.1093/bioinformatics/bts517 (2012).
Arakelyan, A., Aslanyan, L. & Boyajyan, A. High-throughput gene expression analysis concepts and applications. Sequence and Genome Analysis II-Bacteria, Viruses and Metabolic Pathways (2013).
Nersisyan, L., Johnson, G., Riel-Mehan, M., Pico, A. & Arakelyan, A. PSFC: a Pathway Signal Flow Calculator App for Cytoscape. F1000Res 4, 480, https://doi.org/10.12688/f1000research.6706.1 (2015).
Arakelyan, A., Nersisyan, L., Petrek, M., Loffler-Wirth, H. & Binder, H. Cartography of Pathway Signal Perturbations Identifies Distinct Molecular Pathomechanisms in Malignant and Chronic Lung Diseases. Front Genet 7, 79, https://doi.org/10.3389/fgene.2016.00079 (2016).
Wang, P. I. & Marcotte, E. M. It’s the machine that matters: Predicting gene function and phenotype from protein networks. Journal of Proteomics 73, 2277–2289, https://doi.org/10.1016/j.jprot.2010.07.005 (2010).
Mostafavi, S., Ray, D., Warde-Farley, D., Grouios, C. & Morris, Q. GeneMANIA: a real-time multiple association network integration algorithm for predicting gene function. Genome Biol 9 Suppl 1, S4, https://doi.org/10.1186/gb-2008-9-s1-s4 (2008).
Zhou, D., Bousquet, O., Lal, T. N., Weston, J. & Schölkopf, B. Learning with local and global consistency. Advances in Neural Information Processing Systems 16 1, 595–602, citeulike-article-id:922481 (2004).
Cho, A. et al. MUFFINN: cancer gene discovery via network analysis of somatic mutation data. Genome Biol 17, 129, https://doi.org/10.1186/s13059-016-0989-x (2016).
Shin, D., Lee, J., Gong, J. R. & Cho, K. H. Percolation transition of cooperative mutational effects in colorectal tumorigenesis. Nat Commun 8, 1270, https://doi.org/10.1038/s41467-017-01171-6 (2017).
Kim, S., Kim, J. & Cho, K. H. Inferring gene regulatory networks from temporal expression profiles under time-delay and noise. Comput Biol Chem 31, 239–245, https://doi.org/10.1016/j.compbiolchem.2007.03.013 (2007).
Prill, R. J., Saez-Rodriguez, J., Alexopoulos, L. G., Sorger, P. K. & Stolovitzky, G. Crowdsourcing network inference: the DREAM predictive signaling network challenge. Sci Signal 4, mr7, https://doi.org/10.1126/scisignal.2002212 (2011).
Van Landeghem, S. et al. Exploring Biomolecular Literature with EVEX: Connecting Genes through Events, Homology, and Indirect Associations. Adv Bioinformatics 2012, 582765, https://doi.org/10.1155/2012/582765 (2012).
Allard, A., Serrano, M. A., Garcia-Perez, G. & Boguna, M. The geometric nature of weights in real complex networks. Nat Commun 8, 14103, https://doi.org/10.1038/ncomms14103 (2017).
Gates, A. J. & Rocha, L. M. Control of complex networks requires both structure and dynamics. Sci Rep-Uk 6 (2016).
Zhu, F. & Guan, Y. Predicting dynamic signaling network response under unseen perturbations. Bioinformatics 30, 2772–2778, https://doi.org/10.1093/bioinformatics/btu382 (2014).
Chen, B. S. & Li, C. W. Measuring information flow in cellular networks by the systems biology method through microarray data. Front Plant Sci 6, 390, https://doi.org/10.3389/fpls.2015.00390 (2015).
Kolch, W., Halasz, M., Granovskaya, M. & Kholodenko, B. N. The dynamic control of signal transduction networks in cancer cells. Nat Rev Cancer 15, 515–527, https://doi.org/10.1038/nrc3983 (2015).
Schliemann, M. et al. Heterogeneity reduces sensitivity of cell death for TNF-stimuli. BMC Syst Biol 5, 204, https://doi.org/10.1186/1752-0509-5-204 (2011).
Dalle Pezze, P. et al. A dynamic network model of mTOR signaling reveals TSC-independent mTORC2 regulation. Sci Signal 5, ra25, https://doi.org/10.1126/scisignal.2002469 (2012).
Nelander, S. et al. Models from experiments: combinatorial drug perturbations of cancer cells. Mol Syst Biol 4, 216, https://doi.org/10.1038/msb.2008.53 (2008).
Acknowledgements
We thank Junsoo Kang and Eun-Joon Lee for their help in curating the datasets and many useful discussions about the proposed algorithm. We also thank Dongkwan Shin, Je-Hoon Song, Jonghoon Lee, and Dongsan Kim for their insightful comments. We appreciate Anil Korkut’s help in curating K2015 dataset. This work was supported by the National Research Foundation of Korea (NRF) grants funded by the Korea Government, the Ministry of Science and ICT (2017R1A2A1A17069642, 2015M3A9A7067220, and 2013M3A9A7046303).
Author information
Authors and Affiliations
Contributions
K.-H.C. designed and supervised the research. D.L. collected the datasets and implemented the softwares. D.L. and K.-H.C. analyed and discussed the results. D.L. and K.-H.C. wrote and revised the manuscript.
Corresponding author
Ethics declarations
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.
Electronic supplementary material
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 license, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons license, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons license 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 license, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Lee, D., Cho, KH. Topological estimation of signal flow in complex signaling networks. Sci Rep 8, 5262 (2018). https://doi.org/10.1038/s41598-018-23643-5
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-018-23643-5
This article is cited by
-
NETISCE: a network-based tool for cell fate reprogramming
npj Systems Biology and Applications (2022)
-
Identifying molecular targets for reverse aging using integrated network analysis of transcriptomic and epigenomic changes during aging
Scientific Reports (2021)
-
Signal flow control of complex signaling networks
Scientific Reports (2019)
Comments
By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.