Literature DB >> 20438656

Learning biological network using mutual information and conditional independence.

Dong-Chul Kim1, Xiaoyu Wang, Chin-Rang Yang, Jean Gao.   

Abstract

BACKGROUND: Biological networks offer us a new way to investigate the interactions among different components and address the biological system as a whole. In this paper, a reverse-phase protein microarray (RPPM) is used for the quantitative measurement of proteomic responses.
RESULTS: To discover the signaling pathway responsive to RPPM, a new structure learning algorithm of Bayesian networks is developed based on mutual Information, conditional independence, and graph immorality. Trusted biology networks are thus predicted by the new approach. As an application example, we investigate signaling networks of ataxia telangiectasis mutation (ATM). The study was carried out at different time points under different dosages for cell lines with and without gene transfection. To validate the performance of the proposed algorithm, comparison experiments were also implemented using three well-known networks. From the experiment results, our approach produces more reliable networks with a relatively small number of wrong connection especially in mid-size networks. By using the proposed method, we predicted different networks for ATM under different doses of radiation treatment, and those networks were compared with results from eight different protein protein interaction (PPI) databases.
CONCLUSIONS: By using a new protein microarray technology in combination with a new computational framework, we demonstrate an application of the methodology to the study of biological networks of ATM cell lines under low dose ionization radiation.

Entities:  

Mesh:

Substances:

Year:  2010        PMID: 20438656      PMCID: PMC2863068          DOI: 10.1186/1471-2105-11-S3-S9

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Bayesian networks are widely applied to a variety of domains such as business, engineering, and medicine [1]. The networks can be used to make optimal inference decisions based on Bayesian theory as well as to find the causal relationship between different entities as a graph model. To perform an efficient inference and correct representation of the dependency relationship, an optimal structure is constructed to maximize the probabilistic fitness to the given data. Determining the optimal network through learning structures of Bayesian networks has been explored over the last decade, which contains the development of searching and scoring schemes. The searching is to find the structure that has the highest score among all possible ones. Since the searching space grows exponentially when the number of variables (nodes) increases, it is known as NP hard [2]. The scoring computes the score of a structure to evaluate how well it fits a given data. Until now, several scoring functions have been developed including the well known Cooper-Herskovits scoring function as in K2 algorithm [3], the likelihood equivalence Bayesian Dirichlet (BDe) scoring function [4], and the minimum description length (MDL) scoring function [5]. In addition to serving as a scoring function, the K2 algorithm [3] functioning as a searching method has attracted attention from researchers due to its performance and efficiency till quite recently. However, the assumption of K2 algorithm is that the order of variables is correctly known. In other words, the performance highly depends on if the variables are well ordered. With regard to structure learning, Hill-Climbing greedy algorithm was used as a searching algorithm in [6]. Conditional independence property and mutual information were also employed for structure learning [7]. The goal of this study is to infer the proteomic signaling pathways affected by DNA damage, DNA repair, cell cycle checkpoints, and cell apoptosis under the influence of different radiation dosages. An emerging protein microarray technology, called the revers-phase protein microarray (RPPM), in conjunction with the quantum dots (Qdot) nano-technology, is used as the detection system. We study the proteomic responses at different time points (1h, 6h, 24h, 48h, and 72h) under different dosages (4 cGy, 10 cGy, 50 cGy, 1 Gy, and 5 Gy). To infer the signaling pathways under different radiation dosages, in this paper we propose a new Bayesian network structure learning algorithm using the mutual information, conditional independence, and property of immorality in graph. Our method has two important features. First, the algorithm does not provide the direction for every edge in a predicted network. Since a signaling pathway is composed of successive and oriented interactions of molecules, even a small number of edges that have incorrect directions can cause significant effect in biological network analysis. To avoid a misleading result, therefore, we aim to report the most trusted edges, though a complete directed graph is not produced. Second, we focus on reducing wrong edges even though price for missing edges is paid. In other words, reliable, though not complete, information is reported as opposed to complete but uncertain information. To achieve these two goals, we initially exclude edges with low mutual information, and strictly carry out conditional independence test and immorality test for each candidate edge in order to remove incorrect edges. In the following sections, we first introduce the main steps of the proposed methodology. Then we use well known standard networks to evaluate the performance of the algorithm. Finally proteomic networks for ATM cell lines under different radiation dosages are presented.

Methods

Bayesian networks and MDL scoring function

Consider a finite set V = {X1, X2, …, X} of n discrete random variables for a given data set. With these variables, a Bayesian network consists of qualitative and quantitative parts. The qualitative component means that each variable can be a node, and n nodes can be connected by edges, E. A Bayesian network is a directed acyclic graph (DAG), G = (V, E) which represents the conditional dependence between variables through oriented edges. The quantitative component of a Bayesian network contains a set of conditional probabilities, p(X|Pa(X)) for each variable X. Pa(X) is a set of variables which are the parents of X in graph G. The joint distribution with these conditional probability distributions is defined as follows: Therefore, once we know the structure of a Bayesian network and the conditional probabilities of each node, we will know the joint probability distribution. The objective of this study is to infer the biological structure G that best matches the protein array measurement data D. Toward our goal, we propose a new searching strategy in this paper to find the best structure. The optimality of the current defined structure is evaluated using a scoring function based on MDL (minimum description length) [5,8]: and where r is the number of states for variable X, q is the number of possible configurations of the parent set Pa(Xi) of X with , and N is the number of instances in the data set D where the variable X takes the value X and the set of variables Pa(X) have the j th (j =1,2,…,q) configuration in the parent set of Pa(X). N is the total number of the j th configuration of Pa(X) [9].

Mutual information and conditional independence

In our proposed algorithm, mutual information (MI) is used to decide which edge is more significant than others. More precisely, we sequentially decide the connection and orientation of edges which is ordered by MI. Mutual Information between random variables X and Y is defined as follows: where H(X) is the entropy of X, and H(X|Y) is conditional entropy of X given Y. Entropy and conditional entropy are defined as; where N is the number of samples and x is a state of variable X. In our algorithm, conditional independence (CI) is also used to find which edge is incorrect in a triangular structure. CI is defined as follows: X and X is conditionally independent given X if P(X,X| X) = P(X|X)P(X|X) (5) Therefore, once the edge we consider to connect makes a new triangle, we can test (5) for all three edges of the triangle. Based on the result of the CI test, we can update the network.

Property of equivalence class and immorality

In searching and scoring scheme for learning structure of Bayesian networks, equivalent class should be considered [10,11]. This means when more than two graphs are equivalent, those graphs have the same dependency; therefore, two structures have identical scores. As an example, two variables A and B may have two different structures as A → B or A ← B, however, as equivalent classes, these two structures end up having the same score for any given data. For a three nodes, two edges structure shown in Figure 1, suppose the first three structures have the same score and are equivalence class. For the last one with a different score, we call this kind of structure (head to head) immorality. So, based on the different scores from the equivalence class and immorality, we can decide the direction of two edges in searching algorithm. This is because immorality structure normally has higher score than other structures in the case of three nodes and two edges if original relationship of three nodes is immorality. However, if the score with immorality structure is lower than any other structures, we cannot decide the direction of the edges.
Figure 1

Structures with three nodes and two edges

Structures with three nodes and two edges

Algorithm

The proposed algorithm initially starts from a non-connected network in which there is no edge between nodes. We calculate MI for two nodes of all edges, and the edges whose MI is less than threshold α are excluded from candidates of correct edges. In this paper, α is heuristically chosen as 0.0001. Based on these MI values, edges are ordered. After finishing the ordering, we sequentially decide the connection for each edge in the MI order. Since earlier decided edges can affect the decision for other edges, we choose edges which have higher chances to be correct edge as it is supposed that higher MI has higher probability of connection. Unlike greedy searching algorithms that normally involve many times of iterations, we test each edge one time only. Before we decide the connection edge by edge, each edge is categorized into three cases which have different decision rules as discussed in the following paragraphs. The first case is when the current edge creates a triangular structure. Current edge indicates an edge currently to be decided in the algorithm. In this case, as we noted earlier, CI test is performed to find which edge is not necessary among the three edges of the triangle. For instance, suppose there are three nodes i, j, and k, and the edge E(i, j) is the current edge. Since E(i, j) creates a triangle structure, we test CI of three edges, E(i, j), E(j, k), and E(k, i). If only one pair of nodes is conditional independent, the edge between the two nodes is deleted. The other results of CI test are ignored which means we do not use current edge. After one edge is deleted or current edge is abandoned, we perform Immorality test with two remained edges in order to find the direction of them. The second case is that the current edge creates a cycle in the graph which means there should be at least more than one Immorality in the cycle because Bayesian Network is an acyclic graph. Since most of the edges with relatively low MI creates cycles and are added after correct network is constructed already, we have to avoid the wrong edges with immorality test between current and other linked edges. If there is no immorality, we do not use the current edge. As an example, given a structure with four nodes, h, i, j, k and the current edge as E(i, j), if E(i, j) makes a new triangle structure, we perform two immorality tests with two pairs of edges like E(i, j), E(h, i) and E(i, j), E(j, k). If both of the two pairs have immorality, we choose one randomly. However, in most cases, only one of the two pairs has immorality. In our example, if E(i, j) and E(h, i) has immorality but not E(i, j) and E(j, k), we connect the current edge E(i, j) and give the head to head direction like h→i←j. The third case is all other cases except the aforementioned two cases. In this situation, we connect current edge with other edges without any test except MI test for the orientations of edges. The pseudo code for our proposed algorithm is outlined in Figure 2.
Figure 2

Pseudo code for suggested algorithm

Pseudo code for suggested algorithm

Results and discussion

Algorithm evaluation

To evaluate the algorithm, we adopted three well-known networks, ASIA [12], CAR DIGNOSIS2(Brent Boerlage, http://www.norsys.com), and ALARM [13] (Figures 3 and 4). With these networks, we created 20 dataset for each network using TETRAD4 (http://www.phil.cmu.edu/projects/tetrad/), and each dataset has 50,000 cases (samples) based on the structure and conditional probability of three networks. To avoid the bias of predefined correct node order in which hierarchically higher node has front order of node number when data is generated, we randomly assign the order of node. The new algorithm is performed using the generated data, and then we compare the predicted network to true network. To see how well the suggested method can predict the network, parameters including missed edges (ME), wrong edges (WE), correct edges in trustworthy network (CETN), number of edges of trustworthy network (NETN) are calculated. ME is the number of true network's edges that the algorithm couldn't find. Since our result network does not have orientation in every edge, the number of wrong orientation edges is not available to be compared because we focus on providing the most confident edges. WE means the edges the algorithm found do not exist in the true network. CETN indicates that the edges in TN are the same as edges of the true network with correct orientations. NETN refers to the number of edges of a trustworthy network. For the performance comparison, we compare the results of the new algorithm with other structure learning algorithms including the hill-climbing searching method with MDL scoring function and the well known K2 algorithm with random ordered nodes.
Figure 3

ASIA and CAR DIAGNOSIS2 networks. ASIA network has 8 nodes and 8 edges (A), and CAR DIAGNOSIS2 network has 18 nodes and 20 edges (B).

Figure 4

ALARM network. ALARM network has 37 nodes and 46 edges.

ASIA and CAR DIAGNOSIS2 networks. ASIA network has 8 nodes and 8 edges (A), and CAR DIAGNOSIS2 network has 18 nodes and 20 edges (B). ALARM network. ALARM network has 37 nodes and 46 edges.

Results of structure learning for known networks

ASIA network has 8 nodes and 8 edges. Since ASIA network is a small size graph, the predicted network by our method does not have any WE and even ME is just 0.1 on average as shown in Table 1. CAR DIAGNOSIS2 network consists of 18 nodes and 20 edges as a moderate size network. The suggested algorithm satisfactorily achieves 0.8 WE, but ME is increased to 2 which is shy of the result by K2 algorithm but superior to hill-climbing (Table 2). ALARM network has 37 nodes and 46 edges. The average number of 3.83 for WE is far below the other two methods. Similarly to the CAR DIAGNOSIS2 network, the ME measurement of the proposed algorithm is worse than other methods (Table 3). In addition, Table 4 presents the accuracy of trustworthy network. Although the accuracy is decreasing when the network size increases, the result shows more than 90% accuracy in all of three networks.
Table 1

Result for the Asia network

MethodMEWOEWE
Our Method0.1n/a0
Hill-Climbing2.20.84.8
K213.454.8
Table 2

Result for the Car Diagnosis2 network

MethodMEWOEWE
Our Method2n/a0.8
Hill-Climbing2.355.98.4
K21.49.416.3
Table 3

Result for the Alarm network

MethodMEWOEWE
Our Method6.05n/a3.85
Hill-Climbing1.559.759.4
K22.0522.553.75
Table 4

Result for Trustworthy Network

NetworkNETNCETNACCURACY
ASIA44100%
CAR DIAGNOSIS213.81394%
ALARM29.726.890%
Result for the Asia network Result for the Car Diagnosis2 network Result for the Alarm network Result for Trustworthy Network

Learning structure of pathway in ATM cell

We applied quantum dot reverse-phase protein microarray to profile the dynamic responses of several signaling pathways, including DNA damage, DNA repair, and cell cycle checkpoints, under ionizing radiation (IR). Ataxia telangiecstasia mutation-deficient (ATM-) and -proficient (transfected with full length ATM construct, ATM+) cells were treated with different doses of IR and cell lysates were collected at different time-points, serially diluted and spotted on an array in triplicate. The intensities of all antibodies were normalized relative to those of control and were normalized to values from zero to one. The arrays were then probed with specific antibodies. 67 antibodies have been evaluated for the dynamic change of the network. The complete list of the antibodies is shown in Table 5. The five applied IR doses are 4 cGy, 10 cGy, 50 cGy, 1 Gy, and 5 Gy. Both types of cells for each dosage were observed at 1 h, 6 h, 24 h, 48 h, and 72 h.
Table 5

67 antibodies used in the reverse-phase protein array for ATM radiation study

01234567
mTORb-cateninChk1E-CadMDM2p38p-p38pChk2
89101112131415
pATMRbpRbRaf-1p-SrcPTENSTAT3Caspase8
1617181920212223
IGF1-RIRS-1GSK3abpGSK3abpMDM2pSTAT3AKTpAKT
2425262728293031
Caspase3DNAPKpDNAPKEGFRpEGFRNFkBp65pNFkBNQO1
3233343536373839
p21p27p-PTENpRaf1Bcl-2pBcl-2Caspase9cdk4
4041424344454647
pErklkBaplkBaJNKKlothop16p53p-p53
4849505152535455
Smad3SrcVimentinsCluATMChk2ErkHSP27
5657585960616263
IGFBPpChk1pDNAPKgH2AXpIGF1-R(y1158.62.63)pIGF1-R(y1162.63)pIRS(Y896)pIRS(Y1179)
646566
pJNKp-mTORpSmad3
67 antibodies used in the reverse-phase protein array for ATM radiation study The expression data is normalized with respect to Actin concentration on each microarray chip. The expression level of each antibody is discretized into 2 to 4 values using minimum entropy based discretization. For each IR dose, we have a total number of 30 samples for ATM+ and ATM- from the triplicate at different times. Among the 67 antibodies involved in the RPPM data, we select the most distinguishing ones between ATM+ and ATM- using a feature selection method developed in our early work [14]. Figures 5 and 6 show the discovered networks for the selected distinguishing antibodies under each IR dosage treatments. To validate the discovered networks, we compared our discovery with protein-protein interactions (PPI) results in eight different databases which are curated by experts based on biological experiments or reported literature (BIND, BIOGRID, Cognia, DIP, INTACT, Interactome studies, MINT, and MIPS). Since an edge in a discovered network means a cause and effect relationship and may not be direct interactions , additional components may exist between the two nodes that the edge connects. We referred to indirect interactions (one hop path) such as Protein-Protein-Protein from the PPI databases. In the discovered networks, red edges are trustworthy network. The red lines are superior to other colored lines. The black edges are found by our method only, while the blue solid lines indicate paths from PPI databases. The proteins over a blue path are the possible protein in one hop path between the two nodes. If there is no protein on blue line, it is a direct PPI. We can see the overlap and difference between the two approaches.
Figure 5

Signal networks under the dosages of 4cGy (A), 10cGy (B), and 50cGy (C).

Figure 6

Signal networks under the dosages of 1Gy (A) and 5Gy (B).

Signal networks under the dosages of 4cGy (A), 10cGy (B), and 50cGy (C). Signal networks under the dosages of 1Gy (A) and 5Gy (B).

Conclusions

Understanding the proteomic network structure reveals the inherent biological information flow which will lead to more effective therapies and disease treatments. In this paper, by using a new protein microarray technology in combination with a new computational framework, we demonstrate an application of the methodology to the study of biological networks of ATM cells under ionization radiation. Different networks were found through this study. The same technology can be extended to different biological problems. For future work, we intend to validate our discovery by carrying out biological experiments.

Authors' contributions

Dongchul Kim and Jean Gao contribute the computational algorithm design and the manuscript writing. Xiaoyu Wang carried out the biological experiment for the RPPM data generation. Chin-Rang Yang is responsible for the overall project layout and direction.

Competing interests

The authors declare that they have no competing interests.
  2 in total

1.  Using Bayesian networks to analyze expression data.

Authors:  N Friedman; M Linial; I Nachman; D Pe'er
Journal:  J Comput Biol       Date:  2000       Impact factor: 1.479

2.  An effective structure learning method for constructing gene networks.

Authors:  Xue-Wen Chen; Gopalakrishna Anantha; Xinkun Wang
Journal:  Bioinformatics       Date:  2006-03-16       Impact factor: 6.937

  2 in total
  8 in total

1.  Genome-wide analysis of a Wnt1-regulated transcriptional network implicates neurodegenerative pathways.

Authors:  Eric M Wexler; Ezra Rosen; Daning Lu; Gregory E Osborn; Elizabeth Martin; Helen Raybould; Daniel H Geschwind
Journal:  Sci Signal       Date:  2011-10-04       Impact factor: 8.192

2.  Inference of gene regulatory networks from time series by Tsallis entropy.

Authors:  Fabrício Martins Lopes; Evaldo A de Oliveira; Roberto M Cesar
Journal:  BMC Syst Biol       Date:  2011-05-05

3.  Interpreting patterns of gene expression: signatures of coregulation, the data processing inequality, and triplet motifs.

Authors:  Wai Lim Ku; Geet Duggal; Yuan Li; Michelle Girvan; Edward Ott
Journal:  PLoS One       Date:  2012-02-29       Impact factor: 3.240

4.  Inferring interaction type in gene regulatory networks using co-expression data.

Authors:  Pegah Khosravi; Vahid H Gazestani; Leila Pirhaji; Brian Law; Mehdi Sadeghi; Bahram Goliaei; Gary D Bader
Journal:  Algorithms Mol Biol       Date:  2015-07-08       Impact factor: 1.405

5.  Detection for pathway effect contributing to disease in systems epidemiology with a case-control design.

Authors:  Jiadong Ji; Zhongshang Yuan; Xiaoshuai Zhang; Fangyu Li; Jing Xu; Ying Liu; Hongkai Li; Jia Wang; Fuzhong Xue
Journal:  BMJ Open       Date:  2015-01-16       Impact factor: 2.692

6.  Inference of SNP-gene regulatory networks by integrating gene expressions and genetic perturbations.

Authors:  Dong-Chul Kim; Jiao Wang; Chunyu Liu; Jean Gao
Journal:  Biomed Res Int       Date:  2014-06-09       Impact factor: 3.411

7.  Measurement of Conditional Relatedness Between Genes Using Fully Convolutional Neural Network.

Authors:  Yan Wang; Shuangquan Zhang; Lili Yang; Sen Yang; Yuan Tian; Qin Ma
Journal:  Front Genet       Date:  2019-10-22       Impact factor: 4.599

Review 8.  From classical mendelian randomization to causal networks for systematic integration of multi-omics.

Authors:  Azam Yazdani; Akram Yazdani; Raul Mendez-Giraldez; Ahmad Samiei; Michael R Kosorok; Daniel J Schaid
Journal:  Front Genet       Date:  2022-09-15       Impact factor: 4.772

  8 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.