Skip to main content

Signaling network prediction by the Ontology Fingerprint enhanced Bayesian network

Abstract

Background

Despite large amounts of available genomic and proteomic data, predicting the structure and response of signaling networks is still a significant challenge. While statistical method such as Bayesian network has been explored to meet this challenge, employing existing biological knowledge for network prediction is difficult. The objective of this study is to develop a novel approach that integrates prior biological knowledge in the form of the Ontology Fingerprint to infer cell-type-specific signaling networks via data-driven Bayesian network learning; and to further use the trained model to predict cellular responses.

Results

We applied our novel approach to address the Predictive Signaling Network Modeling challenge of the fourth (2009) Dialog for Reverse Engineering Assessment's and Methods (DREAM4) competition. The challenge results showed that our method accurately captured signal transduction of a network of protein kinases and phosphoproteins in that the predicted protein phosphorylation levels under all experimental conditions were highly correlated (R2 = 0.93) with the observed results. Based on the evaluation of the DREAM4 organizer, our team was ranked as one of the top five best performers in predicting network structure and protein phosphorylation activity under test conditions.

Conclusions

Bayesian network can be used to simulate the propagation of signals in cellular systems. Incorporating the Ontology Fingerprint as prior biological knowledge allows us to efficiently infer concise signaling network structure and to accurately predict cellular responses.

Background

New proteomics techniques enabled large-scale experiments that monitor phosphorylation states of many proteins under different physiological stimuli and/or pharmacological treatments. Each measurement captures a static picture of how the cellular signaling network responses to the binding of a ligand to its receptor, but the interconnections among many different ligand-activated pathways are complex and dynamic. Thus, it is of biological importance to infer which signaling path is at work in response to a particular ligand and how pathways "cross-talk" to each other in a cell-type-specific manner, and eventually to develop computational models capable of predicting cellular responses under different stimuli.

One of the most common approaches to signaling network modeling is to represent the dynamic system as a set of ordinary differential equations (ODEs) using mass action kinetics, by which the concentration of species over time can be analyzed [1, 2]. Additionally, when spatial information is important for such modeling, a system of partial differential equations (PDEs) is considered to be more precise tool to model biochemical processes in both space and time dimension [3–5]. ODEs or PDEs mathematically represent signal transduction by introducing many parameters in the model, which becomes impractical for extremely large networks due to the increasing difficulty in parameter estimation [1]. To approach large-scale signaling network modeling, several data-driven methods have emerged and applied to simulate signal transduction: constraint-based network analysis that allows reconstruction of large systems of biochemical reactions in analyzing genome-scale metabolic networks [6–8]; network component analysis (NCA) which incorporates prior knowledge of network topology to infer signaling pathways [9, 10]; partial least squares regression (PLSR) analysis to investigate complicated signaling networks by identifying optimal principle component-based dimensions from a proposed relationship [11–13]. Many of the approaches described above are deterministic models, which are not aimed at accommodating the noise inherent in biologically data [14]. In contrast, Bayesian network analysis is an alternative probabilistic graphical approach to model signaling pathways [15, 16]. Bayesian network, which can explicitly handle the uncertainty of unobserved events [14, 17], provides a compact graphical representation of the joint probability distributions over all random variables, and has been used for reconstruction of signaling networks [18–24].

To assess the current state of the art network inference methods, Columbia University, the New York Academy of Sciences, and the IBM Computational Biology Center have been organizing the Dialogue for Reverse Engineering Assessments and Method (DREAM), an annual international competition to assess methods that infer network structures and predict cellular response to different combination of stimuli from actual experimental data [25]. Challenge 3 of the 2009 DREAM4 competition (will be referred to as DREAM4 challenge) was titled Predictive Signaling Network Modeling and included two tasks. In the first part, a canonical protein phosphorylation network was provided. This network was constructed by combining pathways from different cell types reported in the current literature. The participants were also provided with a dataset of protein phosphorylation measurements collected from HepG2 hepatocellular carcinoma cells that were treated with various stimuli and inhibitors. The task was to induce a HepG2 cell specific protein phosphorylation pathway out of the canonical network and to build a predictive model of how the cell responds to these stimuli and inhibitors. The second part of the challenge was to use this induced pathway to predict the activities of the phosphoproteins under a new set of perturbations.

The provided canonical pathway consists of a union of the known signaling pathways responding to the following ligands TNFα, IL1α, IGF-1, and TGFα (see the Methods section for detailed description). The training data consisted of the activities of seven downstream phosphoproteins measured when cells were treated with four cytokine (and control) stimuli in various combinations with four inhibitors at 0, 30 minutes and 3 hours post-stimulation. The test data was generated similarly, but the cells were treated with different combination of stimuli and inhibitors [26–28].

Our approach to this challenge is to employ an enhanced Bayesian network to identify the most plausible HepG2 specific signaling network and to predict the cellular responses to new stimuli. Bayesian network is a directed acyclic graph (DAG) model representing the probabilistic relationships between a set of random variables [16]. Given a signal transduction pathway such as the canonical network of DREAM4 challenge, a Bayesian network can represent the propagation of cellular signal for the biological network in such a way that the state of a downstream phosphoprotein is determined by the states of its upstream kinases, and their relationships can be quantified by conditional probabilities [21]. We could then transform the task of inducing cell-type-specific network as a task to find a subnetwork within the canonical network that explains the observed data as well as possible--a data-driven structure search problem. It is well known that brute force exhaustive search of Bayesian network structure is intractable [29] although different heuristic algorithms exist to address the task. However, solely employing these heuristic algorithms in our setting would fail to utilize a wealth of biological knowledge regarding genes and proteins and their relationships. Ignoring this knowledge may result in a Bayesian network that captures the statistical relationships between the states of phosphoproteins perfectly but does not make any biological sense--a phenomenon referred to as equivalent classes of Bayesian networks in the machine learning field [30, 31]. In order to address this problem, we developed a Bayesian network searching algorithm that incorporates prior biological knowledge.

We recently developed the concept of the Ontology Fingerprint from biomedical literature and Gene Ontology (GO) [32]. The Ontology Fingerprint for a gene or a phenotype is a set of GO terms overrepresented in the PubMed abstracts linked to the gene or phenotype, along with these terms' corresponding enrichment p-values [33]. By comparing two genes' Ontology Fingerprints, we can assess their biological relevance quantitatively. Such relevance can be used to assess gene-gene connections for model selection in Bayesian network-based signaling network prediction. Incorporating this information accelerates the network search process and helps to identify biologically sound connections in predicting signaling networks, eventually leading to better models. We thus developed an enhanced Bayesian network method by incorporating the Ontology Fingerprint for model selection. This novel approach was used to predict a signaling network for the DREAM 4 challenge and performed very well, indicating ontology and prior biological knowledge can make a significant contribution to signaling network predictions.

Methods

Combining prior knowledge with experimental data, we adopted a Bayesian network approach to infer the most plausible signaling network from a web of complex networks. Figure 1 outlines the workflow of our method and Figure 2 illustrates the graph-searching algorithm.

Figure 1
figure 1

Schematic representation of the methodology. The Ontology Fingerprints of the whole human genome were constructed, followed by calculating gene-gene similarity scores using pair-wise comparison of their Ontology Fingerprints. When searching for a cell-type-specific network, the canonical signaling network was repeatedly and stochastically modified by adding or deleting edges based on similarity scores, i.e. the higher the similarity score of a gene pair, the greater possibility of adding the edges connecting the two genes. The candidate networks were trained in parallel using an MCEM (MCMC sampling-based EM) algorithm to infer the states of hidden nodes and estimate network parameters, and LASSO regression was applied in the last round of MCEM. A model selection criteria (BIC) is further calculated for each candidate network. Finally, the best network was selected under the guidance of BIC criteria. The selected network was then applied to predict the phosphorylation activities for the testing data.

Figure 2
figure 2

Heuristic network search algorithm based on the Ontology Fingerprint. A) The gene-gene similarity scores among the 40 genes of interest were converted into probabilities of adding or deleting edges respectively: i) the similarity scores were ranked in ascending order, and each pair of genes was assigned a corresponding rank R (column "Rank ascendingly"); the probability of adding an edge was obtained by the percentage of its ascending rank out of the total ascending ranks (formula on the left of the arrow); ii) similarly, the probability of deleting an edge was assigned by the percentage of the gene pair's descending rank (column "Rank decendingly") out of the total descending ranks (formula on the right of the arrow). These probabilities ensure that the higher the similarity score of a gene pair, the greater possibility of adding the edge between the two genes; and the lower the similarity score of a gene pair, the more likely the edge between the two genes will be deleted. B) Heuristic rules of adding or deleting edges from the canonical network. A network was updated by either deleting or adding an edge sequentially: i) for deleting edges, an edge was sampled according to its deletion probability (p'); the sampled edge has to exist in the current network and the edges from signals to their corresponding receptors were not allowed to be deleted; ii) for adding edges, an edge was sampled according to its addition probability (p); the sampled edge should not appear in the current network, and the edges between signals, between receptors, between signal and non-receptor, and from other nodes to signal are not allowed to be added.

Data

The training data were provided by the DREAM4 challenge 3, including phosphorylation measurements for 7 proteins under 25 experimental conditions (combinations of different signal stimuli and kinase inhibition) at 3 time points. We used the provided canonical pathway as the original DAG which contains 40 nodes and 58 edges (Figure 3A). The nodes were classified into four color-coded categories: 1) four ligand receptor nodes (green); 2) seven phosphoprotein nodes whose phosphorylation level were measured as fluorescent signal readings (blue and magenta); 3) two inhibited nodes (red), which were inhibited under some experimental conditions; and 4) hidden nodes (grey). Nodes MEK12 and P38 are both observed and inhibited nodes under their inhibition condition. In addition, PI3K and IKK were inhibited in some experiments but their phosphorylation states were not measured.

Figure 3
figure 3

Full network comparison of the original canonical pathway and the inferred cell-type-specific pathway. A) Provided by DREAM 4 challenge, the original canonical pathway contains 40 nodes connected by 58 edges: 4 nodes in green represent 4 cytokine receptor which originate signals; 7 nodes in blue or magenta represent observed phosphoprotein with activity measurements; 2 nodes in red represent proteins that are inhibited under some experimental conditions; and 27 hidden nodes in grey have no experimental observation; B) Predicted cell-type-specific pathway activated in HepG2 cell lines, with 37 nodes connected by 47 edges as determined by our algorithm.

In order to incorporate independent biological knowledge to learn the network structure, we evaluated the degree of biological relevance between genes by using the gene-gene similarity scores derived from their Ontology Fingerprints; the pairwise similarity scores among the 40 nodes were calculated. The detailed procedures of constructing Ontology Fingerprint were described in [33]. Specifically, we downloaded and processed the June 13th, 2007 version of GO to extract GO terms and their descriptions. The 2007 version of PubMed abstracts in XML format was also downloaded and processed to extract the PubMed ID and the text of each abstract. The links between PubMed abstracts and genes were obtained from the NCBI "pubmed2gene" file. Abstracts that contained GO terms were identified by exact string match. We also labeled the abstracts containing a GO term with all of the term's parent terms. In addition, each abstract was labeled with a GO term only once regardless of how many times the term occurred in the abstract. The ontology fingerprints were derived from 178,687 abstracts linked to at least one human gene. In total, we constructed Ontology Fingerprints for 25,357 human genes using 5,001 ontology terms mapped to the PubMed abstracts that linked to human genes.

Bayesian network

A Bayesian network was constructed based on the provided canonical signal transduction network, in which nodes are proteins and directed edges represent signaling flows [34]. For the proteins whose phosphorylation signals were measured, we represented their phosphorylation states using Bernulli variables, such that state = 1 (phosphorylated) and state = 0 (unphosphorylated). Under such a setting, the observed fluorescent signals reflecting the phosphorylation level of a protein (the concentration of phosphorylated protein) can be modeled using a Gaussian distribution conditioning on their states (Equation (1)):

p ( v i | s i = 0 ) ~ N ( μ i , 0 , σ i , 0 ) p ( v i | s i = 1 ) ~ N ( μ i , 1 , σ i , 1 )
(1)

Where v i denotes the activity reading of observed node i, s i denotes its state; μ i ,0 and μ i ,1 represent the average activity reading of node i at sate 0 and state 1 respectively; σi,0and σi,1represent the variance of activity readings of node i at sate 0 and state 1 respectively. The fluorescent measurements of the seven observed nodes are modeled using a mixture of signals produced by phosphorylated and unphosphorylated proteins.

Under the causal Markov assumption [35–37], we represented the conditional probabilistic relationship between a phosphoprotein and its upstream signaling molecules (kinases) with a logistic function, i.e. given the states of a node i's parents, the probability of the node i being at active state (s i = 1) is independent of its nondescendents' states. This logistic function was defined in Equation (2)

p ( s i = 1 | p a ( s i ) ) = 1 1 + e - ( β i , 0 + ∑ j ∈ p a ( s i ) β i , j s j )
(2)

where pa(s i ) denotes the set of parent nodes of node i, and j denotes one of i's parent nodes; s j represents the state of j; βi,0is the interception and βi,jis the logistic regression coefficient between node i and its parent node j.

Learning structure of cell-type-specific signaling network

The DREAM 4 challenge requires inferring the cell-type-specific signal network and predicting the cellular response under certain stimulations. We formulated these tasks as learning the structure and parameterization of the Bayesian network and adopted a Bayesian learning approach to determine the structure. Under this framework, the goal is to identify a network structure, a model M, which has the maximal posterior probability given data D (Equation (3) and (4)):

M * = arg max M ∈ G p ( M | D )
(3)
p ( M | D ) ~ p ( M ) p ( D | M )
(4)

The number of all possible network structures of a Bayesian network G (Equation (3)) is super exponential [38, 39] with respect to the number of nodes. Thus, exhaustive search of all possible structures is intractable. In this study, we developed a heuristic approach to utilize prior biological knowledge to guide a stochastic search of biologically plausible candidate graphs, equivalent to selecting networks with higher prior p(M). Based on these candidate networks, we further performed a data-driven search of network structure through parameterization. We identified an optimal cell-type-specific network for HepG2 cells by combining the networks that were preferentially selected based on prior knowledge and that explained the observed data well.

Searching for biological plausible network using the Ontology Fingerprint

Using the provided canonical network as a starting point, we explored the space of the cell-type-specific networks by stochastically adding and deleting edges. The edge selection was based on the available prior biological knowledge in order to search for network structures that are more biologically sensible. To this end, we employed the Ontology Fingerprint [33] to represent the prior knowledge of proteins of interest. The Ontology Fingerprint of a gene provides the characteristics of the cellular component, molecular function, or biological process captured in the literature with a quantitative measure. By comparing two genes' Ontology Fingerprints using a modified inner product, a similarity score is generated to quantify the gene-gene relationship--the higher the score, the more the two genes are biologically relevant. We used these similarity scores to guide the exploration of model space of possible networks.

We calculated the similarity scores for all pairs of 40 genes in the canonical pathway. The similarity score was used to assess whether an edge should be added or deleted in the canonical network: edges linking two genes with strong biological relevance (i.e. high similarity score) will be added into the network with a higher chance, while edges with weak biological relevance and weak data support will be deleted from the network with a higher chance. Figure 2 shows the heuristic rules of network search. The candidate graphs were then used to infer the parameters by applying the EM algorithm.

Searching for network structure based on observed data

Given a candidate network produced in the aforementioned space exploration, we further evaluated if the model explains the observed experimental data well by calculating the term p(D|M) in Equation (4). This involves learning the parameters of the network model and considering all possible combination of parameterization of the model to derive the marginal probability p(D|M). In this study, we employed LASSO logistic regression to perform regularized (aka Bayesian) estimation of parameters. We also used the Bayesian information criteria (BIC) [40] as a surrogate of the marginal probability of the network to assess the goodness of fit of the models. In addition, we took advantage of the fact that, when the logistic regression parameter between a target phosphoprotein and one of its parents is set to zero by the Lasso logistic regression, we can effectively delete the edge between these two proteins--searching for network model through parameterization.

Bayesian learning of network model

The true phosphorylation states of the protein nodes were not observed but indirectly reflected by the fluorescence signals in the training data. Therefore the nodes representing protein phosphorylation states were latent variables. We used an expectation-maximization (EM) algorithm to infer the hidden state of each node and further estimated the parameters of candidate models [41]. The hidden states of the protein nodes were inferred using a Gibbs-sampling-based belief propagation in the EM algorithm, i.e. Monte Carlo EM algorithm (MCEM) [42]. In the E step, the state of a node was inferred based on the states of its Markov blanket nodes using a Gibbs sampling algorithm, and all the nodes' states were updated following the belief propagation algorithm. In the M step the parameters associated with edges were estimated based on the sampled states of the nodes. The Markov blanket of node X is a set of nodes consisting of X' s parents, children, and other parents of X's children nodes. Given the states of the nodes within X's Markov blanket, the X's state is independent of the states of nodes outside the Markov blanket. We derived the full conditional probability of a hidden node (Equation (5.1) - (5.3)):

p ( s i = 0 | M B ( s i ) ) = p ( s i = 0 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 0 ) D h
(5.1)
p ( s i = 1 | M B ( s i ) ) = p ( s i = 1 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 1 ) D h
(5.2)
D h = p ( s i = 0 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 0 ) + p ( s i = 1 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 1 )
(5.3)

Similarly, the full conditional probability of the observed node was described in Equation (6.1) - (6.3), where the probability of each node's state conditioned on the states of its parents (p(s i |pa(s i ))) can be determined using Equation (2):

p ( s i = 0 | M B ( s i ) ) = p ( v i | s i = 0 ) p ( s i = 0 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 0 ) D o = N ( μ i , 0 , σ i , 0 ) p ( s i = 0 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 0 ) D o
(6.1)
p ( s i = 1 | M B ( s i ) ) = p ( v i | s i = 1 ) p ( s i = 1 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 1 ) D o = N ( μ i , 1 , σ i , 1 ) p ( s i = 1 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 1 ) D o
(6.2)
D o = N ( μ i , 0 , σ i , 0 ) p ( s i = 0 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 0 ) + N ( μ i , 1 , σ i , 1 ) p ( s i = 1 | p a ( s i ) ) p ( c h ( s i ) | p a ( c h ( s i ) ) , s i = 1 )
(6.3)

Logistic regression was then used in the M-step to estimate the parameters of the generalized linear model. In order to reduce the search space, LASSO regression implemented in the LARS package from R [43] was applied in the final round of the EM algorithm to determine whether to perform regularization. This would set certain parameters to zero between a parent-child protein pair in the candidate network [44, 45] while retaining the edges that were sufficient to model the observed data. Lasso regression could thus reduce the number of edges in networks that have weak or duplicated effect on signaling cascade.

Prediction of test data

To predict the fluorescent signals of 7 phosphoproteins in response to cytokine stimuli under 40 testing conditions, the phosphorylation states of these proteins were sampled using the aforementioned EM algorithms (E step only) and the belief propagation algorithm. The fluorescent signals were then simulated by mixture of the signals of proteins in both phosphorylated and unphosphorylated states defined in Equation (1). We generated 50 samples of the activation state for each protein node according to its posterior probability and each sample predicted the strength of fluorescent signal of the monitored proteins from the learned normal distribution conditioned on sampled states. The final prediction was then produced by averaging the predicted measurements of the observed nodes across all samples.

Results

The task of learning cell-type-specific network is equivalent to determining which subset of vertices and edges from the canonical network should be retained for that cell type. We addressed the task of learning network structure through combining prior knowledge and experimental data in the following steps: 1) stochastically exploring candidate network structures based on prior knowledge; 2) training candidate Bayesian network using experimental data, which further modifies network structure through parameterization, i.e., setting the parameters associated with certain edges to the values that would be equivalent to deleting these edges; and 3) selecting the network model that best simulates the experimental results. A Bayesian network can also readily simulate the propagation of a signal in the system using a belief propagation algorithm [29], which can predict the system's response to cellular stimuli.

The novelty of our approach is to update the network by leveraging prior biological knowledge captured in the Ontology Fingerprints [33] in order to efficiently search for better network structure. The similarity of the Ontology Fingerprints of a pair of genes captures their biological relevance, e.g. whether they participate in a common biology process within a common biological setting such as the same cell type. Therefore, two genes with similar Ontology Fingerprints are more likely to cooperatively work in a common biological environment than those that are not. This information could be used as prior knowledge to preferentially retain or reject the edges in the canonical network in a principled manner.

Learning cell-type-specific signaling network

Using the provided experimental data, we trained our Bayesian network-learning algorithm to infer a HepG2 cell specific network. Figure 3A shows the provided canonical network and the final predicted network is shown in Figure 3B. DREAM4 competition only required to report a collapsed graph, i.e. all hidden nodes removed, and only the paths among the observed phosphoproteins (colored nodes) shown. Figure 4 shows the comparison between the collapsed canonical network and the network learned by our algorithm. The figure shows that the learned graph is simpler than the canonical graph: it contains 17 edges instead of 27 in the canonical network. Notably, the number of each receptor's edges was reduced to three, resulting in a narrower transduction path for each receptor. An intermediary node (PI3K) lost all outgoing signals except one, and two terminal nodes (ERK1/2 and HSP2/7) lost their connecting edge. Another intermediary node (JNK1/2) lost its incoming signals from three of the four signal nodes (TGFa, IGF1 and TNFa).

Figure 4
figure 4

Comparison of the collapsed original canonical and the inferred cell-type-specific pathways. A) Collapsed canonical network provided by DREAM4 challenge where all hidden nodes and corresponding edges are removed; B) Collapsed network predicted by our Ontology-Fingerprint-based graph search algorithm.

The predicted network represents a biologically plausible signaling pathway specific to HepG2 cells, partially due to the novel graph search algorithm based on the Ontology Fingerprints. For instance, the connections between IKK and IKB tended to be kept during graph updating due to the relatively high similarity of their Ontology Fingerprints, with the similarity score ranking above the 80th percentile. In contrast, the connection between ERK1/2 and HSP2/7 was deleted with a high probability since their similarity score lies on the 30th percentile. Overall, the model updating process based on the novel graph search algorithm seamlessly included prior biological knowledge embedded in the literature and GO. Based on the training data of HepG2 cell, employing LASSO regression [46] in learning Bayesian network parameters further identifies main paths specifically transducing the signal in this cell type, resulting in a sparse network.

Our results also indicate that Bayesian network is particularly suitable for modeling cellular signal transduction in that principled statistical inference algorithms, e.g., the belief propagation algorithm, enabled us to represent hidden variables (nodes without observations) in the graph and to infer detailed signal transduction in the pathway. In contrast, other modeling approaches reported at the DREAM4 conference, e.g., methods based biochemical systems theory [47], usually ignore all hidden variables to reduce the complexity of network modeling and parameter estimation at the cost of missing intermediate information. The full network predicted by our approach consists of 37 nodes connected by totally 47 edges, and each edge is associated with a parameter that quantifies the relationship of the signal propagated from the parent node to its child node (Figure 3B). In this network, twenty-four nodes are hidden but our inference algorithm correctly inferred their states and relationships between the nodes in the network. For instance, the directed edge from RAS to RAF, both of which are hidden nodes, was assigned with a positive coefficient (β = 53.12), indicating that RAS plays a strong activation role for RAF1. This infer-ence agrees with previous findings [48–50] that RAF1 is a critical RAS effector target, and its activation is a consequence of RAS activation and the formation of RAS-GTP-RAF1 complex. The positive connection between another pair of hidden nodes, from RAC to PAK (β = 16.49), is also consistent with the fact that PAK is the downstream effector of RAC[51, 52]. Zimmerman and Moelling [53] suggested that AKT-mediated phosphorylation of RAF1 leads to the inhibition of the Raf-MEK-ERK cascade and the modulation of the cellular response [54, 55]. Indeed, our algorithm correctly captured this relationship, which assigned a negative coefficient (β = -1.17E-12) to the edge from AKT to RAF1 in our predicted network. While the low coefficient may reflect the fact that the inference used the measurement performed on two distal nodes--AKT and ERK, the negative value is indeed consistent with the known inhibitory effect. These evidences demonstrate that our approach can utilize the limited observed data to infer the signal transduction of the full network, even though the state of certain nodes are not observed.

Predicting cellular responses to stimuli

Using the final graph and the associated parameters learned from the Bayesian network approach, we performed simulation studies to predict cellular responses to a set of provided stimuli and compared the "predicted" results with the observed training data. The comparison showed a very significant correlation (R2 = 0.93). Figure 5 shows the scatter plot between the predicted versus the observed levels for the phosphoprotein activity of all 7 proteins under all conditions. Figure 6 compares the fitting of the data under different conditions for each of the 7 proteins. The black curves denote the observed phosphoprotein activity levels, while the red curves represent the corresponding predicted values. The blue-line within each box indicates the detection threshold of the detector (~ 300). Overall, the predictions are highly consistent with the observed data, indicating that our model is able to capture the signal transduction in HepG2 cells with a sparse network.

Figure 5
figure 5

Comparison of predicted and observed phosphoprotein activity of 7 proteins of interest across different experimental conditions. We used trained Bayesian network to predict the phosphorylation activity of the 7 proteins of interest under all experimental conditions in the training data set. The "predicted" results were compared with the provided observations and a correlation analysis shows significant correlation (R2 = 0.93).

Figure 6
figure 6

Phosphorylation activity plots of 7 proteins of interest under the treatments of 5 different stimuli. We used the trained Bayesian network to predict the phosphorylation level of 7 phosphoproteins under all conditions and compared with the observed data in time-course plots. Within each box, the phosphorylation activity were predicted or observed at 3 time point (0 min, 30 min, and 3 hours post stimulus are plotted, in which the observed data are shown in black and predicted data are shown as red. The blue lines appearing in some boxes indicate that the activity measurement lies within the noise error of the detector (the reading is less than 300).

Using the predicted HepG2 specific network and the learned parameters, we then predicted the phosphoprotein activity levels of the 7 proteins under the test conditions given by the DREAM 4 Challenge. The predicated phosphoprotein activities were evaluated against experimental measurement by the organizers of DREAM4 challenge using two criteria: first, the accuracy evaluated by a prediction cost function (sum of squared errors over all the predictions); second, network parsimony. Our group (Team 451) ranked within the top five (#4 or #5 depending on different DREAM4 ranking methods) among all submissions for this challenge (http://wiki.c2b2.columbia.edu/dream/results/DREAM4/?c=3_1). This outcome demonstrates that incorporating prior biological knowledge in the form of the Ontology Fingerprint with statistical algorithms for graph searching and parameter estimation can significantly outperform many other approaches for signaling network inference. Our results also demonstrate a novel way to integrate ontological data and literature in learning signaling network construction, as well as the feasibility of applying ontology as biological information in other challenging data-mining problems.

Discussion

A signaling network is a complex and dynamic system that governs biological activities and coordinates cellular functions [56, 57]. Defects in signal transduction are responsible for diseases such as cancer, autoimmunity, and diabetes [58]. By understanding signaling networks, mechanisms of diseases can be investigated more specifically, and the disease could be targeted and treated more efficiently. Moreover, different cell types often activate different parts of signaling networks, resulting in different responses to the same perturbation. In this study, we addressed the DREAM4 challenge of predicting signaling networks using two innovative approaches: 1) by incorporating prior knowledge in the form of the Ontology Fingerprint, we efficiently and preferentially search biologically plausible models, and 2) by using LASSO regression, we unified the Bayesian network parameter learning and structure learning in a data-driven manner. These improvements are principled from a statistical learning point of view and sensible from a biological point of view.

Participants of the DREAM4 challenge developed various computational approaches to model the signaling network and predict their cellular responses to different stimuli. Dynamic mathematical modeling implemented in a system of differential equations is one of the mainstream approaches [59, 60]. The method represents signal transduction as detailed and biochemically realistic mathematical equations with the need to estimate many free parameters. However, the parameter estimation becomes extremely challenge as the number of species in the network increases [1]. To circumvent this pitfall, one of the participant teams using this approach omitted all hidden nodes, i.e. species not subjected to experimental manipulation or measurement. Such simplification resulted in missing information of network topology and intermediate signal transduction. An alternative approach is to depict the signaling pathway as a logical model and utilize a two-state discrete (Boolean) logic to approximate the signal propagation in the network. However, the Boolean model is a deterministic approach not rigorous enough to capture real biological events. Furthermore, this model also involved node compression process to remove non-identifiable elements [26].

By contrast, Bayesian network analysis represents an effective mean to encode both the prior knowledge of network topology and the probabilistic dependency in signaling networks [19, 61]. This approach has the advantage of being able to handle hidden nodes in a principled manner and to model mixed information of both the noisy continuous measurements and the discrete regulatory logic by modeling these nodes as latent variables and infer novel signaling paths from observed data. Such advantage is particularly useful in real world application where experimental measurements are expansive and limited to certain selected proteins. The utility of these data can be maximized by using latent variables to infer novel signaling paths that contain proteins not been measured. However, the application of Bayesian network in real world modeling is limited due to the super exponential space one has to search in order to identify the optimal model [62]. Compared with other approaches applied in the DREAM4 challenge, our approach has several significant advantages: 1) it is able to predict the discrete state of proteins in a probabilistic manner under different stimuli, without the requirement of node compression; 2) the incorporation of prior biological knowledge embedded in the Ontology Fingerprint accelerates the search for optimal network topology, in other words, it increases the probability of obtaining an optimal network within limited learning time; 3) the Ontology Fingerprint enhanced network search process makes the inferred network more biologically sensible; 4) the LASSO model regularization method efficiently assist the search for a sparse network.

Our algorithm was further improved by embedding biological information from the Ontology Fingerprint into the learning stage of the Bayesian network modeling. This was accomplished through the introduction of prior distributions for the variables. The seamless integration of prior knowledge into the Bayesian network framework allowed us to construct a cell-type specific signal transduction pathway and to use the pathway to predict novel perturbation outcomes in the DREAM4 competition. The Ontology Fingerprint derived from PubMed literature and biomedical ontology serve as a comprehensive characterization of genes. Compared to current gene annotation, the Ontology Fingerprints were generated by a largely unsupervised method, thus do not need well-annotated corpus which is difficult to assemble. In addition, the enrichment p-value associated with each ontology term in an Ontology Fingerprint can be used as a quantitative measure of biological relevance between genes--a feature that is lacking in current gene annotations. This comprehensive and quantitative characterization of genes works well as prior knowledge in our graph searching strategy. In contrast, commonly used graph searching algorithms, such as genetic algorithms, only rely on a randomized exhaustive search that is not able to utilize useful prior information. This limitation not only makes these algorithms inefficient in searching the plausible model space but also potentially lead to networks that are biologically irrelevant.

To assess the contribution of the Ontology Fingerprints to Bayesian network learning algorithm, we compared the likelihoods of Bayesian networks iteratively updated with or without the guidance of prior knowledge derived from the Ontology Fingerprints. Starting with the canonical network, we iteratively updated network structure until a fixed number of networks were obtained. The converged likelihood of each network was obtained by Monte Carlo EM algorithm (MCEM) [42]. The likelihoods from Ontology Fingerprint-guided network update were significantly higher than those without the guide (Wilcoxon signed-rank test, p-value = 3.4 × 10-2). In addition, we investigated the performance of Ontology Fingerprint enhanced Bayesian network in eliminating biologically irrelevant relationships from the network. We randomly added edges with similarity scores of zero into the canonical network, and considered the new network as a noisy network. Starting with this noisy network, we performed the same comparison as described above, and the resulting likelihoods from Ontology Fingerprint-guided network update were also significantly higher than the update process without prior knowledge (Wilcoxon signed-rank test, p-value = 1.5 × 10-3). Furthermore, the network update with prior knowledge successfully identified and eliminated noisy edges quickly at the first several iterations. These results demonstrated that integrating the Ontology Fingerprint as prior knowledge can speed up the convergence of likelihood, resulting in the increased efficiency of both identifying optimal network structure and retaining biological meaningful connections in the final network.

In addition to prior knowledge, our approach also employed the LASSO technique [46] to select a plausible model in a data driven manner. LASSO is one of the regularization algorithms originally proposed for linear regression models, and has become a popular model shrinkage and selection method. The LASSO method combines shrinkage and model selection by automatically setting certain regression coefficients to zero [63]. This approach effectively deleted certain candidate edges between signaling molecules, and helped to remove redundant variables to obtain a concise model in the final step.

Conclusion

By incorporating prior biological knowledge, utilizing advanced statistical method for parameter estimation and modeling unobserved nodes as latent variables, we developed a novel approach to infer active signaling networks from experimental data and a canonical network. Our results demonstrated that these improvements allow us to predict signaling network structure and responses that match closely to those identified by experimental approaches.

References

  1. Aldridge BB, Burke JM, Lauffenburger DA, Sorger PK: Physicochemical modelling of cell signalling pathways. Nat Cell Biol. 2006, 8: 1195-1203. 10.1038/ncb1497.

    Article  CAS  PubMed  Google Scholar 

  2. Schwacke JH, Voit EO: Improved methods for the mathematically controlled comparison of biochemical systems. Theor Biol Med Model. 2004, 1: 1-10.1186/1742-4682-1-1.

    Article  PubMed Central  PubMed  Google Scholar 

  3. Smith AE, Slepchenko BM, Schaff JC, Loew LM, Macara IG: Systems analysis of Ran transport. Science. 2002, 295: 488-491. 10.1126/science.1064732.

    Article  CAS  PubMed  Google Scholar 

  4. Neves SR, Iyengar R: Models of spatially restricted biochemical reaction systems. J Biol Chem. 2009, 284: 5445-5449.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. Kholodenko BN: Cell-signalling dynamics in time and space. Nat Rev Mol Cell Biol. 2006, 7: 165-176. 10.1038/nrm1838.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  6. Papin JA, Hunter T, Palsson BO, Subramaniam S: Reconstruction of cellular signalling networks and analysis of their properties. Nat Rev Mol Cell Biol. 2005, 6: 99-111. 10.1038/nrm1570.

    Article  CAS  PubMed  Google Scholar 

  7. Wiback SJ, Mahadevan R, Palsson BO: Reconstructing metabolic flux vectors from extreme pathways: defining the alpha-spectrum. J Theor Biol. 2003, 224: 313-324. 10.1016/S0022-5193(03)00168-1.

    Article  CAS  PubMed  Google Scholar 

  8. Schilling CH, Covert MW, Famili I, Church GM, Edwards JS, Palsson BO: Genome-scale metabolic model of Helicobacter pylori 26695. J Bacteriol. 2002, 184: 4582-4593. 10.1128/JB.184.16.4582-4593.2002.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Liao JC, Boscolo R, Yang YL, Tran LM, Sabatti C, Roychowdhury VP: Network component analysis: reconstruction of regulatory signals in biological systems. Proc Natl Acad Sci USA. 2003, 100: 15522-15527. 10.1073/pnas.2136632100.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Rahib L, MacLennan NK, Horvath S, Liao JC, Dipple KM: Glycerol kinase deficiency alters expression of genes involved in lipid metabolism, carbohydrate metabolism, and insulin signaling. Eur J Hum Genet. 2007, 15: 646-657. 10.1038/sj.ejhg.5201801.

    Article  CAS  PubMed  Google Scholar 

  11. Janes KA, Albeck JG, Gaudet S, Sorger PK, Lauffenburger DA, Yaffe MB: A systems model of signaling identifies a molecular basis set for cytokine-induced apoptosis. Science. 2005, 310: 1646-1653. 10.1126/science.1116598.

    Article  CAS  PubMed  Google Scholar 

  12. Janes KA, Gaudet S, Albeck JG, Nielsen UB, Lauffenburger DA, Sorger PK: The response of human epithelial cells to TNF involves an inducible autocrine cascade. Cell. 2006, 124: 1225-1239. 10.1016/j.cell.2006.01.041.

    Article  CAS  PubMed  Google Scholar 

  13. Miller-Jensen K, Janes KA, Brugge JS, Lauffenburger DA: Common effector processing mediates cell-specific responses to stimuli. Nature. 2007, 448: 604-608. 10.1038/nature06001.

    Article  CAS  PubMed  Google Scholar 

  14. Pe'er D: Bayesian network analysis of signaling networks: a primer. Sci STKE. 2005, 2005: pl4-10.1126/stke.2812005pl4.

    PubMed  Google Scholar 

  15. Pearl J: Probabilistic reasoning in intelligent systems: networks of plausible inference. 1988, San Francisco, CA, USA Morgan Kaufmann Publishers Inc

    Google Scholar 

  16. Needham CJ, Bradford JR, Bulpitt AJ, Westhead DR: Inference in Bayesian networks. Nat Biotechnol. 2006, 24: 51-53. 10.1038/nbt0106-51.

    Article  CAS  PubMed  Google Scholar 

  17. Hughey JJ, Lee TK, Covert MW: Computational modeling of mammalian signaling networks. Wiley Interdiscip Rev Syst Biol Med. 2010, 2: 194-209. 10.1002/wsbm.52.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  18. Sachs K, Perez O, Pe'er D, Lauffenburger DA, Nolan GP: Causal protein-signaling networks derived from multiparameter single-cell data. Science. 2005, 308: 523-529. 10.1126/science.1105809.

    Article  CAS  PubMed  Google Scholar 

  19. Woolf PJ, Prudhomme W, Daheron L, Daley GQ, Lauffenburger DA: Bayesian analysis of signaling networks governing embryonic stem cell fate decisions. Bioinformatics. 2005, 21: 741-753. 10.1093/bioinformatics/bti056.

    Article  CAS  PubMed  Google Scholar 

  20. Kim DC, Yang CR, Wang X, Zhang B, Wu X, Gao J: Discovery of lung cancer pathways using reverse phase protein microarray and prior-knowledge based Bayesian networks. Conference proceedings: Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Conference. 2011, 2011: 5543-5546.

    Google Scholar 

  21. Sachs K, Gifford D, Jaakkola T, Sorger P, Lauffenburger DA: Bayesian network approach to cell signaling pathway modeling. Sci STKE. 2002, 2002: PE38-

    PubMed  Google Scholar 

  22. Sachs K: Bayesian network models of biological signaling pathways. 2006, MASSACHUSETTS INSTITUTE OF TECHNOLOGY, Department of Biological Engineering

    Google Scholar 

  23. Guha U, Chaerkady R, Marimuthu A, Patterson AS, Kashyap MK, Harsha HC, Sato M, Bader JS, Lash AE, Minna JD: Comparisons of tyrosine phosphorylated proteins in cells expressing lung cancer-specific alleles of EGFR and KRAS. Proc Natl Acad Sci USA. 2008, 105: 14112-14117. 10.1073/pnas.0806158105.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  24. Bose R, Molina H, Patterson AS, Bitok JK, Periaswamy B, Bader JS, Pandey A, Cole PA: Phosphoproteomic analysis of Her2/neu signaling and inhibition. Proc Natl Acad Sci USA. 2006, 103: 9773-9778. 10.1073/pnas.0603948103.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Stolovitzky G, Monroe D, Califano A: Dialogue on Reverse-Engineering Assessment and Methods: The DREAM of High-Throughput Pathway Inference. Annals of the New York Academy of Science. 2007, 1115: 11-22.

    Google Scholar 

  26. Saez-Rodriguez J, Alexopoulos LG, Epperlein J, Samaga R, Lauffenburger DA, Klamt S, Sorger PK: Discrete logic modelling as a means to link protein signalling networks with functional analysis of mammalian signal transduction. Mol Syst Biol. 2009, 5: 331-

    Article  PubMed Central  PubMed  Google Scholar 

  27. Alexopoulos L, Saez-Rodriguez J, Cosgrove B, Lauffenburger DA, Sorger PK: Networks reconstructed from cell response data reveal profound differences in signaling by Toll-like receptors and NF-kB in normal and transformed human hepatocytes. Submitted. 2010

    Google Scholar 

  28. Saez-Rodriguez J, Goldsipe A, Muhlich J, Alexopoulos LG, Millard B, Lauffenburger DA, Sorger PK: Flexible informatics for linking experimental data to mathematical models via DataRail. Bioinformatics. 2008, 24: 840-847. 10.1093/bioinformatics/btn018.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  29. Bishop C: Pattern Recognition and Machine Learning. 2007, Springer-Verlag New York Inc

    Google Scholar 

  30. Anderson SA, Madigan D, Perlman MD: A characterization of Markov equivalence classes for acyclic digraphs. Ann Statist. 1997, 25: 37-

    Google Scholar 

  31. Madigan D: A note on equivalence classes of directed acyclic independence graphs. Probability in the Engineering and Informational Sciences. 1993, 7: 4-

    Article  Google Scholar 

  32. Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, Davis AP, Dolinski K, Dwight SS, Eppig JT: Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat Genet. 2000, 25: 25-29. 10.1038/75556.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  33. Tsoi LC, Boehnke M, Klein R, Zheng WJ: Evaluation of Genome-wide Association Study Results through Development of Ontology Fingerprint. Bioinformatics. 2009, 25: 1314-1320. 10.1093/bioinformatics/btp158.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  34. Charniak E: Bayesian networks without tears. AI magazine. 1991, 12: 50-63.

    Google Scholar 

  35. Druzdzel MJ, Simon HA: Causality in bayesian belief networks. Book Causality in bayesian belief networks. 1993, 3-11. (Editor ed.^eds.). pp. pages 3-11. City

    Google Scholar 

  36. Cartwright N: Against modularity, the causal markov condition, and any link between the two: Comments on hausman and woodward. British Journal for the Philosophy of Science. 2002, 53: 411-453. 10.1093/bjps/53.3.411.

    Article  Google Scholar 

  37. Cartwright N: From metaphysics to method: Comments on manipulability and the causal markov condition. British Journal for the Philosophy of Science. 2006, 57: 197-218. 10.1093/bjps/axi156.

    Article  Google Scholar 

  38. Cooper GF: The computational complexity of probabilistic inference using bayesian belief networks. Artificial Intelligence. 1990, 42: 393-405. 10.1016/0004-3702(90)90060-D.

    Article  Google Scholar 

  39. Heckerman D, Meek C, Cooper GF: A Bayesian approach to causal discovery. Computation, Causation, and Discovery; The MIT Press, Cambridge, MA. Edited by: In C. Glymour and G. Cooper e. 1999, 143-167.

    Google Scholar 

  40. Schwarz GE: Estimating the dimension of a mode. Ann Statist. 1978, 6: 461-464. 10.1214/aos/1176344136.

    Article  Google Scholar 

  41. Dempster AP, Laird NM, Rubin DB: Maximum Likelihood from Incomplete Data via the EM Algorithm. Journal of the Royal Statistical Society Series B (Methodological). 1977, 39: 1-38.

    Google Scholar 

  42. Levine RA, Casella G: Implementations of the Monte Carlo EM Algorithm. Journal of Computational and Graphical Statistics. 2001, 10: 422-439. 10.1198/106186001317115045.

    Article  Google Scholar 

  43. Bradley Efron TH, Iain Johnstone, Robert Tibshirani: Least Angle Regression. The Annuals of Statistics. 2004, 32: 407-499. 10.1214/009053604000000067.

    Article  Google Scholar 

  44. Genkin A, Lewis DD, Madigan D: Large-scale Bayesian logistic regression for text categorization. Technometrics. 2007, 49: 291-304. 10.1198/004017007000000245.

    Article  Google Scholar 

  45. Park T, Casella G: The Bayesian Lasso. Journal of the American Statistical Association. 2008, 103: 681-686. 10.1198/016214508000000337.

    Article  CAS  Google Scholar 

  46. Tibshirani R: Regression Shrinkage and Selection via the Lasso. Journal of the Royal Statistical Society Series B (Methodological). 1996, 58: 267-288.

    Google Scholar 

  47. Savageau MA, Voit EO, Irvine DH: Biochemical systems theory and metabolic control theory: 1. fundamental similarities and differences. Mathematical Biosciences. 1987, 86: 127-145. 10.1016/0025-5564(87)90007-1.

    Article  CAS  Google Scholar 

  48. Drugan JK, Khosravi-Far R, White MA, Der CJ, Sung YJ, Hwang YW, Campbell SL: Ras interaction with two distinct binding domains in Raf-1 may be required for Ras transformation. J Biol Chem. 1996, 271: 233-237. 10.1074/jbc.271.1.233.

    Article  CAS  PubMed  Google Scholar 

  49. Marais R, Light Y, Mason C, Paterson H, Olson MF, Marshall CJ: Requirement of Ras-GTP-Raf complexes for activation of Raf-1 by protein kinase C. Science. 1998, 280: 109-112. 10.1126/science.280.5360.109.

    Article  CAS  PubMed  Google Scholar 

  50. Jelinek T, Dent P, Sturgill TW, Weber MJ: Ras-induced activation of Raf-1 is dependent on tyrosine phosphorylation. Mol Cell Biol. 1996, 16: 1027-1034.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  51. Eblen ST, Slack JK, Weber MJ, Catling AD: Rac-PAK signaling stimulates extracellular signal-regulated kinase (ERK) activation by regulating formation of MEK1-ERK complexes. Mol Cell Biol. 2002, 22: 6023-6033. 10.1128/MCB.22.17.6023-6033.2002.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  52. Knaus UG, Wang Y, Reilly AM, Warnock D, Jackson JH: Structural requirements for PAK activation by Rac GTPases. J Biol Chem. 1998, 273: 21512-21518. 10.1074/jbc.273.34.21512.

    Article  CAS  PubMed  Google Scholar 

  53. Zimmermann S, Moelling K: Phosphorylation and regulation of Raf by Akt (protein kinase B). Science. 1999, 286: 1741-1744. 10.1126/science.286.5445.1741.

    Article  CAS  PubMed  Google Scholar 

  54. Jun T, Gjoerup O, Roberts TM: Tangled webs: evidence of cross-talk between c-Raf-1 and Akt. Sci STKE. 1999, 1999: PE1-

    CAS  PubMed  Google Scholar 

  55. Rommel C, Clarke BA, Zimmermann S, Nunez L, Rossman R, Reid K, Moelling K, Yancopoulos GD, Glass DJ: Differentiation stage-specific inhibition of the Raf-MEK-ERK pathway by Akt. Science. 1999, 286: 1738-1741. 10.1126/science.286.5445.1738.

    Article  CAS  PubMed  Google Scholar 

  56. Witzany G: Biocommunication and Natural Genome Editing. 2010, Springer

    Book  Google Scholar 

  57. Jordan JD, Landau EM, Iyengar R: Signaling networks: the origins of cellular multitasking. Cell. 2000, 103: 193-200. 10.1016/S0092-8674(00)00112-4.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  58. Lu KP: Pinning down cell signaling, cancer and Alzheimer's disease. Trends Biochem Sci. 2004, 29: 200-209. 10.1016/j.tibs.2004.02.002.

    Article  CAS  PubMed  Google Scholar 

  59. Eungdamrong NJ, Iyengar R: Modeling cell signaling networks. Biol Cell. 2004, 96: 355-362.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  60. Apgar JF, Toettcher JE, Endy D, White FM, Tidor B: Stimulus design for model selection and validation in cell signaling. PLoS Comput Biol. 2008, 4: e30-10.1371/journal.pcbi.0040030.

    Article  PubMed Central  PubMed  Google Scholar 

  61. Gat-Viks I, Tanay A, Raijman D, Shamir R: A probabilistic methodology for integrating knowledge and experiments on biological networks. J Comput Biol. 2006, 13: 165-181. 10.1089/cmb.2006.13.165.

    Article  CAS  PubMed  Google Scholar 

  62. Chickering DM: Learning bayesian networks is np-complete. 1996

    Book  Google Scholar 

  63. Opgen-Rhein R, Strimmer K: Learning causal networks from systems biology time course data: an effective model selection procedure for the vector autoregressive process. BMC Bioinformatics. 2007, 8 (Suppl 2): S3-10.1186/1471-2105-8-S2-S3.

    Article  PubMed Central  PubMed  Google Scholar 

Download references

Acknowledgements

This work is partly supported by PhRMA Foundation Research Starter Grant, Computational Biology Core of 1 UL1 RR029882-01, R01GM063265-09S1; P20 RR017677-10 and a pilot project from 5P20RR017696-05 (WJZ), as well as grants 5R01LM010144 and 5R01LM009153 (XL). LCT was supported by NLM training grant 5-T15-LM007438-02. TQ was supported by PhRMA Foundation Research Starter Grant, NIH/NCRR 5P20RR017677-10, NIH/NIGMS R01GM063265-09S1 and T32GM074934 07. KJS was funded by Grant 5K12GM081265-03, an Institutional Research and Academic Career Development Award (IRACDA) program from NIGMS. We would like to thank Dr. John Schwacke for providing us with the R code to generate the plot of protein phosphorylation activity.

This article has been published as part of BMC Systems Biology Volume 6 Supplement 3, 2012: Proceedings of The International Conference on Intelligent Biology and Medicine (ICIBM) - Systems Biology. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcsystbiol/supplements/6/S3.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Xinghua Lu or W Jim Zheng.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

WJZ initiated the idea of incorporating the Ontology Fingerprint for network prediction and guided the development of the Ontology Fingerprints. TQ and LCT worked on the method development and signaling network prediction. KJS advised the biological knowledge about the signaling pathway. XL advised the Bayesian network development. TQ and LCT drafted and WJZ and XL finalized the manuscript. WJZ supervised the overall development of the project. All authors have read and approved the manuscript.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Qin, T., Tsoi, L.C., Sims, K.J. et al. Signaling network prediction by the Ontology Fingerprint enhanced Bayesian network. BMC Syst Biol 6 (Suppl 3), S3 (2012). https://doi.org/10.1186/1752-0509-6-S3-S3

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1752-0509-6-S3-S3

Keywords