Literature DB >> 27571061

Highly Accurate Prediction of Protein-Protein Interactions via Incorporating Evolutionary Information and Physicochemical Characteristics.

Zheng-Wei Li1, Zhu-Hong You2, Xing Chen3, Jie Gui4, Ru Nie5.   

Abstract

Protein-protein interactions (PPIs) occur at almost all levels of cell functions and play crucial roles in various cellular processes. Thus, identification of PPIs is critical for deciphering the molecular mechanisms and further providing insight into biological processes. Although a variety of high-throughput experimental techniques have been developed to identify PPIs, existing PPI pairs by experimental approaches only cover a small fraction of the whole PPI networks, and further, those approaches hold inherent disadvantages, such as being time-consuming, expensive, and having high false positive rate. Therefore, it is urgent and imperative to develop automatic in silico approaches to predict PPIs efficiently and accurately. In this article, we propose a novel mixture of physicochemical and evolutionary-based feature extraction method for predicting PPIs using our newly developed discriminative vector machine (DVM) classifier. The improvements of the proposed method mainly consist in introducing an effective feature extraction method that can capture discriminative features from the evolutionary-based information and physicochemical characteristics, and then a powerful and robust DVM classifier is employed. To the best of our knowledge, it is the first time that DVM model is applied to the field of bioinformatics. When applying the proposed method to the Yeast and Helicobacter pylori (H. pylori) datasets, we obtain excellent prediction accuracies of 94.35% and 90.61%, respectively. The computational results indicate that our method is effective and robust for predicting PPIs, and can be taken as a useful supplementary tool to the traditional experimental methods for future proteomics research.

Entities:  

Keywords:  discriminative vector machine; evolutionary information; physicochemical characteristics; protein interactions; protein sequence

Mesh:

Year:  2016        PMID: 27571061      PMCID: PMC5037676          DOI: 10.3390/ijms17091396

Source DB:  PubMed          Journal:  Int J Mol Sci        ISSN: 1422-0067            Impact factor:   5.923


1. Introduction

Proteins are the building blocks of any living organism. Protein-protein interactions (PPIs) occur at almost all levels of cell functions in organisms [1]. Identification of PPIs is essential for deciphering molecular mechanisms and further providing great insight into various biological processes [2,3,4]. The analysis of disease-related PPIs can speed up new drug development and therapy breakthrough [5]. Recently, a variety of high-throughput experimental technologies, such as two-hybrid-based screens [6,7], protein chips [8] and spectrometric protein complex identification [9], have been proposed by investigators for the large-scale PPIs detection. However, these experimental techniques suffer from some inherent disadvantages such as significantly time-consuming, expensive, very low coverage and high false positive rate [10,11]. Therefore, it is highly desired to develop the efficient and accurate computational approaches to facilitate the prediction of novel PPIs [12]. In general, computational approaches for PPIs detection contain two critical steps: feature extraction and classification prediction [13,14]. Feature extraction is the foundation of the overall prediction process. If those extracted features are highly discriminative, they will facilitate the subsequent steps to significantly improve the success rate of PPIs prediction. In fact, numerous feature extraction approaches have been proposed to improve the performance of PPIs prediction. For example, Shen et al. developed a conjoint triad feature extraction method using only the information of protein sequence for predicting PPI and PPI networks [15]. Guo et al. adopted auto covariance of protein sequence to construct feature vector and obtained the promising prediction results [2]. Zhou et al. employed local descriptors to capture continuous and discontinuous binding patterns of protein sequences [16]. In addition, evolutionary-based features of protein sequences have also been widely used in PPIs prediction. Zahiri et al. extracted the evolutionary features based on position-specific scoring matrix (PSSM) of protein sequences [17]. Jia et al. incorporated seven physicochemical properties and wavelet transform to detect the interactions between proteins [4]. Although the aforementioned techniques have been demonstrated to be successful in PPIs analysis, they only utilized partial information of protein sequences (such as sequential information, or evolutionary-based information, or physicochemical characteristics). Considering the fusion of multi-class information may reveal some implicit correlations of protein sequences and are able to provide more discriminative information, we select four representative physicochemical characteristics integrated with evolutionary information based on PSSM of protein sequences to improve the prediction performance of PPIs. Besides feature extraction, the following classification prediction is also critical. Many machine learning techniques have been employed for classification, such as support vector machine (SVM) [2,16,18], artificial neural network (ANN) [19,20], relevance vector machine (RVM) [21,22], collaborative filtering (CF) [23], weighted sparse representation [1,24] and ensemble classifier [4,25,26]. In this work, our newly developed discriminative vector machine (DVM) [27,28] classifier is used. To the best of our knowledge, it is the first time that the DVM model is applied to the field of bioinformatics. More specifically, we first use the position-specific scoring matrix (PSSM) to represent each protein sequence and calculate the corresponding PSSM probabilities. Second, each probabilistic residue product is calculated. Third, the autocorrelation coefficients are calculated and the final 160-dimensional vector for each protein sequence is constructed accordingly. Moreover, the proposed method is evaluated on the two different PPIs datasets: Yeast and Helicobacter pylori (H. pylori). The computational results show that our method yields good prediction accuracy. To further validate the performance of our method, it is compared with the state-of-the-art SVM classifier. Achieved results demonstrate that the proposed method is superior to SVM in prediction performance. Finally, comparisons between the proposed method and other previous works are implemented.

2. Results and Discussion

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

In this step, to minimize data dependence and avoid the over-fitting of the predicting model, fivefold cross-validation was adopted. As described in materials and methods section, the final Yeast dataset contains 11,188 protein pairs, half from the negative dataset and half from the positive dataset. Here four-fifths of the protein pairs (8950 protein pairs) respectively from the negative and positive dataset were randomly chosen to train the predicting model and the remaining one-fifths (2238 protein pairs) were employed for testing. To validate the robustness of the proposed approach, the random selection of training set and test set was repeated five times and five training sets and five test sets were obtained. Therefore, five predicting models on the Yeast dataset were generated accordingly. The processing method for the H. pylori dataset is the same as the one for the Yeast dataset. To facilitate the comparison between different experiments, the four physicochemical properties of protein sequence and parameters of the DVM predictor were set to the same for the Yeast and H. pylori datasets. The RBF function was chosen as the kernel function. The achieved results of the proposed method on the Yeast and H. pylori datasets are shown in Table 1 and Table 2.
Table 1

Fivefold cross validation results using the proposed method on Yeast dataset.

Testing SetAcc (%)Sen (%)Pre (%)MCC (%)
193.5293.0798.3488.94
294.7692.4196.5687.57
393.8393.6495.6887.61
494.4393.5296.6790.02
595.2192.1995.3391.19
Average94.35 ± 0.6892.97 ± 0.6596.52 ± 1.1789.07 ± 1.56

Average accuracy (Acc), sensitivity (Sen), precision (Pre), and Matthews’s correlation coefficient (MCC).

Table 2

Fivefold cross validation results using the proposed method on H. Pylori dataset.

Testing SetAcc (%)Sen (%)Pre (%)MCC (%)
192.8192.2893.4083.32
289.5990.7391.7381.08
390.8293.3790.1984.51
491.0689.6489.2783.61
588.7590.59 89.1281.43
Average90.61 ± 1.5591.32 ± 1.4890.74 ± 1.8182.79 ± 1.47

Average accuracy (Acc), sensitivity (Sen), precision (Pre), and Matthews’s correlation coefficient (MCC).

When applying the proposed approach to the Yeast dataset, we got the prediction results of average accuracy (Acc), sensitivity (Sen), precision (Pre), and Matthews’s correlation coefficient (MCC) of 94.35%, 92.97%, 96.52%, and 89.07%, respectively. The corresponding standard deviations were 0.68%, 0.65%, 1.17%, and 1.56%. Similarly, the average values of accuracy, sensitivity, precision, and MCC on the H. pylori dataset reached 90.61%, 91.32%, 90.74%, and 82.79%. Their standard deviations were 1.55%, 1.48%, 1.81%, and 1.47%, respectively. The computational results indicate that the proposed method is successful in predicting PPIs. From the results in Table 1 and Table 2, we can see that the DVM-based predicting model combining the four physicochemical properties with PSSM evolutionary information is accurate, effective and robust for the prediction of PPIs. The possible reasons of the excellent prediction performance lie in the highly discriminative hybrid features and the choice of the powerful DVM classifier. The proposed feature extraction method is novel and effective. As a representation of a protein sequence, PSSM not only retains the probability of any given amino acid at a particular position sequence but also holds sufficient prior evolutionary information. Apart from the use of PSSM, we also extracted four selected physicochemical attributes which also retain highly discriminatory information. By incorporating effective evolutionary-based information and physicochemical characteristics, the highly discriminatory features were formulated in the end.

2.2. Comparison with SVM-Based Method

To further evaluate the performance of the proposed method, we also constructed the state-of-the-art Support Vector Machine (SVM) classifier. Here, we used LIBSVM toolbox [29] as SVM classifier to carry out the prediction of PPIs. To be fair, the two predicting models adopted the same hybrid feature extracted from the Yeast dataset. A general grid search scheme was employed to optimize LIBSVM’s two parameters (regularization parameter , kernel width parameter ) and they (, ) were tuned to 0.7 and 0.3 respectively. Additionally, Gaussian function was chosen as the kernel function. For the DVM and SVM classifiers, all the input vectors were normalized in the range of [−1,1]. The final prediction results of the two methods are illustrated in Table 3 and the corresponding ROCs (receiver operating characteristic curve) are shown in Figure 1. From Table 3, the average prediction accuracy, sensitivity, precision and MCC of the SVM method attained 85.77%, 85.38%, 86.46%, and 75.65%, respectively. Meanwhile, the corresponding values based on DVM achieved 94.35%, 92.97%, 96.52%, and 89.07%, which indicate that our method is significantly better than SVM for predicting PPIs. Furthermore, as shown in Figure 1, the ROC of the DVM-based prediction model is superior to that of the SVM-based classifier. It obviously suggests that the proposed method is more effective and robust. There are two possible explanations to explain the results. (1) Based on k nearest neighbors (kNNs), the robust M-estimator and manifold regularization, DVM reduces the effect of outliers and overcomes the shortcoming of the kernel function being required to satisfy the condition of Mercer; (2) Although there are three parameters (β, γ, and θ) in DVM model, those parameters slightly affect the performance of DVM if they are adjusted in appropriate ranges. Therefore, the DVM-based model is more suitable for PPIs prediction than the SVM-based method.
Table 3

Fivefold cross validation results on Yeast dataset between our method and support vector machine (SVM).

ModelTesting SetAcc (%)Sen (%)Pre (%)MCC (%)
SVM185.1284.8786.3475.92
286.1683.9185.3674.99
387.9685.6486.6177.58
485.4285.8088.6775.02
584.2186.7085.3374.76
Average85.77 ± 1.4185.38 ± 1.0586.46 ± 1.3675.65 ± 1.16
DVM193.5293.0798.3488.94
294.7692.4196.5687.57
393.8393.6495.6887.61
494.4393.5296.6790.02
595.2192.1995.3391.19
Average94.35 ± 0.6892.97 ± 0.6596.52 ± 1.1789.07 ± 1.56

Average accuracy (Acc), sensitivity (Sen), precision (Pre), and MCC.

Figure 1

Comparison of receiver operating characteristic (ROC) curves between discriminative vector machine (DVM) and support vector machine (SVM) on Yeast dataset.

2.3. Comparison with Other Methods

So far, numerous classification methods for predicting PPIs have been developed by investigators. To further validate the advantage of our approach, we compared the predictive performance of our method with other existing methods (as described in Table 4 and Table 5). The achieved results of fivefold cross-validation of different methods on the Yeast and H. pylori datasets are shown in Table 4 and Table 5. In Table 4, the prediction accuracy of other previous methods on the Yeast dataset varies from 75.08% to 93.92%, while the proposed method achieved higher value of 94.35%. Similarly, the sensitivity, precision and MCC of our method are also higher than those of other methods. Moreover, the corresponding standard deviations demonstrate the proposed method is stable and robust. Considering that ensemble classifier usually has better prediction effect than single classifier, although RF + PR-LPQ method has smaller standard deviations, our method is also considered as one of the most competitive computational methods for predicting PPIs. The similar results on the H. pylori dataset can also be found in Table 5. The highest prediction accuracy of six other methods is 89.47%, which is lower than the result (90.61%) of the proposed method. The same is true for precision, sensitivity and MCC. All prediction results in Table 4 and Table 5 indicate that the DVM classifier incorporating the evolutionary-based information and physicochemical characteristics can improve the prediction performance compared with the state-of-the-art methods. The high prediction performance of our method may contribute to the novel feature extraction method which extracts the highly discriminative information, and the use of DVM classifier which has been demonstrated to be robust and powerful [27].
Table 4

Practical predicting results of different methods on the Yeast dataset.

ModelTesting SetAcc (%)Sen (%)Pre (%)MCC (%)
Guo [2]ACC89.33 ± 2.6789.93 ± 3.6888.87 ± 6.16N/A
AC87.36 ± 1.3887.30 ± 4.6887.82 ± 4.33N/A
Yang [30]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
You [25]PCA-EELM87.00 ± 0.2986.15 ± 0.4387.59 ± 0.3277.36 ± 0.44
Wong [26]RF + PR-LPQ93.92 ± 0.3691.10 ± 0.3196.45 ± 0.4588.56 ± 0.63
Proposed MethodDVM94.35 ± 0.6792.97 ± 0.5196.52 ± 0.5789.07 ± 1.30

N/A—Not applicable.

Table 5

Practical predicting results of different methods on the H. Pylori dataset.

ModelAcc (%)Sen (%)Pre (%)MCC (%)
Nanni [31]83.0086.0085.10N/A
Nanni [32]84.0086.0084.00N/A
Nanni and Lumini [33]86.6086.7085.00N/A
You [25]87.5088.9586.1578.13
Martin [18]83.4079.9085.70N/A
Wong [26]89.4789.1889.6381.00
Proposed Method90.6191.3290.7482.79

N/A—Not applicable.

3. Materials and Methods

3.1. Dataset

In this work, we evaluate the proposed method on the two high-confidence PPIs benchmarked datasets Yeast and H. pylori which are gathered from the publicly available Database of Interaction Proteins (DIP), version DIP_20070219 [34]. Those protein pairs in the datasets with less than 50 residues are excluded because they might be fragments. All protein pairs are aligned by using a multiple sequence alignment tool, cd-hit [35]. The protein pairs with too much sequence identity are generally considered to be homologous; so the pairs having ≥40% sequence identity are also removed. After above preprocessing, each dataset is divided into two subsets: negative dataset (non-interacting pairs) and positive dataset (interacting pairs). In the Yeast dataset, we select 5594 negative protein pairs as the negative dataset and 5594 positive protein pairs as the positive dataset. In the same way, 1458 negative protein pairs are selected to construct the negative dataset and 1458 positive protein pairs to form the positive dataset from H. pylori dataset. Therefore, the Yeast dataset consists of 11,188 protein pairs and H. pylori dataset includes 2916 protein pairs.

3.2. Feature Extraction

In this work, we aim to demonstrate that the perdition performance of PPIs can be improved by incorporating amino acids’ physicochemical properties and evolutional information. Although Taguchi and Gromiha held the viewpoint that physicochemical-based features do not carry important discriminative information [36], we believe that the combination of physicochemical properties with evolutionary information can provide highly discriminatory features for PPIs prediction. However, there are more than 544 physicochemical characteristics [37,38] . Fortunately, according to Gaurav Raicar et al., not all physicochemical properties play the same role for predicting PPIs [39]. Gaurav Raicar summarized the rank of physicochemical characteristics based on its frequency counts over all the datasets and a subset of them was identified. Here, through the extensive experiments, four physicochemical characteristics, including hydrophobicity (H), polarity (P), polarizability (Z), and van der Waals volume (V), are selected for the calculations. The numerical indices of the four physicochemical characteristics for the 20 amino acids are shown in Table 6.
Table 6

Numerical indices of the four physicochemical characteristics for the 20 amino acids.

Amino Acid NameHydrophobicityPolarityPolarizabilityvan der Waals Volume
Alanine0.618.10.0461.00
Arginine0.6010.50.2916.13
Asparagine0.0611.60.1342.95
Aspartic Acid0.4613.00.1052.78
Cysteine1.075.50.1282.43
Glutamine0.010.50.1803.95
Glutamic Acid0.4712.30.1513.78
Glycine0.079.00.0000.00
Histidine0.6110.40.2304.66
Isoleucine2.225.20.1864.00
Leucine1.534.90.1864.00
Lysine1.1511.30.2194.77
Methionine1.185.70.2214.43
Phenylalanine2.025.20.2905.89
Proline1.958.00.1312.72
Serine0.059.20.0621.60
Threonine0.058.60.1082.60
Tryptophan2.655.40.4098.08
Tyrosine1.886.20.2986.47
Valine1.325.90.1403.00
Since the length of each protein sequence is different, the physicochemical characteristics and evolutionary-based information cannot merge directly. Based on pseudo amino acid composition (PseAAC) [40,41], we propose a novel feature extraction method which integrates position specific scoring matrix (PSSM) probabilities with the four physicochemical properties. PSSM is a representation of a protein sequence which defines the probability of any given amino acid occurring at a particular position in the sequence and carries the evolutionary information of protein sequence [39]. In this work, we adopt the position specific iterated BLAST (PSI-BLAST) tool to create PSSMs for all protein sequences of the Yeast and H. pylori datasets, via three iterations setting the E-value cutoff at 0.001 for the query protein sequence against multiple sequence alignment [10,42]. The PSSM of a query protein sequence is a matrix ( ), where is the length of the protein sequence and 20 denotes the 20 native amino acids. is the score for the amino acid in the position of the given protein sequence [13]. The residue index for the physicochemical property is a column vector of (as described in Table 6). Therefore, the probabilistic expression of the residues about the physicochemical property can be defined as where is a vector of size . It should be pointed out that the order of the amino acids in matrix P and vector must remain consistent. Then the hybrid features based on physicochemical characteristics and evolutionary information are calculated by using autocorrelation coefficients of the probabilistic expressions () of the protein sequence. The calculating formula is illustrated as where is the probabilistic residue of on the physicochemical property in a protein sequence and μ is the average value of all . In this work, we use = 1, 2, …, 40, thus producing 40 autocorrelation coefficients features to the physicochemical property. Therefore, each protein sequence is converted to a dimensional feature vector.

3.3. Discriminative Vector Machine

Classification is a fundamental issue in pattern recognition field and there exist numerous classification algorithms for different recognition tasks. In this work, our newly developed discriminative vector machine (DVM) classifier is adopted in the classification. To the best of our knowledge, it is the first time that DVM model is applied to the field of Bioinformatics. DVM is a probably approximately correct (PAC) learning algorithm which can reduce the error caused by generalization and has strong robustness [27]. Given a test sample , the first step of DVM is to find its nearest neighbors (kNNs) to suppress the effect of outliers. The kNNs of can be expressed by , where is the nearest neighbor. For convenience, is also represented by , where denotes the sample vector from the class. Then the objective of DVM is to solve the following minimization problem: where is the element of and is denoted as or , where is the coefficient from the class. is a robust M-estimator to improve the robustness of DVM. M-estimator is a generalized maximum likelihood operator proposed by Huber to estimate parameters under the cost function [43]. There are a variety of alternative robust estimators like Welsch M-estimator, MBA (Median Ball Algorithm) estimator and Cauchy M-estimator [44]. In this work, a robust Welsch M-estimator () is adopted to attenuate large error terms so that outliers would have a less impact on classification. is a norm of and the corresponding l2-norm is employed in our calculation. The last section of Equation (3) is the manifold regularization where is the similarity between the and the nearest neighbor (NN) of . In this work, is defined as the cosine distance between the and the NN of . Then the corresponding Laplacian matrix L can be depicted as where is the similarity matrix whose element is , is a diagonal matrix whose element is the sum of . According to Equation (4), the last section of Equation (3) can be denoted as . Construct a diagonal matrix and its element is: where is the kernel size which can be calculated in the following form: where θ is a constant to suppress the effect of outliers. In this work, it is assigned to 1.0 as in the literature [45]. Based on the Equations (4)–(6), the minimization of Equation (3) can be converted to the following problem: According to the theory of half-quadratic minimization, the global solution of Equation (7) can be solved by: After the related coefficients for each class are calculated, the test sample can be identified as the class if the residual is the minimum distance. As can be seen, DVM uses the robust M-estimator and manifold regularization to suppress the effect of outliers and improve its discriminatory ability; therefore, it has better robustness and higher generalization ability than kNNs. In this work, there are two classes in total to be identified: non-interacting protein pair (class 1) and interacting pair (class 2). If the residual is the minimum distance, the test sample will be classified as non-interacting protein pair (class 1), or it will be identified as interacting protein pair (class 2). For three free parameters (, , ) of the DVM model, it is time-consuming to directly search for their optimal values. It is gratifying that the DVM algorithm is so stable that all these parameters only affect the performance slightly if they are set in feasible ranges. Based on above knowledge and through grid search, the parameters and are set as 1 × 10−3 and 1 × 10−4 respectively. Just as described before, is a constant and is always set to 1 throughout the whole process. For large data set, the DVM classifier needs to spend relatively more time in finding the representative vector, so multi-dimensional indexing techniques can be adopted to speed up search process to a certain extent.

3.4. Procedure of the Proposed Method

In this study, the procedure of the proposed approach mainly consists of two steps: feature extraction and classification prediction. The feature extraction is also divided into three sub steps: (1) the PSI-BLAST tool is used to represent each protein sequence and the corresponding PSSMs are obtained; (2) Based on PSSM and physicochemical characteristics, each probabilistic residue is calculated; (3) Each autocorrelation correlation feature vector is established according to Equation (2). Similarly, classification prediction also includes two sub steps. (1) As described before, each dataset is divided into training set and test set. The training set is used to train the DVM model; (2) the trained DVM model is employed to predict the PPIs on the Yeast and H. pylori datasets and the performance of the algorithm is evaluated. Similarly, the SVM model is also constructed for predicting PPIs on the Yeast dataset. The flow chart of our proposed approach is illustrated as Figure 2.
Figure 2

The flow chart of the proposed method.

3.5. Performance Evaluation

To evaluate the predictive performance of the proposed approach, four evaluation metrics, including the accuracy (Acc), sensitivity (Sen), precision (Pre), and Matthews’s correlation coefficient (MCC), were calculated. The concrete computational formulas can be formulated as follows: where FP, FN, TP and TN, denote false positive, false negative, true positive and true negative, respectively. More specifically, FP is the number of non-interacting protein pairs that are falsely predicted to be interacting protein pairs, and FN denotes the number of interacting protein pairs that are falsely predicted to be non-interacting protein pairs. Similarly, TP represents the number of interacting protein pairs predicted correctly while TN stands for the number of non-interacting protein pairs predicted correctly. Furthermore, the Receiver Operating characteristic (ROC) curve is employed to evaluate the performance comparison between SVM and the proposed method.

4. Conclusions

In this work, we propose a novel computational method for predicting PPIs using the hybrid feature incorporating the evolutionary information and physicochemical characteristics of protein sequence. To minimize data dependence and avoid the over-fitting, five-fold cross-validation is adopted. When applied to the Yeast and H. Pylori datasets, the proposed method achieves good prediction accuracies of 94.35% and 90.61%, respectively. To further evaluate the performance of the proposed method, it is compared with SVM model and other previous works. The achieved results show that our proposed method is very competitive for predicting PPIs and can be taken as a useful supplementary tool to the traditional experimental methods for future proteomics research.
  32 in total

1.  Clustering of highly homologous sequences to reduce the size of large protein databases.

Authors:  W Li; L Jaroszewski; A Godzik
Journal:  Bioinformatics       Date:  2001-03       Impact factor: 6.937

2.  PPIevo: protein-protein interaction prediction from PSSM based evolutionary information.

Authors:  Javad Zahiri; Omid Yaghoubi; Morteza Mohammad-Noori; Reza Ebrahimpour; Ali Masoudi-Nejad
Journal:  Genomics       Date:  2013-06-06       Impact factor: 5.736

3.  Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry.

Authors:  Yuen Ho; Albrecht Gruhler; Adrian Heilbut; Gary D Bader; Lynda Moore; Sally-Lin Adams; Anna Millar; Paul Taylor; Keiryn Bennett; Kelly Boutilier; Lingyun Yang; Cheryl Wolting; Ian Donaldson; Søren Schandorff; Juanita Shewnarane; Mai Vo; Joanne Taggart; Marilyn Goudreault; Brenda Muskat; Cris Alfarano; Danielle Dewar; Zhen Lin; Katerina Michalickova; Andrew R Willems; Holly Sassi; Peter A Nielsen; Karina J Rasmussen; Jens R Andersen; Lene E Johansen; Lykke H Hansen; Hans Jespersen; Alexandre Podtelejnikov; Eva Nielsen; Janne Crawford; Vibeke Poulsen; Birgitte D Sørensen; Jesper Matthiesen; Ronald C Hendrickson; Frank Gleeson; Tony Pawson; Michael F Moran; Daniel Durocher; Matthias Mann; Christopher W V Hogue; Daniel Figeys; Mike Tyers
Journal:  Nature       Date:  2002-01-10       Impact factor: 49.962

Review 4.  Iterated profile searches with PSI-BLAST--a tool for discovery in protein databases.

Authors:  S F Altschul; E V Koonin
Journal:  Trends Biochem Sci       Date:  1998-11       Impact factor: 13.807

5.  Predicting protein-protein interactions using signature products.

Authors:  Shawn Martin; Diana Roe; Jean-Loup Faulon
Journal:  Bioinformatics       Date:  2004-08-19       Impact factor: 6.937

6.  An ensemble of K-local hyperplanes for predicting protein-protein interactions.

Authors:  Loris Nanni; Alessandra Lumini
Journal:  Bioinformatics       Date:  2006-02-15       Impact factor: 6.937

7.  Maximum Correntropy Criterion for Robust Face Recognition.

Authors:  Ran He; Wei-Shi Zheng; Bao-Gang Hu
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2010-12-10       Impact factor: 6.226

8.  Prediction of protein-protein interactions from amino acid sequences with ensemble extreme learning machines and principal component analysis.

Authors:  Zhu-Hong You; Ying-Ke Lei; Lin Zhu; Junfeng Xia; Bing Wang
Journal:  BMC Bioinformatics       Date:  2013-05-09       Impact factor: 3.169

9.  Using support vector machine combined with auto covariance to predict protein-protein interactions from protein sequences.

Authors:  Yanzhi Guo; Lezheng Yu; Zhining Wen; Menglong Li
Journal:  Nucleic Acids Res       Date:  2008-04-04       Impact factor: 16.971

10.  Using Weighted Sparse Representation Model Combined with Discrete Cosine Transformation to Predict Protein-Protein Interactions from Protein Sequence.

Authors:  Yu-An Huang; Zhu-Hong You; Xin Gao; Leon Wong; Lirong Wang
Journal:  Biomed Res Int       Date:  2015-10-28       Impact factor: 3.411

View more
  15 in total

1.  IRWNRLPI: Integrating Random Walk and Neighborhood Regularized Logistic Matrix Factorization for lncRNA-Protein Interaction Prediction.

Authors:  Qi Zhao; Yue Zhang; Huan Hu; Guofei Ren; Wen Zhang; Hongsheng Liu
Journal:  Front Genet       Date:  2018-07-04       Impact factor: 4.599

2.  Prediction of cassava protein interactome based on interolog method.

Authors:  Ratana Thanasomboon; Saowalak Kalapanulak; Supatcharee Netrphan; Treenut Saithong
Journal:  Sci Rep       Date:  2017-12-08       Impact factor: 4.379

3.  The PPI network analysis of mRNA expression profile of uterus from primary dysmenorrheal rats.

Authors:  Pei Fan; Qiao-Hui Lin; Ying Guo; Lan-Ling Zhao; He Ning; Meng-Ying Liu; Dong-Qing Wei
Journal:  Sci Rep       Date:  2018-01-10       Impact factor: 4.379

4.  Computational methods using weighed-extreme learning machine to predict protein self-interactions with protein evolutionary information.

Authors:  Ji-Yong An; Lei Zhang; Yong Zhou; Yu-Jun Zhao; Da-Fu Wang
Journal:  J Cheminform       Date:  2017-08-18       Impact factor: 5.514

5.  Accurate prediction of protein-protein interactions by integrating potential evolutionary information embedded in PSSM profile and discriminative vector machine classifier.

Authors:  Zheng-Wei Li; Zhu-Hong You; Xing Chen; Li-Ping Li; De-Shuang Huang; Gui-Ying Yan; Ru Nie; Yu-An Huang
Journal:  Oncotarget       Date:  2017-04-04

6.  Identification of self-interacting proteins by exploring evolutionary information embedded in PSI-BLAST-constructed position specific scoring matrix.

Authors:  Ji-Yong An; Zhu-Hong You; Xing Chen; De-Shuang Huang; Zheng-Wei Li; Gang Liu; Yin Wang
Journal:  Oncotarget       Date:  2016-12-13

7.  PPInS: a repository of protein-protein interaction sitesbase.

Authors:  Vicky Kumar; Suchismita Mahato; Anjana Munshi; Mahesh Kulharia
Journal:  Sci Rep       Date:  2018-08-20       Impact factor: 4.379

8.  A novel matrix of sequence descriptors for predicting protein-protein interactions from amino acid sequences.

Authors:  Xue Wang; Yuejin Wu; Rujing Wang; Yuanyuan Wei; Yuanmiao Gui
Journal:  PLoS One       Date:  2019-06-07       Impact factor: 3.240

9.  Reciprocal Perspective for Improved Protein-Protein Interaction Prediction.

Authors:  Kevin Dick; James R Green
Journal:  Sci Rep       Date:  2018-08-03       Impact factor: 4.379

10.  In silico-prediction of protein-protein interactions network about MAPKs and PP2Cs reveals a novel docking site variants in Brachypodium distachyon.

Authors:  Min Jiang; Chao Niu; Jianmei Cao; Di-An Ni; Zhaoqing Chu
Journal:  Sci Rep       Date:  2018-10-10       Impact factor: 4.379

View more

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