Literature DB >> 21689483

Conditional random field approach to prediction of protein-protein interactions using domain information.

Morihiro Hayashida1, Mayumi Kamada, Jiangning Song, Tatsuya Akutsu.   

Abstract

BACKGROUND: For understanding cellular systems and biological networks, it is important to analyze functions and interactions of proteins and domains. Many methods for predicting protein-protein interactions have been developed. It is known that mutual information between residues at interacting sites can be higher than that at non-interacting sites. It is based on the thought that amino acid residues at interacting sites have coevolved with those at the corresponding residues in the partner proteins. Several studies have shown that such mutual information is useful for identifying contact residues in interacting proteins.
RESULTS: We propose novel methods using conditional random fields for predicting protein-protein interactions. We focus on the mutual information between residues, and combine it with conditional random fields. In the methods, protein-protein interactions are modeled using domain-domain interactions. We perform computational experiments using protein-protein interaction datasets for several organisms, and calculate AUC (Area Under ROC Curve) score. The results suggest that our proposed methods with and without mutual information outperform EM (Expectation Maximization) method proposed by Deng et al., which is one of the best predictors based on domain-domain interactions.
CONCLUSIONS: We propose novel methods using conditional random fields with and without mutual information between domains. Our methods based on domain-domain interactions are useful for predicting protein-protein interactions.

Entities:  

Mesh:

Substances:

Year:  2011        PMID: 21689483      PMCID: PMC3121124          DOI: 10.1186/1752-0509-5-S1-S8

Source DB:  PubMed          Journal:  BMC Syst Biol        ISSN: 1752-0509


Background

Understanding of protein functions and protein-protein interactions is one of important topics in the field of molecular biology and bioinformatics. Recently, many researchers have focused on the investigation of amino acid residues of proteins to reveal interactions and contacts between residues [1-4]. If residues at important sites for interactions between proteins are substituted in one protein, the corresponding residues in interacting partner proteins are expected to be also substituted by selection pressure. Otherwise, such mutated proteins may lose the interactions. Fraser et al. confirmed that interacting proteins evolve at similar evolutionary rates by comparing putatively orthologous protein sequences between S. cerevisiae and C. elegans[5]. It means that substitutions for contact residues occur in both interacting proteins as long as the proteins keep interacting with each other. Therefore, mutual information (MI) between residues is useful for predicting protein-protein interactions for proteins of unknown function. MI is calculated from multiple sequence alignments for homologous protein sequences. Weigt et al. identified direct residue contacts between sensor kinase and response regulator proteins by message passing, which is an improvement of MI [4]. Burger and van Nimwegen used a dependence tree where a node corresponds to a position of amino acid sequences, and predicted interactions using a Bayesian network method [2]. On the other hand, Markov random field and conditional random field models have been well studied in fields of natural language processing [6,7]. Also in bioinformatics, protein function prediction methods from protein-protein interaction network and other biological networks were developed using Markov random fields [8,9]. On the other hand, several prediction methods have been developed based on domain-domain interactions. Deng et al. proposed a domain-based probabilistic model of protein-protein interactions, and developed EM (Expectation Maximization) method [10]. Based on this probabilistic model, LP (Linear Programming)-based methods were developed [11], and Chen et al. improved the accuracy of interaction strength prediction by APM (Association Probabilistic Method) [12]. In this paper, we propose prediction methods based on domain-domain interactions using conditional random fields with and without mutual information. Furthermore, we perform computational experiments for several protein-protein interaction datasets, compare the methods with the EM method proposed by Deng et al. [10], which is one of the best predictors based on domain-domain interactions, and the association method proposed by Sprinzak and Margalit [13] (the APM method for binary interaction data is equivalent to the association method), and show that our methods outperform the EM method and the association method.

Mutual information between domains

In order to investigate the relationship between two positions of proteins, MI for distributions of amino acids at the positions is used. Such distributions can be obtained from multiple alignments of protein sequences and domain sequences. In this section, we briefly review MI for distributions of amino acids, and explain MI between domains. We assume that multiple sequence alignments for domains D and D are obtained, respectively (see Figure 1). In order to calculate MI, we need joint appearance frequencies. However, we cannot see which sequence in the multiple alignment of domain D corresponds to a specified sequence in that of D. Therefore, we assume that sequences contained in the same organism can be paired. In the example of Figure 1, the second sequence of D is paired with the first one of D, the third one of D is paired with the second one of D, and so on. The first sequence of D is not counted into the appearance frequencies because it is not paired with any sequence of D although it may be paired with sequences of other domains than D.
Figure 1

Illustration on the calculation of mutual information from multiple alignments of domains Domains D and D have multiple alignments of sequences from several organisms, respectively. Mutual information is calculated for each pair of positions i and j.

Illustration on the calculation of mutual information from multiple alignments of domains Domains D and D have multiple alignments of sequences from several organisms, respectively. Mutual information is calculated for each pair of positions i and j. Let be a set of amino acids, f(A) be the appearance frequency of amino acid A at position i in domains D and D, and f(A, B) be the joint appearance frequency of a pair of amino acids A at position i in D and B at position j in D, where each frequency is divided by the number of paired sequences M in the multiple alignments such that ∑f(A) = ∑f(A,B) = 1. Multiple alignments often include some gaps. Weigt et al. counted the frequencies of gaps as well as amino acids [4]. Therefore, we also consider gaps to be a kind of amino acids, that is, the number of distinct amino acids is || = 21. Then, mutual information for positions i in D and j in D is defined as the Kullback-Leibler divergence between the multiplication of appearance frequencies, f(A)f(B), and the joint appearance frequencies, f(A,B), as follows. If frequency distributions of amino acids at positions i and j are independent from each other, f(A,B) ≈ f(A)f(B), and MI approaches to zero. This means that the two positions are not related with each other in the evolutionary process. If domains D and D interact at the positions, it is considered that MI becomes high because the positions have coevolved through the evolutionary process in order to keep the interaction. It should be noted that two positions i and j do not always directly interact even if MI is high [4]. However, such proteins with high values of MI have a possibility to directly interact with each other at other positions in the proteins. However, we need to reduce MI because it can be unnecessarily high depending on distributions of f(A) and f(B). For that purpose, we make use of , which is the mutual information MI from the joint frequency, f(A, B), obtained by shuffling at random the combinations of sequences in multiple alignments. In this paper, we repeat the procedure 400 times according to [4], and take the average. For practical uses of MI, f(A), f(B) and f(A,B) should be positive values. Otherwise, we cannot calculate MI by using computers. Therefore, we use the following pseudocount as in [4], where η is a constant value, in this paper we use η = 1. It should be noted that the sum over all amino acids , and because ∑f(A) = ∑f(A,B) = 1. In order to investigate interactions between proteins, we need MI between domains included in the proteins. Thus, we define MI between domains D and D, , to be the maximum of MI over all positions i and j as follows. where 〈v〉 means the average of v, i and j are positions of D and D, respectively. Since MI is calculated to be high for the positions i and j that include many gaps, we exclude positions that include more than 20% gaps as in [14].

Conditional random field model for PPI

In this section, we propose a probabilistic model for protein-protein and domain-domain interactions using conditional random fields [6,7] because it can be considered that two domains D and D do not always interact even if the mutual information is large. For example, Weigt et al. improved MI and proposed direct information (DI) because residues do not always contact with each other even if the MI is large [4]. Most proteins contain domains as is well known. If two proteins do not interact with each other, any two domains contained in the proteins must not interact with each other. In the left example of Figure 2, protein P consists of domains D1 and D2 and protein P consists of domain D3 respectively. If P and P do not interact, any pair of (D1, D3) and (D3, D3) does not interact. Deng et al. proposed a probabilistic model for a pair of proteins as follows [10]. By assuming that proteins P and P interact if and only if at least a pair of domains included in the proteins interacts, and events that domains interact are independent from each other, they defined
Figure 2

Markov random field model for protein-protein interactions Left: Example of proteins P and P. P consists of domains D1 and D2, and P consists of domain D3, respectively. Right: Factor graph G(U,V,E). There exists an edge between P ∈ U and D ∈ V if and only if D ∈ P.

Markov random field model for protein-protein interactions Left: Example of proteins P and P. P consists of domains D1 and D2, and P consists of domain D3, respectively. Right: Factor graph G(U,V,E). There exists an edge between P ∈ U and D ∈ V if and only if D ∈ P. where P = 1 means that proteins P and P interact, D = 1 means that domains D and D interact, D ∈ P means that domain D is included in protein P and D is included in P and the product in the right hand side is calculated for all domain pairs (D, D) included in the protein pair (P, P). By transforming equation (5), we have where λ( = log(1 – Pr(D = 1)). From this equation, we can consider the following Markov random field model for protein pair (P, P) (see Figure 2). where p ∈ {0, 1}, means a set of events on domain-domain interactions, D = d (d ∈ {0, 1}), denotes a local feature, is the corresponding weight parameter and related to the joint probability Pr(P = s, D = t), and Z denotes the normalization constant. For instance, equation (8) for p = 0 is equivalent to equation (7) in the case that for all protein pairs (P, P) and if s = t = 0, otherwise 0. In Markov random fields, random variables have Markov properties represented as an undirected graph [15]. The factor graph for our model is represented to be a bipartite graph G(U, V, E) with a set of vertices U corresponding to protein-protein interactions P, a set of vertices V corresponding to domain-domain interactions D, and a set of edges E between U and V as the right figure of Figure 2. There exists an edge between P ∈ U and D ∈ V if and only if D ∈ P. For the left example of Figure 2, protein pair (P, P) includes domain pairs (D1, D3) and (D2, D3). Then, in the factor graph, the vertex of P is connected with vertices of D13 and D23, respectively. Although the vertex of P does not have other adjacent vertices than the vertices of D13 and D23, those of D13 and D23 can be connected with other vertices than that of P Since Pr(P = 0|D =t) = 1 – Pr(P = 1|D = t), it is redundant to consider both s = 0, 1, and it is sufficient to consider only s = 1. Therefore, in order to simplify the model, we substitute , , and for all protein pairs (P, P). Then, we have the following joint probability, where means a set of events on protein-protein interactions, P = p. We here introduce mutual information between domains = {} as given conditional data in order to combine it with the probabilistic model. Then, equation (9) can be written as where σ(x) = 1/(1 + e–) is an increasing function, and c is a positive constant. It should be noted that a negative value, –1, is given to because it is undesired that a pair of domains interact although proteins having the pair do not interact. In this way, the local feature correlates protein-protein interactions P with domain-domain interactions D (see Figure 2). For a conditional random field model without MI, we use the following local feature instead of .

Parameter estimation

In this section, we discuss how to estimate the parameters . We assume that protein-protein interaction data = {p} are given. Then, the likelihood function is represented by where Z() = ∏Z(). By taking the logarithm, we have We estimate the parameters by maximizing the log-likelihood function, l(). Since log(e + e) is a convex function for variables x and y, that is, l() is a concave function, we are able to obtain a global maximum. For maximizing such functions, various methods such as the steepest descent method, Newton’s method, and the Broyden-Fletcher-Goldfarb-Shanno (BFGS) [16] method have been developed. Newton’s method calculates the inverse of the Hessian matrix for the objective function. However, the computational cost is high. Therefore, the quasi-Newton method approximates the matrix by some efficient method using the first derivatives, the gradient. In this paper, we use the BFGS method, which is one of the quasi-Newton methods. By differentiating equation (15) partially with respect to each parameter , we have In the BFGS method, this equation is repeatedly applied for updating a solution.

Computational experiments

Data and implementation

We used protein-protein interaction data of H. sapiens, D. melanogaster, and C. elegans from the DIP database [17], the file name is ’dip20091230.txt’. We used the UniProt Knowledgebase database (version 15.4) [18] as protein domain inclusion data. We deleted proteins that did not have any domain, and obtained 294 interacting protein pairs as positive data that included 300 distinct proteins and 320 domains for H. sapiens, 449 interacting pairs that included 562 proteins and 449 domains for D. melanogaster, and 250 interacting pairs that included 602 proteins and 476 domains for C. elegans. We used the Pfam database (version 24.0) [19] to obtain multiple sequence alignments for domains, and calculated MI, , for each pair of domains. Figure 3 shows the distributions of domain MI for H. sapiens, D. melanogaster, and C. elegans. We can see from the figure that most domain MIs are distributed in the part of less than about 0.8 for all organisms. It is considered that domains D and D with less than 0.8 may not interact, and domains with more than 0.8 have more possibilities to interact with each other. Therefore, we set the constant c in equation (12) to be 0.8. Although we tried several values from 0.6 to 1.0 for c, the results were similar to the case of c = 0.8.
Figure 3

Distributions of domain MIs for H. sapiens, D. melanogaster, and C. elegans

Distributions of domain MIs for H. sapiens, D. melanogaster, and C. elegans We selected non-interacting protein pairs as negative data uniformly at random such that negative data did not overlap with the positive data. The number of negative data was the same as that of positive data for each organism. We used libLBFGS (version 1.9) with default parameters to estimate the parameters , which is a C implementation of the limited memory BFGS method [20], and is available on the web page, http://www.chokkan.org/software/liblbfgs/.

Result

In order to evaluate our method, we compared the proposed CRF method with MI and that without MI with the EM method by Deng et al. [10] and the association method proposed by Sprinzak and Margalit [13]. The association method and the APM method [12] estimate probabilities λ that domains D and D interact as and , respectively, where N (I) denotes the number of (interacting) protein pairs that include domain pair (D, D), and ρ denotes the interaction strength of protein pair (P, P), 0 ≤ ρ ≤ 1. However, our input interaction data are binary, that is, ρ takes only 0 or 1. Then, the numerator of the APM method becomes I. It means that the APM method for binary interaction data is equivalent to the association method. In the EM method, probabilities λ that domains D and D interact are estimated by the recursive formula, , where o = 1 denotes that it was observed that proteins P and P interact with each other, and fn = 0.8. In this paper, the solution of the association method was given as the initial value of the EM method. We performed five-fold cross-validation, that is, split the data into 5 datasets (4 for training and 1 for test), estimated from the training datasets, and calculated Pr(P = 1|) of equation (10) for each protein pair in the test dataset and AUC (Area Under ROC Curve) score, where among the test dataset only protein pairs that included at least a parameter estimated from the corresponding training dataset were always used. We repeated 5 times, and took the average. Tables 1, 2, and 3 show the results on AUC for training and test datasets by the CRF method with MI, that without MI, the EM method, and the association method for H. sapiens, D. melanogaster, and C. elegans, respectively. An AUC score is the area under an ROC (Receiver Operating Characteristic) curve, and takes a value between 0 and 1. The ROC curve of a random classifier lies on the diagonal line, and the AUC score is 0.5. The ROC curve of a perfect classifier goes through the point (0 (false positive rate), 1 (true positive rate)), and the AUC score is 1. A classifier with the AUC score closer to 1 has better performance. We can see from these tables that the results by the CRF method with MI are better than those by the CRF method without MI, and that the results by the CRF method without MI are better than those by the EM method and the association method. It is also seen that the results by the EM method are almost the same as those by the association method. It might be because the parameters of the EM method were estimated from the solution of the association method and the solution of the EM method already reached a local optimum. Figures 4, 5, and 6 show the average ROC curves for training and test datasets by the CRF method with MI, that without MI, the EM method, and the association method. For training datasets, the results by all of the methods were almost perfect. For test datasets, the CRF method with MI outperformed that without MI, the EM method, and the association method. It should be noted that the ROC curves of the EM method are almost the same as those of the association method for the same reason discussed above.
Table 1

The AUC results for training and test datasets of H. sapiens by the CRF method with MI, that without MI, the EM method, and the association method

iterationCRF with MICRF without MIEMAssoc

trainingtesttrainingtesttrainingtesttrainingtest
1st0.9993660.9892470.9993660.8817200.9998190.7096770.9996020.709677

2nd0.9987870.9193550.9993120.9233870.9999090.8750000.9993300.854839

3rd1.0000000.8472221.0000000.8333331.0000000.8611111.0000000.861111

4th0.9993510.9895830.9993691.0000000.9998560.9895830.9993510.989583

5th0.9993330.8423650.9993690.8275860.9999820.7980300.9998020.798030

average0.9993670.9175540.9994830.8932050.9999130.8466800.9996170.842648
Table 2

The AUC results for training and test datasets of D. melanogaster by the CRF method with MI, that without MI, the EM method, and the association method

iterationCRF with MICRF without MIEMAssoc

trainingtesttrainingtesttrainingtesttrainingtest
1st0.9992550.7076920.9999770.7384620.9999610.7692310.9999380.769231

2nd0.9979280.8181820.9979050.8484850.9999380.7272730.9997360.727273

3rd0.9979200.7083330.9979200.5625000.9999220.6458330.9998840.625000

4th0.9986600.8636360.9993180.8863640.9998140.8409090.9998530.840909

5th0.9992340.8194440.9999540.8333330.9998610.5277780.9999230.527778

average0.9985990.7834580.9990150.7738290.9998990.7022050.9998670.698038
Table 3

The AUC results for training and test datasets of C. elegans by the CRF method with MI, that without MI, the EM method, and the association method

iterationCRF with MICRF without MIEMAssoc
trainingtesttrainingtesttrainingtesttrainingtest

1st0.9999750.6571430.9999750.5142861.0000000.5428571.0000000.542857

2nd0.9978990.9230770.9968730.9487180.9998750.7435900.9998250.743590

3rd0.9987750.9000000.9988250.9333330.9998750.8666670.9998250.866667

4th0.9989500.9666670.9998500.9666670.9998500.6333330.9998500.633333

5th0.9989001.0000000.9988751.0000000.9996751.0000000.9997001.000000

average0.9989000.8893770.9988790.8726010.9998550.7572890.9998400.757289
Figure 4

Average ROC curves for test datasets of H. sapiens by the CRF method with MI, that without MI, the EM method, and the association method

Figure 5

Average ROC curves for test datasets of D. melanogaster by the CRF method with MI, that without MI, the EM method, and the association method

Figure 6

Average ROC curves for test datasets of C. elegans by the CRF method with MI, that without MI, the EM method, and the association method

The AUC results for training and test datasets of H. sapiens by the CRF method with MI, that without MI, the EM method, and the association method The AUC results for training and test datasets of D. melanogaster by the CRF method with MI, that without MI, the EM method, and the association method The AUC results for training and test datasets of C. elegans by the CRF method with MI, that without MI, the EM method, and the association method Average ROC curves for test datasets of H. sapiens by the CRF method with MI, that without MI, the EM method, and the association method Average ROC curves for test datasets of D. melanogaster by the CRF method with MI, that without MI, the EM method, and the association method Average ROC curves for test datasets of C. elegans by the CRF method with MI, that without MI, the EM method, and the association method

Conclusions

We proposed novel methods which combine conditional random fields with the domain-based model of protein-protein interactions. In order to give better performance, we introduced mutual information to the probabilistic model. In the improved model, mutual information between domains is given as conditions, where MI between domains is defined as the maximum of MIs between residues in the domains. This method was developed based on the fact that amino acid residues at important sites for interactions have coevolved with each other, and MI has been used for identifying contact residues in interactions. We performed five-fold cross-validation experiments, and calculated AUC for probabilities that two proteins interact. The results suggested that our proposed methods, especially the CRF method with mutual information, are useful. However, the results of AUC for training datasets implied that estimated parameters were overfitting to training datasets. For avoiding that problem, we can improve the methods, for instance, by adding regularization terms, l1-norm of parameters to the log-likelihood function. Since CRF has an advantage to be able to incorporate large number of features, it remains as a future work to improve the model itself to obtain better accuracy by, for instance, modifying the local feature and adding new features.

Authors contributions

JS proposed the use of mutual information for predicting protein-protein interactions. Methods were developed and implemented by MH. MK and TA participated in the discussion during development of the methods. The manuscript was prepared by MH, JS, and TA.

Competing interests

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

1.  The Database of Interacting Proteins: 2004 update.

Authors:  Lukasz Salwinski; Christopher S Miller; Adam J Smith; Frank K Pettit; James U Bowie; David Eisenberg
Journal:  Nucleic Acids Res       Date:  2004-01-01       Impact factor: 16.971

2.  Inferring strengths of protein-protein interactions from experimental data using linear programming.

Authors:  Morihiro Hayashida; Nobuhisa Ueda; Tatsuya Akutsu
Journal:  Bioinformatics       Date:  2003-10       Impact factor: 6.937

3.  An integrated probabilistic model for functional prediction of proteins.

Authors:  Minghua Deng; Ting Chen; Fengzhu Sun
Journal:  J Comput Biol       Date:  2004       Impact factor: 1.479

4.  Inferring protein interactions from experimental data by association probabilistic method.

Authors:  Luonan Chen; Ling-Yun Wu; Yong Wang; Xiang-Sun Zhang
Journal:  Proteins       Date:  2006-03-01

5.  Features of protein-protein interactions in two-component signaling deduced from genomic libraries.

Authors:  Robert A White; Hendrik Szurmant; James A Hoch; Terence Hwa
Journal:  Methods Enzymol       Date:  2007       Impact factor: 1.600

6.  Correlated sequence-signatures as markers of protein-protein interaction.

Authors:  E Sprinzak; H Margalit
Journal:  J Mol Biol       Date:  2001-08-24       Impact factor: 5.469

7.  The Pfam protein families database.

Authors:  Robert D Finn; Jaina Mistry; John Tate; Penny Coggill; Andreas Heger; Joanne E Pollington; O Luke Gavin; Prasad Gunasekaran; Goran Ceric; Kristoffer Forslund; Liisa Holm; Erik L L Sonnhammer; Sean R Eddy; Alex Bateman
Journal:  Nucleic Acids Res       Date:  2009-11-17       Impact factor: 16.971

8.  Inferring domain-domain interactions from protein-protein interactions.

Authors:  Minghua Deng; Shipra Mehta; Fengzhu Sun; Ting Chen
Journal:  Genome Res       Date:  2002-10       Impact factor: 9.043

9.  Prediction of protein function using protein-protein interaction data.

Authors:  Minghua Deng; Kui Zhang; Shipra Mehta; Ting Chen; Fengzhu Sun
Journal:  J Comput Biol       Date:  2003       Impact factor: 1.479

10.  Accurate prediction of protein-protein interactions from sequence alignments using a Bayesian method.

Authors:  Lukas Burger; Erik van Nimwegen
Journal:  Mol Syst Biol       Date:  2008-02-12       Impact factor: 11.429

View more
  6 in total

1.  Prediction of protein-RNA residue-base contacts using two-dimensional conditional random field with the lasso.

Authors:  Morihiro Hayashida; Mayumi Kamada; Jiangning Song; Tatsuya Akutsu
Journal:  BMC Syst Biol       Date:  2013-12-17

2.  Prediction of interactions between viral and host proteins using supervised machine learning methods.

Authors:  Ranjan Kumar Barman; Sudipto Saha; Santasabuj Das
Journal:  PLoS One       Date:  2014-11-06       Impact factor: 3.240

3.  A novel feature extraction scheme with ensemble coding for protein-protein interaction prediction.

Authors:  Xiuquan Du; Jiaxing Cheng; Tingting Zheng; Zheng Duan; Fulan Qian
Journal:  Int J Mol Sci       Date:  2014-07-18       Impact factor: 5.923

4.  Homology-based prediction of interactions between proteins using Averaged One-Dependence Estimators.

Authors:  Yoichi Murakami; Kenji Mizuguchi
Journal:  BMC Bioinformatics       Date:  2014-06-23       Impact factor: 3.169

5.  IDP⁻CRF: Intrinsically Disordered Protein/Region Identification Based on Conditional Random Fields.

Authors:  Yumeng Liu; Xiaolong Wang; Bin Liu
Journal:  Int J Mol Sci       Date:  2018-08-22       Impact factor: 5.923

Review 6.  Evolution of Sequence-based Bioinformatics Tools for Protein-protein Interaction Prediction.

Authors:  Mst Shamima Khatun; Watshara Shoombuatong; Md Mehedi Hasan; Hiroyuki Kurata
Journal:  Curr Genomics       Date:  2020-09       Impact factor: 2.236

  6 in total

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