Next Article in Journal
MicroRNA-19b Downregulates Gap Junction Protein Alpha1 and Synergizes with MicroRNA-1 in Viral Myocarditis
Next Article in Special Issue
Computational Studies of a Mechanism for Binding and Drug Resistance in the Wild Type and Four Mutations of HIV-1 Protease with a GRL-0519 Inhibitor
Previous Article in Journal
MicroRNA in Metabolic Re-Programming and Their Role in Tumorigenesis
Previous Article in Special Issue
Recent Progress in Treating Protein–Ligand Interactions with Quantum-Mechanical Methods
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

RVMAB: Using the Relevance Vector Machine Model Combined with Average Blocks to Predict the Interactions of Proteins from Protein Sequences

School of Computer Science and Technology, China University of Mining and Technology, Xuzhou 21116, China
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Int. J. Mol. Sci. 2016, 17(5), 757; https://0-doi-org.brum.beds.ac.uk/10.3390/ijms17050757
Submission received: 10 April 2016 / Revised: 29 April 2016 / Accepted: 4 May 2016 / Published: 18 May 2016
(This article belongs to the Special Issue Proteins and Protein-Ligand Interactions)

Abstract

:
Protein-Protein Interactions (PPIs) play essential roles in most cellular processes. Knowledge of PPIs is becoming increasingly more important, which has prompted the development of technologies that are capable of discovering large-scale PPIs. Although many high-throughput biological technologies have been proposed to detect PPIs, there are unavoidable shortcomings, including cost, time intensity, and inherently high false positive and false negative rates. For the sake of these reasons, in silico methods are attracting much attention due to their good performances in predicting PPIs. In this paper, we propose a novel computational method known as RVM-AB that combines the Relevance Vector Machine (RVM) model and Average Blocks (AB) to predict PPIs from protein sequences. The main improvements are the results of representing protein sequences using the AB feature representation on a Position Specific Scoring Matrix (PSSM), reducing the influence of noise using a Principal Component Analysis (PCA), and using a Relevance Vector Machine (RVM) based classifier. We performed five-fold cross-validation experiments on yeast and Helicobacter pylori datasets, and achieved very high accuracies of 92.98% and 95.58% respectively, which is significantly better than previous works. In addition, we also obtained good prediction accuracies of 88.31%, 89.46%, 91.08%, 91.55%, and 94.81% on other five independent datasets C. elegans, M. musculus, H. sapiens, H. pylori, and E. coli for cross-species prediction. To further evaluate the proposed method, we compare it with the state-of-the-art support vector machine (SVM) classifier on the yeast dataset. The experimental results demonstrate that our RVM-AB method is obviously better than the SVM-based method. The promising experimental results show the efficiency and simplicity of the proposed method, which can be an automatic decision support tool. To facilitate extensive studies for future proteomics research, we developed a freely available web server called RVMAB-PPI in Hypertext Preprocessor (PHP) for predicting PPIs. The web server including source code and the datasets are available at http://219.219.62.123:8888/ppi_ab/.

Graphical Abstract

1. Introduction

Proteins are fundamental molecules of living organisms that participate in nearly all cell functions in an organism. Protein-protein interactions (PPIs) play an essential role in many biological processes. Thus, detection the interactions of proteins become more and more important. Knowledge of PPIs can provide insight into the molecular mechanisms of biological processes, lead to a better understanding of disease mechanisms, and suggest novel methods for practical medical applications. In recent years, a number of high-throughput technologies, such as immunoprecipitation [1], protein chips [2], and yeast two-hybrid screening methods [3,4], have been developed for detecting the large-scale PPIs. However, there are some disadvantages of these experimental approaches, such as time-intensiveness and high cost. In addition, the aforementioned methods suffer from high rates of false positives and false negatives. For these reasons, predicting unknown PPIs is considered a difficult task using only biological experimental methods. Therefore, there is a stronger motivation to exploit computational methods for PPIs.
As a result, a number of computational methods have been proposed to infer PPIs from different sources of information, including tertiary structures, phylogenetic profiles, protein domains, and secondary structures. However, these approaches cannot be employed when prior-knowledge about a protein of interest is not available. With the rapid growth of protein sequence data, the protein sequence-based method is becoming the most widely used tool for predicting PPIs. Consequently, a number of protein sequence-based methods have been developed for predicting PPIs. For example, Martin et al. proposed the method that uses a novel descriptor called signature product to predict PPIs [5]. The descriptor is extended to protein pairs by using signature product. The signature product is implemented within a support vector machine (SVM) classifier as a kernel function. Nanni and Lumini [6] used the method based on an ensemble of K-local hyperplane distance nearest neighbor (HKNN) classifiers to predict PPIs, where each classifier is trained using a different physicochemical property of the amino acids. Bock and Gough [7] proposed a method that an SVM is used and combined with several structural and physiochemical descriptors to predict PPIs. Chou and Cai [8] used the approach based on the gene ontology and the approach of pseudo-amino acid composition, where a predictor called “GO-PseAA” predictor was established to predict PPIs. Shen et al. [9] proposed a method based on a support vector machine (SVM) combined with a kernel function and a conjoint triad feature for describing amino acids to infer human PPIs. Guo et al. [10] proposed a sequence-based method that used a support vector machine (SVM) combined with feature representation of auto covariance (AC) descriptor to predict yeast PPIs. Chen et al. [11] used a domain-based random forest of decision trees to infer protein interactions. Licamele and Getoor [12] proposed several novel relational features, where they used a Bagging algorithm to predict PPIs. Several other methods based on protein amino acid sequences have been proposed in previous works. In spite of this, there is still space to improve the accuracy and efficiency of the existing methods.
In this paper, a novel computational method was proposed, which can be used to predict PPIs using only protein sequence data. The main aim of this study is to improve the accuracy of predicting PPIs. The main improvements are the results of representing protein sequences using the Average Blocks (AB) feature representation on a Position Specific Scoring Matrix (PSSM), reducing the influence of noise by using a Principal Component Analysis (PCA), and using a Relevance Vector Machine (RVM) based classifier. More specifically, we first represent each protein using a PSSM representation. Then, an Average Blocks (AB) descriptor is employed to capture useful information from each protein PSSM and generate a 400-dimensional feature vector. Next, dimensionality reduction method PCA is used to reduce the dimensions of the AB vector and the influence of noise. Finally, the RVM model is employed as the machine learning approach to carry out classification. The proposed method was executed using two different PPIs datasets: yeast and Helicobacter pylori. The experimental results are found to be superior to SVM and other previous methods. In addition, cross-species experiments were also performed on five independent datasets C. elegans, M. musculus, H. sapiens, H. pylori, and E. coli. Thus, we also obtained good prediction accuracy in the cross-species experiments. The achieved results show that the proposed method is fit for predicting PPIs. These experimental results prove that the proposed method performs incredibly well in predicting PPIs.

2. Results and Discussion

2.1. Performance of the Proposed Method on Yeast and H. pylori Datasets

In the paper, to prevent the over-fitting of the proposed prediction model and test the reliability of our proposed method, five-fold cross validation was applied in our experiment. More specifically, the whole dataset was divided into five parts; four parts of them were employed for the training model, and one part of them was used for testing. We obtained five models from the yeast and Helicobacter pylori datasets by using the above mentioned method, and each model was executed alone in the experiment. In order to ensure fairness, the related parameters of the RVM model were set up the same for the two different datasets, yeast and Helicobacter pylori. Here, we selected the “Gaussian” function as the kernel function and choose the following parameters: width = 1 initapla = 1/N2, and beta = 0, where width represent the width of the kernel function, N is the number of training samples, and the value of beta was defined as zero, which represents classification. The experimental results of the prediction models of the RVM classifier combined with Average Blocks and the Position Specific Scoring Matrix and principal component analysis based on the information of protein sequence on yeast and Helicobacter pylori datasets are listed in Table 1 and Table 2.
When performing the proposed method on the yeast dataset, we achieved the prediction results of average accuracy, precision, sensitivity, and Matthews’s correlation coefficient (Mcc) of 92.98%, 93.14%, 92.79%, and 86.82%. The standard deviations of these criteria values were 0.99%, 1.00%, 1.2%, and 1.66%, respectively. Similarly, we also gained good prediction results of average accuracy, precision, sensitivity, and MCC of 95.58%, 95.51%, 95.62%, and 91.55% on the Helicobacter pylori dataset. The standard deviations of these criteria values were 1.00%, 1.83%, 1.60%, and 1.91%, respectively.
It can be seen from Table 1 and Table 2 that these experiment results demonstrated that the proposed method is accurate, robust, and effective for predicting PPIs. The better performance of prediction PPIs may be attributed to the feature extraction and the choice of classifier of the proposed method. The feature extraction is novel and effective, and the choice of the classifier is accurate. The proposed feature extraction method contains three data processing steps. First, the PSSM matrix not only describes the order information for the protein sequence but also retains sufficient prior information; thus, it is widely used in other proteomics research. As a result, we converted each protein sequence to a PSSM matrix that contains all the useful information from each protein sequence; Second, because Average Blocks method based on the residue conservation tendencies in the same domain family are similar and the locations of domains in the same family are closely related to the length of the sequence, information can be effectively captured from the PSSMs using the Average Blocks method; Finally, while meeting the condition of maintaining the integrity of the information in the PSSM, we reduced the dimensions of each AB vector and reduced the influence of noise using principal component analysis. Consequently, the sample information that was extracted using the proposed feature extraction method is very suitable for predicting PPIs.

2.2. Comparison with the Support Vector Machine (SVM)-Based Method

Although our results suggest that the proposed method can obtain good prediction results, to further evaluate the effectiveness of the proposed approach, we compared the prediction accuracy of the proposed method with that of the state-of-the-art support vector machine (SVM) classifier. More specifically, we compared the classification performances between SVM and RVM model on the yeast dataset by using the same feature extraction method. The LIBSVM tool [13] was employed to carry out classification in SVM. A grid search method was used to optimize the corresponding parameters of SVM(c = 0.9, g = 0.6). At the same time, we used a radial basis function as the kernel function in the experiment.
The prediction results of the SVM and RVM methods are summarized in Table 3 on the yeast dataset, and the Receiver Operating Curve (ROC) curves are displayed in Figure 1. From Table 3, the prediction results of the SVM method achieved 85.49% average accuracy, 85.52% average sensitivity, 85.39% average precision, and 75.20% average Mcc, while the prediction results of the RVM method achieved 92.98% average accuracy, 92.79% average sensitivity, 93.14% average precision, and 86.82% average Mcc. The comparison verified that the RVM classifier is significantly better than the SVM classifier. In addition, the ROC curves were analyzed in Figure 1, showing that the ROC curve of the RVM classifier is variously better than that of the SVM classifier. This clearly indicates that the RVM classifier of the proposed method is an accurate and robust classifier for predicting PPIs. There are two possible reasons that the RVM classifier yields significantly better prediction results than the SVM classifier. (1) RVM has a computational advantage that the calculation amount of the kernel function is greatly reduced; (2) RVM overcomes the shortcoming of the kernel function being required to satisfy the condition of Mercer. Because of these reasons, the RVM classifier is significantly better than the SVM classifier. At the same time, we concluded that the proposed method can gain the high prediction accuracy for PPIs.

2.3. Performance on Independent Dataset

Since reasonably good prediction results have been yielded by using the proposed method for predicting PPIs, we switched to evaluate its prediction performance on five other independent datasets. It is known that the biological hypothesis of mapping PPIs from one species to another species is that a large number of physically interacting proteins in one organism have “coevolved” so that their respective orthologues in other organisms interact as well. Consequently, we used the train prediction model of the yeast dataset to predict PPIs on five other independent datasets using our prediction model. In the experiment, we selected all 11188 protein pairs of yeast dataset as the training dataset and choose the function “Gauss” as the kernel function and set the optimal parameters “width = 7, initapla = 1/N”. We also used the feature extraction based on PSSM combined with Average Blocks and Principal Component Analysis to convert protein pairs of the other five independent datasets into feature vectors that were employed as the testing datasets of RVM classifier. The prediction results of the five cross-species experiments are shown in Table 4. It can be seen from Table 4 that the proposed prediction model obtained good prediction accuracy of 88.31%, 89.46%, 91.08%, 91.55%, and 94.81% on C. elegans, M. musculus, H. sapiens, H. pylori, and E. coli dataset, respectively. It shows that the Meta model has the ability to predict well the PPIs of five independent datasets with the accuracy of over 88.31%, while the high accuracy of 94.81% has been achieved on E. coli dataset.
Interestingly, through these experiment results, it can be proved that the yeast dataset is able to predict the PPIs of other species. In addition, we can find that our prediction model has a strong ability to predict PPIs. The proposed model can be used to discover the organisms whose PPIs data are not available and provided certain assistance for further research.

2.4. Comparison with Other Methods

A number of prediction methods based on protein sequences for PPIs have been proposed. To evaluate the effectiveness of our propose method, we compared the prediction ability of our proposed method with existing methods on yeast and Helicobacter pylori datasets, respectively. It is shown in Table 5 that five different ways obtained an average prediction accuracy between 75.08% and 89.33% on the yeast dataset, while the proposed method achieved the average prediction accuracy of 95.58%, which obviously higher than that of other five different methods. Similarly, the precision and sensitivity of our proposed method are also superior to those of the other methods. The average prediction accuracy between the five different ways and the proposed method on the Helicobacter pylori dataset is displayed in Table 6. From Table 6, we can see that the average prediction accuracies of other five different methods are between 83% and 87.5%. None of these methods obtains higher prediction accuracy than that of 92.68% of our proposed method. It is obvious from Table 5 and Table 6 that the proposed method yielded significantly better prediction results than other existing methods. All these results indicate that the RVM classifier combined with average blocks and the position specific scoring matrix and principal component analysis can improve the prediction accuracy relative to current state-of-the-art methods. Due to using a correct classifier and a novel feature extraction method that captures the useful evolutionary information, thus, the proposed method can gain high prediction accuracy.

3. Experimental Section

3.1. Dataset

In the paper, we evaluated the proposed method using seven publicly available datasets yeast, H. pylori, C. elegans, E. coli, H. sapiens, and M. musculus. Yeast and Helicobacter pylori are composed of positive datasets and negative datasets, the rest five datasets only consist of positive datasets. All the datasets were obtained from the Database of Interaction Proteins (DIP). In order to better execute the proposed method, 5594 positive protein pairs were selected to build the positive pairs dataset and 5594 negative protein pairs build the negative pairs dataset from the yeast dataset. Similarly, we selected 1458 positive protein pairs to build the positive pairs dataset and 1458 negative protein pairs to build the negative pairs dataset from the H. pylori dataset. Consequently, the yeast dataset contains 11,188 protein pairs and the H. pylori dataset contains 2916 protein pairs. For the other five independent datasets only contains positive dataset, we selected 4013, 6954, 1420, 1412, and 313 positive protein pairs from C. elegans, E. coli, H. pylori, H. sapiens, and M. musculus, respectively.

3.2. Position Specific Scoring Matrix

Position Specific Scoring Matrix (PSSM) was first used to detect distantly related proteins, which can be created from a set of sequences proteins [19]. A Position Specific Scoring Matrix (PSSM) for a query protein is a M × 20 matrix Y = { Y i j : 1 = 1 M , j = 1 20 } , where M is the length of the protein sequence, and 20 represents the 20 amino acids. The PSSM assigns a score Y i j for the j th amino acid in the i th position of the given protein sequence. The score Y i j of the position of a given protein sequence can be expressed as Y i j = k = 1 20 p ( i , k ) × q ( j , k ) , where p ( i , k ) is the ratio of the frequency of the k th amino acid appearing at position i of the probe to be the total number of probes, and q(j,k) is the value of Dayhoff’s mutation matrix between the j th and kth amino acids. As a result, a large score represents a highly conserved position and a small score represents a weakly conserved position.
It is useful for PSSMs to predict protein quaternary structural attributes, disulfide connectivity, and folding patterns [20,21,22,23]. Here, we also use PSSMs to predict PPIs. In this work, we used the Position Specific Iterated BLAST (PSI-BLAST) [24] to build PSSMs for each protein sequence. In order to obtain broadly and highly homologous sequences, the default value of PSI_BLAST were chosen, that is, the e-value parameter was set as 0.001 and three iterations were selected in the proposed method. The resulting PSSMs can be represented as 20-dimensional matrices. Each matrix is composed of L × 20 elements, where L is the total number of residues in a protein. The rows of the matrix represent the protein residues, and the columns of the matrix represent the 20 amino acids.

3.3. Average Blocks

The characteristics of the Average Blocks (AB) was originally described in the literature [25]. Because of each protein has different numbers of amino acids, we cannot directly transform the PSSMs to feature vectors, which will lead to different sizes of feature vectors. To solve the problem, the features are averaged over a local region in PSSMs, which is called as averaged PSSM profile over blocks (Average Blocks), each with 5 percent of a protein sequence. Thus, regardless of the length of a protein sequence, a protein sequence is divided into 20 blocks and every block composes 20 features derived from the 20 columns in PSSMs by using the feature extract method [21]. Related mathematical formula is as follows:
AB ( k ) = 20 N p = 1 N 20 M t ( p + ( i 1 )   ×   N 20 , j )   i = 1 , ,   20 ; j = 1 , ,   20 ;   k = j + 20   ×   ( i 1 ) ,
where N 20 represents the size of the jth block, which is 5 percent of the length of a sequence. Where M t ( p + ( i 1 )   ×   N 20 , j ) is defined as a 1 × 20 vector extracted from the PSSM profile at the ith positon in the jth block. As a result, each sequence has 20 blocks and can be expressed as a 400-dimensional vector by using the method of Average Blocks. The rationale behind Average Blocks is that the residue conservation tendencies in the same domain family are similar, and the locations of domains in the same family are closely related to the length of the sequence [25]. In the paper, finally, each protein sequence of seven datasets was converted into a 400-dimensional vector by using the feature extraction method of Average Blocks.

3.4. Principal Component Analysis

Principal component analysis (PCA) is a useful tool to process data. It can analyze the main influencing factors from multiple dimensional datasets and simplify the complex problems. In this way, high-dimensional data can be projected to lower dimensions by computing principal components, which can retain the main information of the original dataset and wipe off the useless information of the original dataset. The useless information called the noise. The basic fundamental of PCA is as follows:
A multivariate dataset can be represented as the following matrix P:
P = ( p ( 1 ) p ( N ) ) , p ( t ) = [ p 1 ( t ) p s ( t ) ] , ) t = 1 , N )
where s is the count of variables, and N is the number of sampling of each variable. PCA is closely related to singular value decomposition (SVD) of matrix and the singular value decomposition of matrix P as follows:
P = i = 1 s x i y i z i T
where z i represents feature vector of P T P and y i represents feature vector of P P T , and x i is a singular value. If there are m linear relationships between s variables, then the m singular value is zero. Any row of P can be expressed as feature vector ( q 1 , q 2 , , q k )
P T ( t ) = i = 1 k x i y i z i = i = 1 k r i ( t ) q i
where r i ( t ) = p ( t ) q i is the of projection p ( t ) on q i , feature vector ( q 1 , q 2 , , q k ) is load vector, and r i ( t ) is score.
When there is a certain degree of linear correlation between the variables of matrix, then the projection of final several load vectors of matrix X will be small enough, resulting from measurement noise. As a result, the principal decomposition of matrix X represented by
P = r 1 q 1 T + r 2 q 2 T + + r k q k T + E
where E is a noise matrix and can be ignored. This does not result in the obvious loss of useful information of dataset.
As a result, when large multivariate datasets are analyzed, PCA is often desirable to reduce their dimensionality, which can integrate the useful information and reduce the influence of noise for improving the efficiency of data processing. In this paper, in order to reduce the influence of noise and improve the prediction accuracy, we reduce dimensions of the seven datasets from 400 to 350 in the proposed method by using PCA. It can be seen from Table 7 that PCA significantly improves the prediction accuracy by integrating the useful information and reducing the influence of noise.

3.5. Relevance Vector Machine

The related theory of the Relevance Vector Machine (RVM) model has been described in detail in the literature [26]. It is assumed that the training sample sets are { a n ,   t n } n = 1 N for binary classification problems, a n R d is the training sample, t n { 0 , 1 } represents the training sample label, t i represents the testing sample label, and t i = b i + ε i , where b i = w T φ ( a i ) = j = 1 N w j K ( a i , a j ) + w 0 is classification prediction model; ε i is additional noise, with a mean value of zero and a variance of σ 2 , where ε i ~ N ( 0 , σ 2 ) , t i ~ N ( b i , σ 2 ) . Assuming that the training sample sets are independent and identically distributed, the observation of vector t obeys the following distribution:
m ( t | a , c , σ 2 ) = ( 2 π σ 2 ) N / 2 exp [ 1 2 σ 2 | | t c | | 2 ]
where is defined as follows:
= ( 1 k ( a 1 , a 1 ) k ( a 1 , a N ) 1 k ( a N , a 1 ) k ( a N , a N ) )
The RVM uses sample label t to predict the label t * of the testing sample, given by
m ( t * | t ) = p ( t * | c , σ 2 ) p ( c , σ 2 | t ) d w d σ 2
In order to make the value of most components of the weight vector w zero and reduce the computational work of the kernel function, the weight vector w is subjected to additional conditions. Assuming that c i obeys a distribution with a mean value of zero and a variance of x i 1 , the mean c i ~ N ( 0 ,   x i 1 ) , p ( w | x ) = i = 0 N p ( c i | x i ) , where x is a hyper-parameters vector of the prior distribution of the weight vector c .
m ( t * | t ) = p ( t * | w , x , σ 2 ) p ( c , x , σ 2 | t ) d w d a d σ 2
m ( t * | c , x , σ 2 ) = N ( t * | b ( a * ; c ) , σ 2 )
Because p ( c , x , σ 2 | t ) cannot be obtained by an integral, it must be resolved using a Bayesian formula, given by
m ( c , x , σ 2 | t ) = p ( x | x , σ 2 , t ) p ( x , σ 2 | t )
m ( c | x , σ 2 , t ) = p ( t | c , σ 2 ) p ( c | x ) / p ( t | x , σ 2 )
The integral of the product of p ( t | x , σ 2 ) and p ( c | x ) is given by
m ( t | x , σ 2 ) = ( 2 π ) N / 2 | Ω | 1 / 2 exp ( t T Ω 1 t 2 )
Ω = σ 2 I + A 1 T ,   A = d i a g ( x 0 , x 1 , , x N )
m ( c | x , σ 2 , t ) = ( 2 π ) ( N + 1 ) / 2 | Σ | 1 / 2 exp ( ( c u ) T ( c u ) 2 )
Σ = ( σ 2 T + A ) 1
u = σ 2 Σ T t
Because   m ( x , σ 2 | t m ( t | x , σ 2 ) m ( x ) m ( σ 2 ) and   m ( x , σ 2 | t ) cannot be solved by means of integration, the solution is approximated using the maximum likelihood method, represented by
( x M P , σ M P 2 ) = arg   x , σ 2 m a x p ( t | x , σ 2 )
The iterative process of x M P and σ M P 2 is as follows:
{ x i n e w = γ i μ i 2 ( σ 2 ) n e w = | | t μ | | 2 N i = 0 N μ i γ i = 1 x i i , i
where i , i is i t h element on the diagonal of   Σ , and the initial value of a and σ 2 can be determined via the approximation of a M P and σ M P 2 by continuously updating using formula (19). After enough iterations, most of x i will be close to infinity, the value of the corresponding parameters in c i will be zero, and other x i values will be close to finite. The resulting corresponding parameters a i of x i are referred to as the relevance vector now.

3.6. Procedure of the Proposed Method

In the study, the proposed method contains as follows three steps: feature extraction, dimensional reduction using PCA, and sample classification. The feature extraction step contains two steps: (1) a PSSM matrix is used to represent each protein sequence from the datasets; (2) the PSSM matrix of each protein sequence is expressed as a 400-dimensional vector by using the Average Blocks method. Dimensional reduction of the original feature vector is achieved using the PCA method. Finally, sample classification occurs in two steps: (1) the RVM model is employed to implement classification based on the datasets from yeast, Helicobacter pylori, C. elegans, M. musculus, H. sapiens, H. pylori and E. coli whose features have been extracted; (2) the SVM model is used to carry out classification on the yeast dataset. The flow chart of the proposed method is shown in Figure 2.

3.7. Performance Evaluation

To evaluate the feasibility and efficiency of the proposed method, four parameters, the accuracy of prediction (Ac), sensitivity (Sn), precision (Pe), and Matthews’ correlation coefficient (Mcc), were computed. They are represented as follows:
Ac = T P + T N T P + F P + T N + F N
Sn = T P T P + F N
Pe = T P F P + T P
Mcc = ( T P × T N ) ( F P × F N ) ( T P + F N ) × ( T N + F P ) × ( T P + F P ) × ( T N + F N )
where TP, TN, FP, and FN represent true positives, true negatives, false positives, and false negatives, respectively. True positives represent the number of true interacting pairs correctly predicted. True negatives are the number of true non-interacting pairs predicted correctly. False positives stand for the number of true non-interacting pairs falsely predicted, and false negatives are the number of true interacting pairs falsely predicted to be non-interacting pairs. Moreover, we used the Receiver Operating Curve (ROC) to evaluate the performance of our proposed method.

4. Conclusions

Although many computational methods have been used to predict PPIs, the effectiveness and robustness of previous prediction models can still be improved. The main objective of this study is to improve prediction accuracy using the proposed approach. In the work, we explore a novel computational method using an RVM classifier combined with Average Blocks and a position specific scoring matrix. From the experimental results, it can be seen that the prediction accuracy of the proposed method is obviously higher than that of previous methods. In addition, our proposed method has also obtained good prediction accuracy on cross-species experiments of five other independent datasets. All these results demonstrated that our proposed method is a very promising and useful support tool for future proteomics research. The main improvements of the proposed method come from adopting an effective feature extraction method that can capture useful evolutionary information. Moreover, the results showed that PCA significantly improves prediction.

Acknowledgments

This work is supported in part by the National Science Foundation of China, under Grants 61373086, 11301517, 61572506, in part by Guangdong Natural Science Foundation, under Grant 2014A030313555, and in part by the Shenzhen Scientific Research and Development Funding Program under grants JCYJ20140418095735569. The authors would like to thank all the guest editors and anonymous reviewers for their constructive advices.

Author Contributions

Ji-Yong An and Zhu-Hong You conceived the algorithm, carried out analyses, prepared the data sets, carried out experiments, and wrote the manuscript; Fan-Rong Meng, Shu-Juan Xu and Yin Wang designed, performed and analyzed experiments and wrote the manuscript; All authors read and approved the final manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ho, Y.; Gruhler, A.; Heilbut, A.; Bader, G.D.; Moore, L.; Adams, S.; Millar, A.; Taylor, P.; Bennett, K.; Boutilier, K.; et al. Systematic identification of protein complexes in saccharomyces cerevisiae by mass spectrometry. Nature 2002, 415, 180–183. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Zhu, H.; Bilgin, M.; Bangham, R.; Hall, D.; Casamayor, A.; Bertone, P.; Lan, N.; Jansen, R.; Bidlingmaier, S.; Houfek, T. Global analysis of protein activities using proteome chips. Biophys. J. 2001, 293, 2101–2105. [Google Scholar] [CrossRef] [PubMed]
  3. Gavin, A.C.; Bösche, M.; Krause, R.; Grandi, P.; Marzioch, M.; Bauer, A.; Schultz, J.; Rick, J.M.; Michon, A.M.; Cruciat, C.M.; et al. Functional organization of the yeast proteome by systematic analysis of protein complexes. Nature 2002, 415, 141–147. [Google Scholar] [CrossRef] [PubMed]
  4. Ito, T.; Chiba, T.; Ozawa, R.; Yoshida, M.; Hattori, M.; Sakaki, Y. A comprehensive two-hybrid analysis to explore the yeast protein interactome. Proc. Natl. Acad. Sci. USA 2001, 98, 4569–4574. [Google Scholar] [CrossRef] [PubMed]
  5. Martin, S.; Roe, D.; Faulon, J.L. Predicting protein-protein interactions using signature products. Bioinformatics 2005, 21, 218–226. [Google Scholar] [CrossRef] [PubMed]
  6. Nanni, L.; Lumini, A. An ensemble of K-local hyperplanes for predicting protein–protein interactions. Neurocomputing 2006, 22, 1207–1210. [Google Scholar] [CrossRef] [PubMed]
  7. Bock, J.R.; Gough, D.A. Whole-proteome interaction mining. Bioinformatics 2003, 19, 125–135. [Google Scholar] [CrossRef] [PubMed]
  8. Chou, K.C.; Cai, Y.D. Predicting protein-protein interactions from sequences in a hybridization space. J. Proteom. Res. 2006, 5, 316–322. [Google Scholar] [CrossRef] [PubMed]
  9. Shen, J.; Zhang, J.; Luo, X.; Zhu, W.; Yu, K.; Chen, K.; Li, Y.; Jiang, H. Predicting protein-protein interactions based only on sequences information. Proc. Natl. Acad. Sci. USA 2007, 104, 4337–4341. [Google Scholar] [CrossRef] [PubMed]
  10. Guo, Y.; Yu, L.; Wen, Z.; Li, M. Using support vector machine combined with auto covariance to predict protein-protein interactions from protein sequences. Nucleic Acids Res. 2008, 36, 3025–3030. [Google Scholar] [CrossRef] [PubMed]
  11. Chen, X.W.; Liu, M. Prediction of protein-protein interactions using random decision forest framework. Bioinformatics 2006, 21, 4394–4400. [Google Scholar] [CrossRef] [PubMed]
  12. Licamele, L.; Getoor, L. Predicting protein-protein interactions using relational features. Proc. ICML Workshop Stat. Netw. Anal. 2006, 5, 154. [Google Scholar]
  13. Chang, C.-C.; Lin, C.-J. LIBSVM: A library for support vector machines. ACM Trans. Intell. Syst. Technol. 2011, 2. [Google Scholar] [CrossRef]
  14. Zhou, Y.Z.; Gao, Y.; Zheng, Y.Y. Prediction of Protein-Protein Interactions Using Local Description of Amino Acid Sequence; Springer: Heidelberg, Germany; Berlin, Germany, 2011; pp. 254–262. [Google Scholar]
  15. Yang, L.; Xia, J.; Gui, J. Prediction of protein-protein interactions from protein sequence using local descriptors. Protein Pept. Lett. 2010, 17, 1085–1090. [Google Scholar] [CrossRef] [PubMed]
  16. You, Z.H.; Lei, Y.K.; Zhu, L.; Xia, J.; Wang, B. Prediction of protein-protein interactions from amino acid sequences with ensemble extreme learning machines and principal component analysis. BMC Bioinform. 2013, 14, 69–75. [Google Scholar] [CrossRef] [PubMed]
  17. Nanni, L. Fusion of classifiers for predicting protein–protein interactions. Neurocomputing 2005, 68, 289–296. [Google Scholar] [CrossRef]
  18. Nanni, L. Letters: Hyperplanes for predicting protein-protein interactions. Neurocomputing 2005, 69, 257–263. [Google Scholar] [CrossRef]
  19. Gribskov, M.; Mclachlan, A.D.; Eisenberg, D. Profile analysis: Detection of distantly related proteins. Proc. Natl. Acad. Sci. USA 1987, 84, 4355–4358. [Google Scholar] [CrossRef] [PubMed]
  20. Georgiou, D.N.; Karakasidis, T.E.; Megaritis, A.C. A short survey on genetic sequences, Chou’s pseudo amino acid composition and its combination with fuzzy set theory. Mater. Child Health Care China 2013, 7, 41–48. [Google Scholar] [CrossRef]
  21. Georgiou, D.N.; Karakasidis, T.E.; Nieto, J.J.; Torres, A. A study of entropy/clarity of genetic sequences using metric spaces and fuzzy sets. J. Theor. Biol. 2010, 267, 95–105. [Google Scholar] [CrossRef] [PubMed]
  22. Liu, T.; Qin, Y.; Wang, Y.; Wang, C. Prediction of protein structural class based on gapped-dipeptides and a recursive feature selection approach. Int. J. Mol. Sci. 2016, 17. [Google Scholar] [CrossRef] [PubMed]
  23. Wang, S.; Liu, S. Protein sub-nuclear localization based on effective fusion representations and dimension reduction algorithm LDA. Int. J. Mol. Sci. 2015, 16, 30343–30361. [Google Scholar] [CrossRef] [PubMed]
  24. Altschul, S.F.; Koonin, E.V. Iterated profile searches with PSI-BLAST—A tool for discovery in protein databases. Trends Biochem. Sci. 1998, 23, 444–447. [Google Scholar] [CrossRef]
  25. Jeong, J.C.; Lin, X.; Chen, X.W. On position-specific scoring matrix for protein function prediction. IEEE/ACM Trans. Comput. Biol. Bioinform. 2011, 8, 308–315. [Google Scholar] [CrossRef] [PubMed]
  26. Tipping, M.E. Sparse bayesian learning and the relevance vector machine. J. Mach. Learn. Res. 2001, 1, 211–244. [Google Scholar]
Figure 1. Comparison of Receiver Operating Curve (ROC) curves performed between Relevance Vector Machine (RVM) and support vector machine (SVM) on yeast dataset.
Figure 1. Comparison of Receiver Operating Curve (ROC) curves performed between Relevance Vector Machine (RVM) and support vector machine (SVM) on yeast dataset.
Ijms 17 00757 g001
Figure 2. The flow chart of the proposed method.
Figure 2. The flow chart of the proposed method.
Ijms 17 00757 g002
Table 1. Five-fold cross validation results shown using our proposed method on yeast dataset. Ac: Accuracy; Sn: Sensitivity; Pe: Precision; Mcc: Matthews’s correlation coefficient.
Table 1. Five-fold cross validation results shown using our proposed method on yeast dataset. Ac: Accuracy; Sn: Sensitivity; Pe: Precision; Mcc: Matthews’s correlation coefficient.
Testing SetAc (%)Sn (%)Pe (%)Mcc (%)
193.1292.4693.6487.18
294.3294.7794.0289.29
392.0092.2191.9685.28
492.0091.3892.1485.26
593.4893.1193.9487.11
Average92.98 ± 0.9992.79 ± 1.293.14 ± 1.0086.82 ± 1.66
Table 2. Five-fold cross validation results shown using our proposed method on H. pylori dataset.
Table 2. Five-fold cross validation results shown using our proposed method on H. pylori dataset.
Testing SetAc (%)Sn (%)Pe (%)Mcc (%)
195.5497.5393.5691.47
295.7194.7096.9591.79
397.0897.2596.9294.34
494.1794.1493.4588.98
595.3894.5096.6991.16
Average95.58 ± 1.095.62 ± 1.695.51 ± 1.8391.55 ± 1.91
Table 3. Five-fold cross validation results shown using our proposed method on yeast dataset. SVM: Support Vector Machine; PSSM: Position Specific Scoring Matrix; AB: Average Blocks; RVM: Relevance Vector Machine.
Table 3. Five-fold cross validation results shown using our proposed method on yeast dataset. SVM: Support Vector Machine; PSSM: Position Specific Scoring Matrix; AB: Average Blocks; RVM: Relevance Vector Machine.
Testing SetAc (%)Sn (%)Pe (%)Mcc (%)
SVM + PSSM + AB
-84.4984.6584.2773.79
-87.2288.0486.8177.69
-84.0984.4184.1173.23
-85.4785.0585.1275.15
-86.1685.4786.6376.15
Average85.49 ± 1.2685.52 ± 1.4685.39 ± 1.2875.20 ± 1.80
RVM + PSSM + AB
-93.1292.4693.7787.18
-94.3294.7793.8689.29
-92.0092.2191.7985.28
-92.0091.3892.5985.26
-93.4893.1193.8687.11
Average92.98 ± 0.9992.79 ± 1.293.14 ± 1.0086.82 ± 1.66
Table 4. Prediction performance on five species based on our model. PPV: Positive Predictive Value; NPV: Negative Predictive value; F1: F-Score.
Table 4. Prediction performance on five species based on our model. PPV: Positive Predictive Value; NPV: Negative Predictive value; F1: F-Score.
Testing SetAc (%)Sn (%)PPV (%)NPV (%)F1 (%)
H. pylori91.5591.55100%095.59
M. musculus89.489.46100%094.44
H. sapiens91.0891.08100%095.33
E. coli94.8194.81100%097.34
C. elegans88.3188.31100%093.79
Table 5. Predicting ability of different methods on the yeast dataset. ACC: Auto Covariance; LD: Local Description; PCA: Principal Component Analysis; EELM: Ensemble Extreme Learning Machines; N/A: No Available.
Table 5. Predicting ability of different methods on the yeast dataset. ACC: Auto Covariance; LD: Local Description; PCA: Principal Component Analysis; EELM: Ensemble Extreme Learning Machines; N/A: No Available.
ModelTesting SetAc (%)Sn (%)Pe (%)Mcc (%)
Guos’ work [10]ACC89.33 ± 2.6789.93 ± 3.6088.77 ± 6.16N/A
AC87.36 ± 1.3887.30 ± 4.6887.82 ± 4.33N/A
Zhous’ work [14]SVM + LD88.56 ± 0.3387.37 ± 0.2289.50 ± 0.6077.15 ± 0.68
Yangs’ work [15]Cod175.08 ± 1.1375.81 ± 1.2074.75 ± 1.23N/A
Cod280.04 ± 1.0676.77 ± 0.6982.17 ± 1.35N/A
Cod380.41 ± 0.4778.14 ± 0.9081.66 ± 0.99N/A
Cod486.15 ± 1.1781.03 ± 1.7490.24 ± 1.34N/A
Yous’ work [16]PCA-EELM87.00 ± 0.2986.15 ± 0.4387.59 ± 0.3277.36 ± 0.44
Proposed methodRVM92.98 ± 0.9992.79 ± 1.293.14 ± 1.0086.82 ± 1.66
Table 6. Predicting ability of different methods on the H. pylori dataset.
Table 6. Predicting ability of different methods on the H. pylori dataset.
ModelAc (%)Sn (%)Pe (%)Mcc (%)
Nanni [17]838685.1N/A
Nanni [18]848684N/A
Nanni and Lumini [6]86.686.785N/A
Z-H You [16]87.588.9586.1578.13
L Nanni [18]848486N/A
Proposed method95.5895.6295.5191.55
Table 7. Five-fold cross validation results shown using our proposed method on yeast dataset.
Table 7. Five-fold cross validation results shown using our proposed method on yeast dataset.
DatasetTesting SetAc (%)
The Original Dataset187.66
288.16
387.17
487.84
585.92
The Dataset Processed by Using PCA193.12
294.32
392.00
492.00
593.48

Share and Cite

MDPI and ACS Style

An, J.-Y.; You, Z.-H.; Meng, F.-R.; Xu, S.-J.; Wang, Y. RVMAB: Using the Relevance Vector Machine Model Combined with Average Blocks to Predict the Interactions of Proteins from Protein Sequences. Int. J. Mol. Sci. 2016, 17, 757. https://0-doi-org.brum.beds.ac.uk/10.3390/ijms17050757

AMA Style

An J-Y, You Z-H, Meng F-R, Xu S-J, Wang Y. RVMAB: Using the Relevance Vector Machine Model Combined with Average Blocks to Predict the Interactions of Proteins from Protein Sequences. International Journal of Molecular Sciences. 2016; 17(5):757. https://0-doi-org.brum.beds.ac.uk/10.3390/ijms17050757

Chicago/Turabian Style

An, Ji-Yong, Zhu-Hong You, Fan-Rong Meng, Shu-Juan Xu, and Yin Wang. 2016. "RVMAB: Using the Relevance Vector Machine Model Combined with Average Blocks to Predict the Interactions of Proteins from Protein Sequences" International Journal of Molecular Sciences 17, no. 5: 757. https://0-doi-org.brum.beds.ac.uk/10.3390/ijms17050757

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop