Literature DB >> 27472327

A Machine Learning Approach for Hot-Spot Detection at Protein-Protein Interfaces.

Rita Melo1,2, Robert Fieldhouse3, André Melo4, João D G Correia5, Maria Natália D S Cordeiro6, Zeynep H Gümüş7, Joaquim Costa8, Alexandre M J J Bonvin9, Irina S Moreira10,11.   

Abstract

Understanding protein-protein interactions is a key challenge in biochemistry. In this work, we describe a more accurate methodology to predict Hot-Spots (HS) in protein-protein interfaces from their native complex structure compared to previous published Machine Learning (ML) techniques. Our model is trained on a large number of complexes and on a significantly larger number of different structural- and evolutionary sequence-based features. In particular, we added interface size, type of interaction between residues at the interface of the complex, number of different types of residues at the interface and the Position-Specific Scoring Matrix (PSSM), for a total of 79 features. We used twenty-seven algorithms from a simple linear-based function to support-vector machine models with different cost functions. The best model was achieved by the use of the conditional inference random forest (c-forest) algorithm with a dataset pre-processed by the normalization of features and with up-sampling of the minor class. The method has an overall accuracy of 0.80, an F1-score of 0.73, a sensitivity of 0.76 and a specificity of 0.82 for the independent test set.

Entities:  

Keywords:  Solvent Accessible Surface Area (SASA); evolutionary sequence conservation; hot-spots; machine learning; protein-protein interfaces

Mesh:

Substances:

Year:  2016        PMID: 27472327      PMCID: PMC5000613          DOI: 10.3390/ijms17081215

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


1. Introduction

Among all of the cellular components of living systems, proteins are the most abundant and the most functionally versatile. The specific interactions formed by these macromolecules are vital in a wide-range of biological pathways [1]. Protein-protein interactions involved in both transient and long-lasting networks of specific complexes play important roles in many biological processes [2,3,4]. Characterizing the critical residues involved in these interactions by both experimental and computational methods is therefore crucial to a proper understanding of living systems. Furthermore, only by gaining a complete understanding at atomistic detail can new methods be developed to modulate their binding [5,6]. Protein-protein interfaces often involve a large number of residues. However, it is generally recognized that small regions of a few residues, termed “Hot-Spots (HS)”, are essential for maintaining the integrity of the interface. The development of techniques to identify and characterize protein-based interfaces has become widespread. Experimental Alanine Scanning Mutagenesis (ASM) continues to be a valuable technique for both detecting and analyzing protein-binding interfaces. The contribution of a residue to the binding energy is measured by the binding free energy difference (ΔΔGbinding) between the wild-type (WT) and mutant complex upon mutation of a specific residue to alanine [7]. Bogan and Thorn [8] defined the residues with ΔΔGbinding ≥ 2.0 kcal·mol−1 as HS; and the residues with ΔΔGbinding < 2.0 kcal·mol−1 as Null-Spots (NS). Experimental methods for identifying HS are based on molecular biology techniques that are accurate, but still complex, time-consuming and expensive [9]. Highly efficient computational methods for predicting HS can provide a viable alternative to experiments. Molecular Dynamics (MD) simulations can be used to predict changes in the binding strength of protein complexes by calculating the free energy difference from an initial to a final state [10,11]. However, due to the complexity and typical large size of protein-protein complexes, these methods are still computationally expensive. Recently, machine learning approaches trained on various features of experimentally-determined HS residues have been developed in order to predict HS in new protein complexes [6,12,13,14]. In previous work, we have investigated feature-based methods combining Solvent Accessible Surface Area (SASA) descriptors calculated from static structures and MD ensembles and trained predictors using a Support Vector Machine (SVM) algorithm [15]. However, we only applied these to a small number of complexes, and the prediction performance was hampered by a high number of false positives. More recently, we added an extra feature (residue evolutionary sequence conservation) on a significantly larger dataset. In that study, we explored additional Machine Learning (ML) techniques, which led us to develop a more accurate and time-efficient HS detection methodology. This resulted in new HS predictor models for both protein-protein and protein-nucleic acid interactions, and we implemented the best performing models into two web tools [14]. In this study, we significantly expand both the number of studied protein-protein complexes and the number of 3D complex structure-based features used for prediction, including: interface size, the type of interaction between residues at the interface of the complex and the number of different types of residues at the interface. To the evolutionary sequence-based features, we added the Position-Specific Scoring Matrix (PSSM), for a total of 79 features. We have further tested a total of 27 algorithms from a simple linear-based function to support-vector machine models with different cost functions. The best predictor, based on a conditional inference random forest (c-forest) algorithm, achieves an overall performance characterized with an F1-score of 0.73, an accuracy of 0.80, a sensitivity of 0.76 and a specificity of 0.82. To the best of our knowledge, these values are higher than all other available prediction techniques.

2. Results

In the current study, we have used the Classification And Regression Training (Caret) Package [16] from the R software [17], which provides a unified interface with a large number of built-in classifiers, in order to train an HS predictor. The dataset used for this purpose includes 545 amino acids from 53 complexes (140 HS and 405 NS). We calculated the percentage of the different types of amino acids within the NS set (Ser: 7.4; Gly: 1.5; Pro: 2.0; Val: 3.2; Leu: 2.7; Ile: 5.2; Met: 1.0; Cys: 0.7; Phe: 4.7; Tyr: 5.9; Trp: 4.9; His: 4.4; Lys 8.9; Arg: 10.6; Gln: 5.4; Asn: 6.2; Glu: 9.9; Asp: 7.2; Thr: 8.1) and within the HS set (Ser: 2.1; Gly: 2.9; Pro: 2.9; Val: 3.6; Leu: 7.1; Ile: 4.3; Met: 0.0; Cys: 0.0; Phe: 6.4; Tyr: 20.0; Trp: 5.7; His: 2.1; Lys 7.1; Arg: 6.4; Gln: 2.1; Asn: 5.0; Glu: 7.1; Asp: 10.7; Thr: 4.3). For both sets, there is a natural expected tendency for a higher percentage of large hydrophobic or charged residues at the interfaces, in particular Tyr. Although different patterns could influence the training of a robust classifier, we have previously successfully constructed models that were bias-free for all different amino acids [14]. We randomly split this dataset (see for details Supplementary Information Table S1) into a training set consisting of 70% of data (382 mutations) and an independent test set (163 mutations, 30%). This is a standard division scheme demonstrated to give a good result. All 27 classification models (listed in the Methods Section) were tested using 10-fold cross-validation repeated 10 times in order to avoid overfitting and to obtain the model’s generalization error. This means that the training set was split randomly into ten isolated parts, using nine of the ten parts to train the model and taking the remaining fold of data to test the final performance of the model. This process was repeated ten times. The performance of the five best algorithms for each tested condition was independently evaluated on the test set to ensure an unbiased assessment of the accuracy of the final model. The 79 features used in this work have different scales (i.e., the range of the raw data varies significantly), and therefore, we have performed feature normalization or data standardization of the predictor variables at the training set by centering the data, i.e., subtracting the mean and normalizing it by dividing by the standard deviation. The same protocol was followed for the test set taking into account the use of the training mean and standard deviation to ensure a good estimation of the model quality and generalization power. As we have a high-dimensional dataset (79 features), we have also applied Principal Components Analysis (PCA) to reduce the dimensionality of the data. PCA works by establishing an orthogonal transformation of the data to convert a set of possible correlated variables into a set of linearly-uncorrelated ones, the so-called principal components. One of the main concerns when applying classification to the detection of HS is the natural imbalance of the data. As expected, the number of HS is lower than the number of NS at a protein-protein interface, as indicated by the presence of 185 HS and 360 NS in the main dataset. In ML classification methods, the disparity of the frequencies of the observed classes may have a very negative impact on the models’ performance. To overcome this problem, we have tried two different subsampling techniques for the training set: down-sampling and up-sampling. In the first, there is a random sub-setting of all classes at the training set with their class frequency matching the least prevalence class (HS), whereas in the up-sampling, the opposite is happening with random sampling (with the replacement) of the minority class (HS) to reach the same size as the majority class (NS). Different conditions were thus established: (i) Scaled; (ii) Scaled Up; (iii) Scaled Down; (iv) PCA; (v) PCA Down; and (vi) PCA Up. Various statistical metrics (described in detail in the Methods Section) were adopted to evaluate the performance of the algorithms tested: Area Under the Receiver Operator Curve (AUROC), accuracy, True Positive Rate (TPR), True Negative Rate (TNR), Positive Predictive Value (PPV), False Positive Rate (FPR), False Negative Rate (FNR) and F1-score. Figure 1 illustrates the workflow followed in this study.
Figure 1

The flowchart of the current work.

The results for the training set for the best five algorithms for each of the six conditions studied are listed in Table 1. All statistical metrics obtained for the complete set of algorithms can be found in Supplementary Information Table S2, in which a more straightforward comparison by type of method can be made. The best classifiers seem to be almost constant in all six different pre-processing conditions, including one neuronal network (avNNET: model averaged Neural Network) and two tree-based methods (C5.0 Tree, C5.0 Rules). The fourth and fifth classifiers vary from nnet (neuronal network), to c-forest, GBM (stochastic gradient boosting machine) and svmRadialSigma (support vector machines with the Radial basis function kernel). The up-sampling of the HS class seems to improve the classifier performance presenting AUROC values higher than 0.80 in the majority of the cases.
Table 1

Statistical metrics attained for five algorithms with top performance for each of the studied conditions for the training set.

Pre-ProcessingMetricsAlgorithms
Scaled NnetavNNETC5.0 TreeC5.0 RulessvmRadialSigma
AUROC0.520.650.770.720.78
Accuracy0.920.940.960.920.91
Sensitivity0.920.880.880.850.80
Specificity0.910.981.000.960.97
PPV0.860.950.990.920.93
NPV0.950.940.940.920.89
FPR0.090.020.000.040.03
F1-score0.890.920.930.890.86
Scaled_Down c-ForestavNNETC5.0TreeC5.0RulesGBM
AUROC0.790.700.730.710.80
Accuracy0.910.950.960.901.00
Sensitivity0.930.960.960.890.99
Specificity0.900.930.950.911.00
PPV0.900.930.950.91.00
NPV0.920.960.960.890.99
FPR0.10.070.050.090
F1-score0.910.950.960.91.00
Scaled_Up c-ForestavNNETC5.0TreeC5.0RulesGBM
AUROC0.850.750.850.820.84
Accuracy0.930.940.980.950.98
Sensitivity0.930.960.990.960.97
Specificity0.930.920.970.940.99
PPV0.930.920.970.940.99
NPV0.930.960.990.950.97
FPR0.070.080.030.060.01
F1-score0.930.940.980.950.98
PCA nnetavNNETC5.0TreeC5.0RulessvmRadialSigma
AUROC0.690.750.610.590.76
Accuracy1.000.990.980.920.91
Sensitivity1.000.970.980.910.76
Specificity1.001.000.980.930.99
PPV1.000.990.960.890.97
NPV1.000.980.990.950.88
FPR000.020.070.01
F1-score1.000.980.970.900.85
PCA_Down nnetavNNETC5.0TreeC5.0RulessvmRadialSigma
AUROC0.700.780.670.670.75
Accuracy0.870.910.970.910.91
Sensitivity0.880.880.960.960.88
Specificity0.870.930.990.870.93
PPV0.870.920.990.880.93
NPV0.880.890.960.950.89
FPR0.130.070.010.130.07
F1-score0.870.900.970.920.91
PCA_Up nnetavNNETC5.0TreeC5.0RulessvmRadialSigma
AUROC0.750.820.800.780.80
Accuracy0.950.980.980.960.94
Sensitivity0.940.970.990.960.92
Specificity0.960.990.980.960.95
PPV0.960.990.980.960.95
NPV0.940.970.990.960.92
FPR0.040.010.020.040.05
F1-score0.950.980.980.960.94

avNNET: model averaged Neural Network; C5.0 Rules (single C5.0 Ruleset); C5.0 Tree (single C5.0 Tree); c-forest (conditional inference random forest); GBM (stochastic gradient boosting machine); nnet (neuronal network); svmRadialSigma (support vector machines with the Radial basis function kernel); Positive Predictive Value (PPV); Negative Predictive Value (NPV); False Positive Rate (FPR).

The performance of a classifier on the training set from which it was constructed gives a poor estimate of its accuracy in new cases. Furthermore, overfitting on algorithms without regularization terms (such as decision trees and neural networks) is harder to address on the training set. Therefore, the true predictive accuracy of the classifier was estimated on a separate test set corresponding to 30% of the main dataset. Table 2 summarizes the performance on the independent test set for the best classifiers shown in Table 1.
Table 2

Statistical metrics attained for 5 algorithms with the top performance for each of the studied conditions for the independent test set.

Pre-ProcessingMetricsAlgorithms
Scaled NnetavNNETC5.0 TreeC5.0 RulessvmRadialSigma
AUROC0.710.680.680.720.70
Accuracy0.740.710.710.740.73
Sensitivity0.570.570.50.600.55
Specificity0.830.790.830.820.83
PPV0.650.60.620.650.64
NPV0.780.770.750.790.77
FPR0.430.430.40.40.45
F1-score0.610.580.550.620.59
Scaled_Down c-forestavNNETC5.0 TreeC5.0 RulesGBM
AUROC0.750.680.630.710.73
Accuracy0.760.690.640.720.75
Sensitivity0.790.710.670.760.74
Specificity0.740.690.620.700.75
PPV0.630.550.490.590.62
NPV0.870.810.770.840.84
FPR0.210.290.330.240.26
F1-score0.70.620.570.660.68
Scaled_Up c-forestAvNNETC5.0 TreeC5.0 RulesGBM
AUROC0.780.730.650.700.80
Accuracy0.800.750.690.730.82
Sensitivity0.760.660.480.590.76
Specificity0.820.800.800.810.85
PPV0.700.640.570.630.73
NPV0.860.810.740.780.86
FPR0.240.340.520.410.24
F1-score0.730.650.520.610.75
PCA NnetavNNETC5.0 TreeC5.0 RulessvmRadialSigma
AUROC0.650.730.680.710.71
Accuracy0.670.750.70.740.74
Sensitivity0.600.600.660.670.52
Specificity0.710.840.720.770.86
PPV0.540.670.570.620.67
NPV0.770.790.790.810.76
FPR0.40.40.340.330.48
F1-score0.570.640.610.640.58
PCA_Down NnetavNNETC5.0 TreeC5.0 RulessvmRadialSigma
AUROC0.700.680.590.610.69
Accuracy0.710.690.610.630.70
Sensitivity0.760.710.550.600.72
Specificity0.680.690.640.640.69
PPV0.560.550.460.480.56
NPV0.840.810.720.740.82
FPR0.240.290.450.40.28
F1-score0.650.620.500.530.63
PCA_Up NnetavNNETC5.0 TreeC5.0 RulessvmRadialSigma
AUROC0.670.750.560.610.69
Accuracy0.70.770.590.630.71
Sensitivity0.590.640.480.550.64
Specificity0.760.840.650.680.75
PPV0.580.690.430.480.59
NPV0.770.810.690.730.79
FPR0.410.360.520.450.36
F1-score0.580.660.460.520.61

avNNet: model averaged Neural Network; C5.0 Rules (single C5.0 Ruleset); C5.0 Tree (single C5.0 Tree); c-forest (conditional inference random forest); GBM (stochastic gradient boosting machine); nnet (neuronal network); svmRadialSigma (support vector machines with the Radial basis function kernel).

From all of methods, c-forest, trained on the normalized up-scaling set, had the highest performance metrics on both training and test sets. It was therefore chosen as a final model. In our analysis of this classifier (Figure 2), we observed that the key features are structural ones: specifically, relSASAi, ΔSASAi, the number of contacts established by the interfacial residues at 4 Å and the number of LEU, VAL and HIS residues at the interface. All of these features were calculated using built-in functions of the VMD package [18] and in-house scripts.
Figure 2

Top 15 variables for the c-forest method. SASA, Solvent Accessible Surface Area; #, Number of residues

To validate the accuracy of the best predictor, we performed the HS predictions with other methods reported in the literature, such as Robetta [19], KFC2-A (Knowledge-based FADE and Contacts) [20], KFC2-B [20] and CPORT (Consensus Prediction Of interface Residues in Transient complexes)(not specialized in HS prediction, but instead, a protein-protein interface predictor) [21] on the same training and test sets. The comparison among these ML methods (Table 3) demonstrates that our new method achieves the best performance with F1-scores/AUROC values of 0.73/0.78 on the test set against 0.39/0.62, 0.56/0.66, 0.42/0.67 and 0.43/0.54 for Robetta, KFC2-A, KFC2-B and CPORT, respectively.
Table 3

Comparison of the statistical metrics attained for the best predictor in this work and some of the most common ones in the literature.

PerfomanceAlgorithms
c-Forest/Up-Scaling ClassesSBHD2RobettaKFC2-AKFC2-BCPORT
TrainingTestTrainingTestTrainingTestTrainingTestTrainingTestTrainingTest
AUROC0.850.780.740.690.620.620.720.660.600.670.540.54
Accuracy0.930.800.700.710.660.660.760.710.700.730.490.49
Sensitivity0.930.760.700.700.380.290.570.530.260.280.550.54
Specificity0.930.820.700.710.850.880.850.810.930.960.450.47
PPV0.930.700.550.560.610.600.670.590.650.800.340.35
NPV0.930.860.820.820.680.670.790.770.710.720.660.66
F1-score0.930.730.620.620.470.390.620.560.370.420.420.42

3. Discussion

Machine learning is an area of artificial intelligence that is data driven with a focus on the development of computational techniques for making inferences or predictions. It has become widely used in a variety of areas due to its reduced application time and high performance. Over the past few years, a few algorithms have been applied for the specific problem in this study: the detection of hot-spots at protein-protein interfaces [13,14,15,22,23,24,25,26,27,28,29,30,31,32,33,34,35]. Here, neural networks and tree-based methods were highlighted as some of the high performance classifiers. Neural networks are inspired by biological nervous systems transmitting the information by a vast network of interconnecting processing elements (neurons). Decision trees organize the knowledge extracted from a hierarchy by using simple tests over the features of the training set. Both have been shown in the past to be promising ML algorithms in the bioinformatics field. Random forests were also shown to be able to predict the impact of each variable in high dimensional problems even in the presence of complex interactions [36]. In particular, c-forest [36], an implementation of the random forest and bagging ensemble method that uses conditional inference trees as base learners, achieved the top performance (Table 2) with a high F1-score of 0.93 on the training set using a 10 repeated 10-fold cross-validation. The values in the independent test (F1 score 0f 0.73) were also very high compared to the ones currently reported in the literature and surpassing all of the other methods tested in this study (Table 3; SBHD (Sasa-Based Hot-spot Detection) 0.61, Robetta 0.39, KFC2-A 0.56, KFC2-B 0.42 and CPORT 0.42). One important aspect that seemed to improve the results compared to our previous approaches (SBHD) was the use of in-built R techniques to balance the training data: up-scaling of the data led to a substantial improvement of the F1-score and to a decrease of the FPR to about 0.19 on the independent test set. In this particular classifier, the first seven features with higher importance were all structure-based: two already used in previous versions of our algorithm (ΔSASAi and relSASAi, check Material and Methods) and five new ones (the number of residues at a 4 Å distance and the number of LEU, VAL, HIS and PRO residues at the interface). The PSSM value for the TYR residues, one of the most common residues as HS, was the first genomic-based feature to be ranked as important.

4. Material and Methods

4.1. Dataset Construction

We constructed a database of complexes by combining information from the Alanine Scanning Energetics database (ASEdb) [37], the Binding Interface Database (BID) [38] and the SKEMPI (Structural database of Kinetics and Energetics of Mutant Protein Interactions) [39] and PINT (Protein-protein Interactions Thermodynamic Database) [40] databases, which provide both experimental ΔΔGbinding values for interfacial residues and tridimensional (3D) X-ray structure information. The protein sequences were filtered to ensure a maximum of 35% sequence identity for at least one protein in each interface. Crystal structures were retrieved from the Protein Data Bank (PDB) [41], and all water molecules, ions and other small ligands were removed. Our final dataset consists of 545 mutations from 53 different complexes.

4.2. Sequence/Structural Features

From a structural point of view, we compiled 12 previously-used different SASA descriptors for all interfacial residues [14,15]: (i) compSASAi, the solvent accessible surface area of residue i in the complex form; (ii) monSASAi, the residue SASA in the monomer form; (iii) ΔSASAi, the SASA difference upon complexation (Equation (1)); (iv) relSASAi, the ratio between ΔSASA for each residue and the monSASAi value for the same residue (Equation (2)). A further four features (comp/resSASAi, mon/resSASAi, Δ/resSASAi and rel/resSASAi), defined by Equations (3)–(6), were determined applying amino acid standardization by dividing the previous features by the average protein resSASAr values as determined by Miller and colleagues [42,43], with r being the respective residue type. Four additional, amino-acid standardized features were calculated by replacing the values determined by Miller by our own protein averages aveSASAr for each amino acid type in its respective protein: comp/aveSASAi, mon/aveSASAi, Δ/aveSASAi and rel/aveSASAi, defined in Equations (7)–(10). As the SASA features described in Equations (3)–(10) are rather small, the results presented here were multiplied by a factor of 103. We further introduced two features directly related to the size of the interface: the total number of interfacial residues and the ΔSASAtotal (sum of the ΔSASAi of all residues at the protein-protein binding interfaces). Twenty other features were added by splitting the total number of interface residues into the 20 amino acid types. Four contact features were also calculated: (i) the number of protein-protein contacts within 2.5 Å and (ii) 4.0 Å distance cut-offs, respectively; (iii) the number of intermolecular hydrogen bonds; and (iv) the number of intermolecular hydrophobic interactions. In-house scripts using the VMD molecular package [18] were used for all of these calculations. We used in total 38 structural features in our study. To utilize evolutionary sequence conservation information, we used the ConSurf server [44] that calculates a conservation score for each amino acid at an interfacial position for a complex, based on known sequences in different organisms. We also computed, PSSM using BLAST [45,46], as well as the weighted observed percentages, introducing them as 40 new features for all interfacial residues. Positive values in this matrix appear for substitutions more frequent than expected by random chance, and negative values indicate that the substitution is not frequent. Therefore, a total of 41 evolutionary sequence-related features were added to the structural features, resulting in 79 features in total for this study.

4.3. Machine Learning Techniques

We first pre-processed the dataset by eliminating missing values or NZV (Near Zero Variance) features. Next, as mentioned in the Results section, we normalized the dataset and performed PCA. The algorithms tested were: avNNet (model averaged Neural Network); bagEarth (bagged MARS (multivariate adaptive regression splines)); bagEarthGCV Bagged MARS using gCV pruning; bagFDA (bagged Flexible Discriminant Analysis); C5.0Rules (single C5.0 Ruleset); C5.0Tree (single C5.0 Tree); c-forest (conditional inference random forest); ctree (conditional inference tree); ctree2 (conditional inference tree); earth (multivariate adaptive regression spline); fda (flexible discriminant analysis); gaussprLinear (Gaussian process); GBM (stochastic gradient boosting machine); gcvEarth (multivariate adaptive regression splines); hdda (high dimensional discriminant analysis); knn (k-nearest neighbors); lda (linear discriminant analysis); lda2 (linear discriminant analysis); multinom (penalized multinomial regression); nnet (neuronal networks); nb (naive Bayes); pda2 (penalized discriminant analysis); svmLinear (Support Vector Machines with Linear Kernel); svmLinear2 (Support Vector Machines with Linear Kernel); svmPoly (Support Vector Machines with Polynomial Kernel); svmRadial (support vector machines with the Radial basis function kernel); svmRadialCost (support vector machines with the Radial basis function kernel); svmRadialSigma (support vector machines with the Radial basis function kernel); svmRadialWeights (support vector machines with class Weights). The validity and performance of the various methods was determined by measuring the Area Under the Receiver Operator Curve (AUROC), the accuracy (Equation (11)), True Positive Rate (TPR/recall/sensitivity, Equation (12)), True Negative Rate (TNR/specificity, Equation (13)), Positive Predictive Value (PPV/Precision, Equation (14)), Negative Predictive Value (NPV) (Equation (15)), False Positive Rate (FPR/fall-out, Equation (16)), False Negative Rate (FNR, Equation (17)) and F1-score (Equation (18)) over our dataset. In the equations above, TP stands for True Positive (predicted hot-spots that are actual hot-spots), FP stands for False Positive (predicted hot-spots that are not actual hot-spots), FN stands for False Negative (non-predicted hot-spots that are actual hot-spots) and TN stands the True Negatives (correctly-predicted null-spots).

4.4. Comparison with Other Software

We compared our results with some of the common methods in the literature: Robetta [19], KFC2-A [20] and KFC2-B [20] and CPORT [21].

5. Conclusions

In conclusion, we were thus able to train an accurate and robust predictor using c-forest, a random forest ensemble learning method, and up-sampling of the minor class (HS) for dataset balance. This new method can now be widely applied to the detection of HS in protein-protein interfaces. The code is available upon request, will be implemented as a web-server in the near future and made available for the scientific community at the HADDOCK GitHub repository (http:github.com/haddocking).
  93 in total

1.  The structural and energetic basis for high selectivity in a high-affinity protein-protein interaction.

Authors:  Nicola A G Meenan; Amit Sharma; Sarel J Fleishman; Colin J Macdonald; Bertrand Morel; Ruth Boetzel; Geoffrey R Moore; David Baker; Colin Kleanthous
Journal:  Proc Natl Acad Sci U S A       Date:  2010-05-17       Impact factor: 11.205

2.  Prediction of interface residues in protein-protein complexes by a consensus neural network method: test against NMR data.

Authors:  Huiling Chen; Huan-Xiang Zhou
Journal:  Proteins       Date:  2005-10-01

3.  Structural and computational characterization of the SHV-1 beta-lactamase-beta-lactamase inhibitor protein interface.

Authors:  Kimberly A Reynolds; Jodi M Thomson; Kevin D Corbett; Christopher R Bethel; James M Berger; Jack F Kirsch; Robert A Bonomo; Tracy M Handel
Journal:  J Biol Chem       Date:  2006-06-29       Impact factor: 5.157

4.  Novel recognition mode between Vav and Grb2 SH3 domains.

Authors:  M Nishida; K Nagata; Y Hachimori; M Horiuchi; K Ogura; V Mandiyan; J Schlessinger; F Inagaki
Journal:  EMBO J       Date:  2001-06-15       Impact factor: 11.598

5.  A reverse binding motif that contributes to specific protease inhibition by antibodies.

Authors:  Eric L Schneider; Melody S Lee; Aida Baharuddin; David H Goetz; Christopher J Farady; Mick Ward; Cheng-I Wang; Charles S Craik
Journal:  J Mol Biol       Date:  2011-11-27       Impact factor: 5.469

6.  Crystal and molecular structures of the complex of alpha-chymotrypsin with its inhibitor turkey ovomucoid third domain at 1.8 A resolution.

Authors:  M Fujinaga; A R Sielecki; R J Read; W Ardelt; M Laskowski; M N James
Journal:  J Mol Biol       Date:  1987-05-20       Impact factor: 5.469

7.  Comprehensive in silico mutagenesis highlights functionally important residues in proteins.

Authors:  Yana Bromberg; Burkhard Rost
Journal:  Bioinformatics       Date:  2008-08-15       Impact factor: 6.937

8.  Crystal structure analysis reveals how the Chordin family member crossveinless 2 blocks BMP-2 receptor binding.

Authors:  Jin-Li Zhang; Li-Yan Qiu; Alexander Kotzsch; Stella Weidauer; Lucy Patterson; Matthias Hammerschmidt; Walter Sebald; Thomas D Mueller
Journal:  Dev Cell       Date:  2008-05       Impact factor: 12.270

9.  Presaging critical residues in protein interfaces-web server (PCRPi-W): a web server to chart hot spots in protein interfaces.

Authors:  Joan Segura Mora; Salam A Assi; Narcis Fernandez-Fuentes
Journal:  PLoS One       Date:  2010-08-23       Impact factor: 3.240

10.  X-ray crystal structure of the complex of human leukocyte elastase (PMN elastase) and the third domain of the turkey ovomucoid inhibitor.

Authors:  W Bode; A Z Wei; R Huber; E Meyer; J Travis; S Neumann
Journal:  EMBO J       Date:  1986-10       Impact factor: 11.598

View more
  12 in total

Review 1.  Current advances in biopharmaceutical informatics: guidelines, impact and challenges in the computational developability assessment of antibody therapeutics.

Authors:  Rahul Khetan; Robin Curtis; Charlotte M Deane; Johannes Thorling Hadsund; Uddipan Kar; Konrad Krawczyk; Daisuke Kuroda; Sarah A Robinson; Pietro Sormanni; Kouhei Tsumoto; Jim Warwicker; Andrew C R Martin
Journal:  MAbs       Date:  2022 Jan-Dec       Impact factor: 5.857

2.  Data Analysis in Chemistry and Bio-Medical Sciences.

Authors:  Roberto Todeschini; Alejandro Pazos; Sonia Arrasate; Humberto González-Díaz
Journal:  Int J Mol Sci       Date:  2016-12-14       Impact factor: 5.923

3.  SpotOn: High Accuracy Identification of Protein-Protein Interface Hot-Spots.

Authors:  Irina S Moreira; Panagiotis I Koukos; Rita Melo; Jose G Almeida; Antonio J Preto; Joerg Schaarschmidt; Mikael Trellet; Zeynep H Gümüş; Joaquim Costa; Alexandre M J J Bonvin
Journal:  Sci Rep       Date:  2017-08-14       Impact factor: 4.379

4.  Exploring the potential of 3D Zernike descriptors and SVM for protein-protein interface prediction.

Authors:  Sebastian Daberdaku; Carlo Ferrari
Journal:  BMC Bioinformatics       Date:  2018-02-06       Impact factor: 3.169

5.  SKEMPI 2.0: an updated benchmark of changes in protein-protein binding energy, kinetics and thermodynamics upon mutation.

Authors:  Justina Jankauskaite; Brian Jiménez-García; Justas Dapkunas; Juan Fernández-Recio; Iain H Moal
Journal:  Bioinformatics       Date:  2019-02-01       Impact factor: 6.937

6.  Discovery of novel helix binding sites at protein-protein interfaces.

Authors:  Wei Yang; Xiangyu Sun; Changsheng Zhang; Luhua Lai
Journal:  Comput Struct Biotechnol J       Date:  2019-11-11       Impact factor: 7.271

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

Authors:  Zheng-Wei Li; Zhu-Hong You; Xing Chen; Jie Gui; Ru Nie
Journal:  Int J Mol Sci       Date:  2016-08-25       Impact factor: 5.923

Review 8.  Machine Learning Approaches for Protein⁻Protein Interaction Hot Spot Prediction: Progress and Comparative Assessment.

Authors:  Siyu Liu; Chuyao Liu; Lei Deng
Journal:  Molecules       Date:  2018-10-04       Impact factor: 4.411

9.  dbMPIKT: a database of kinetic and thermodynamic mutant protein interactions.

Authors:  Quanya Liu; Peng Chen; Bing Wang; Jun Zhang; Jinyan Li
Journal:  BMC Bioinformatics       Date:  2018-11-27       Impact factor: 3.169

10.  3DCONS-DB: A Database of Position-Specific Scoring Matrices in Protein Structures.

Authors:  Ruben Sanchez-Garcia; Carlos Oscar Sanchez Sorzano; Jose Maria Carazo; Joan Segura
Journal:  Molecules       Date:  2017-12-15       Impact factor: 4.411

View more

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