Literature DB >> 28718782

Prediction of Protein Hotspots from Whole Protein Sequences by a Random Projection Ensemble System.

Jinjian Jiang1,2, Nian Wang3, Peng Chen4, Chunhou Zheng5, Bing Wang6.   

Abstract

Hotspot residues are important in the determination of protein-protein interactions, and they always perform specific functions in biological processes. The determination of hotspot residues is by the commonly-used method of alanine scanning mutagenesis experiments, which is always costly and time consuming. To address this issue, computational methods have been developed. Most of them are structure based, i.e., using the information of solved protein structures. However, the number of solved protein structures is extremely less than that of sequences. Moreover, almost all of the predictors identified hotspots from the interfaces of protein complexes, seldom from the whole protein sequences. Therefore, determining hotspots from whole protein sequences by sequence information alone is urgent. To address the issue of hotspot predictions from the whole sequences of proteins, we proposed an ensemble system with random projections using statistical physicochemical properties of amino acids. First, an encoding scheme involving sequence profiles of residues and physicochemical properties from the AAindex1 dataset is developed. Then, the random projection technique was adopted to project the encoding instances into a reduced space. Then, several better random projections were obtained by training an IBk classifier based on the training dataset, which were thus applied to the test dataset. The ensemble of random projection classifiers is therefore obtained. Experimental results showed that although the performance of our method is not good enough for real applications of hotspots, it is very promising in the determination of hotspot residues from whole sequences.

Entities:  

Keywords:  IBk; ensemble system; hot spots; random projection

Mesh:

Substances:

Year:  2017        PMID: 28718782      PMCID: PMC5536031          DOI: 10.3390/ijms18071543

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


1. Introduction

Hotspot residues contribute a large portion of the binding energy of one protein in complex with another protein [1,2], which are always surrounded by residues contributing less binding energy. These are not uniformly distributed for the binding energy of proteins over their interaction surfaces [1]. Hotspots are important in the binding and the stability of protein-protein interactions and thus key to perform specific functions in the protein [3,4]. Actually, hotspots are difficult to determine. A common determination method is the method of alanine scanning mutagenesis experiments, which identify a hotspot if a change in its binding free energy is larger than a predefined threshold when the residue is mutated to alanine. However, this method is costly and time consuming. Several databases stored experimental and computational hotspot residues and the details of hotspots’ properties. The first database for storing experimental hotspots was the Alanine Scanning Energetics Database (ASEdb) by the use of alanine scanning energetics experiments [5]. Another database is the Binding Interface Database (BID) developed by Fischer et al., which mined the primary scientific literature for detailed data about protein interfaces [6]. These databases are commonly used in previous works on hotspot identification. The Protein-protein Interactions Thermodynamic Database (PINT) is another database that mainly accumulates the thermodynamic data of interacting proteins upon binding along with all of the experimentally-measured thermodynamic data (Kd, Ka, G, H and Cp) for wild-type and mutant proteins [7]. It contains 1513 entries in 129 protein–protein complexes from 72 original research articles, where only 33 entries have complete 3D structures deposited in PDB (Protein Data Bank), in the first release of PINT. Recently, Moal et al. built the SKEMPI (Structural Kinetic and Energetic database of Mutant Protein Interactions) that has collected 3047 binding free energy changes from 85 protein-protein complexes from the literature [8]. Although some databases stored hotspot residues, few of the protein complexes were solved. Computational approaches were proposed to identify hotspot residues, and they were complementary to the experimental methods. Some methods predicted hotspots by energy function-based physical models [3,9,10,11], molecular dynamics simulation-based approaches [12,13,14], evolutionary conservation-based methods [4,15,16] and docking-based methods [17,18]. Some methods adopted machine learning methods for the hotspot prediction, such as graph-based approaches [19], neural network [20], decision tree [3,21], SVM (Support Vector Machine) [22], random forest [23] and the consensus of different machine learning methods [24], combining features of solvent accessibility, conservation, sequence profiles and pairing potential [20,23,25,26,27,28,29]. All of the previous methods were developed to identify hotspots from a part of residues in the interface regions. They always worked on selected datasets containing almost the same numbers of hotspots and non-hotspots. The ratio of the number of hotspots to that of residues in whole datasets is around 20∼50%, for example: BID contains 54 hotspots and 58 non-hotspots; 58 hotspots and 91 non-hotspots are in the ASEdb dataset; and SKEMPI contains 196 hotspots and 777 non-hotspots [29]. However, no more than 2% of the residues in whole protein sequences are hotspots. The issue of identifying hotspots from whole protein sequences in our study is more difficult than others, but more interesting. Most hotspot prediction methods are structure-based, which cannot be applied to protein complexes without the information of protein structures [3,22,23]. Therefore, identifying hotspots from the protein sequence only is important. Moreover, few works identified hotspot residues from the whole protein sequences. To address these issues, here, we propose a method that predicts hotspots from the whole protein sequences using physicochemical characteristics extracted from amino acid sequences. A random projection ensemble classifier system is developed for the hotspot predictions. The system involves an encoding scheme integrating sequence profiles of residues and the statistical physicochemical properties of amino acids from the AAindex1 (Amino Acid index1 database) dataset. Then, the random projection technique was adopted to obtain a reduced input space, but to retain the structure of the original space. Several better classifiers with the IBk algorithm are obtained after the use of random projections. The ensemble of good classifiers is therefore constructed. Experimental results showed that our method performs well in hotspot predictions for the whole protein sequences.

2. Results

2.1. Performance of the Hotspot Prediction

In the running of the random projection-based classifier, different random projections in Equation (1) construct different classifiers. After running the classifier 100 times, 100 classifiers with random projections R are formed and trained on the training subset . As a result, 100 predictions are obtained. All of the classifiers are ranked in terms of the prediction measure F1. The ensemble of several top N classifiers is then tested on the test subset . In this work, the ASEdb0 is regarded as the training dataset, and the test dataset is BID0; while the predictions on the ASEdb0 dataset are also tested by training on the BID0 dataset. Table 1 shows the performance of the top individual classifiers trained by the ASEdb0 dataset and the prediction performance on the BID0 dataset. The individual classifiers are ranked in terms of the F1 measure in the training process. The top classifiers yield good predictions on the BID0 dataset. It achieves an F1 of 0.109, as well as a precision of 0.069 at a sensitivity of 0.259 in the training process and, therefore, yields an F1 of 0.315, as well as a precision of 0.220 at a sensitivity of 0.558 in the test process. Here, the dimensionality of the original data is reduced from 7072 to only five.
Table 1

Prediction performance of individual classifiers with the reduced dimension of 5 on the Binding Interface Database 0 (BID0) test dataset training by Alanine Scanning Energetics Database 0 (ASEdb) dataset. There are 50 top individual classifiers listed here for a simple comparison between classifiers. Here measures of “Sen”, “Prec”, “F1” and “MCC” denote Sensitivity, Precision, F-Measure, and Matthews Correlation Coefficient, respectively.

No.TrainingTest
SenMCCPrecF1SenMCCPrecF1
10.2590.1100.0690.1090.5580.3320.2200.315
20.0690.1250.2500.1080.5580.3570.2500.345
30.1380.0800.0700.0930.2120.1410.1220.155
40.0690.0850.1290.0900.5000.2740.1730.257
50.1210.0750.0710.0890.3080.1940.1500.201
60.0690.0830.1250.0890.0960.0400.0440.060
70.0690.0760.1080.0840.2690.1360.0960.141
80.0690.0760.1080.0840.2690.1290.0900.135
90.1380.0710.0610.0840.5580.3640.2590.354
100.1380.0690.0580.0820.3460.2260.1730.231
110.0690.0710.0980.0810.1350.0380.0370.058
120.0860.0660.0750.0800.6150.3370.2050.308
130.0520.0800.1500.0770.5770.3170.1960.293
140.0520.0760.1360.0750.4040.2270.1530.222
150.0690.0640.0830.0750.1350.0820.0800.100
160.0520.0740.1300.0740.5770.3230.2030.300
170.0520.0740.1300.0740.5960.2790.1530.243
180.0690.0620.0800.0740.4040.2250.1510.220
190.0690.0620.0800.0740.3080.1520.1020.153
200.0520.0720.1250.0730.1150.0300.0330.052
210.1210.0580.0520.0730.1920.1350.1230.150
220.0520.0670.1110.0710.2880.1500.1050.154
230.1900.0640.0440.0710.5770.2810.1590.249
240.0690.0560.0700.0700.2690.1450.1050.151
250.0860.0540.0570.0690.4230.1710.0950.155
260.0860.0530.0570.0680.2120.0790.0570.090
270.0860.0510.0540.0660.3650.2180.1560.218
280.0520.0580.0910.0660.2500.0910.0600.097
290.0520.0570.0880.0650.4810.2370.1410.218
300.0340.0950.2860.0620.5190.2410.1360.215
310.0340.0950.2860.0620.3460.2040.1460.206
320.0520.0500.0730.0610.1730.0950.0810.110
330.1380.0480.0390.0610.4420.2710.1900.266
340.0520.0490.0710.0600.2310.1150.0850.124
350.2240.0550.0350.0600.3460.1860.1270.186
360.0340.0780.2000.0590.2500.1610.1310.172
370.2070.0520.0340.0590.5190.2730.1670.252
380.0340.0740.1820.0580.3650.2380.1810.242
390.0340.0640.1430.0560.1920.0830.0640.096
400.0520.0440.0610.0560.2310.1460.1200.158
410.0520.0420.0590.0550.1350.0700.0650.088
420.1030.0380.0360.0540.3270.1450.0910.143
430.1030.0370.0360.0530.1920.1110.0930.125
440.0340.0490.0950.0510.0770.0130.0250.037
450.0690.0350.0400.0510.1540.0540.0460.071
460.1210.0340.0310.0500.4230.2310.1510.222
470.2240.0410.0280.0500.2880.1720.1290.179
480.2410.0370.0260.0460.3080.1520.1020.153
490.0520.0300.0400.0450.4420.2100.1250.195
500.1550.0310.0260.0450.4620.2520.1620.240
Table 2 shows the performance comparison of the ensembles of the top N classifiers. In the classifier ensemble, the majority vote technique was applied to the ensemble, i.e., one residue will be identified as the hotspot if half of the N classifiers predict it to be the hotspot. Here, seven ensembles of the number of top classifiers are listed, i.e., 2, 3, 5, 10, 15, 25 and 50. From Table 2, it can be seen that the ensemble of the top three classifiers with the majority vote yields a good performance compared with other classifier ensembles. It yields an MCC (Matthews Correlation Coefficient) of 0.428, as well as a precision of 0.245 at a sensitivity of 0.793, for testing on the ASEdb0 dataset by training on the BID0 dataset; and it yields an MCC of 0.601, as well as a precision of 0.440 at a sensitivity of 0.846, for testing on the BID0 dataset by training on the ASEdb0 dataset. The ensemble of the top three classifiers resulted in a dramatic improvement, compared with the top three individual classifiers. The reason for the improvement is most likely in that a suitable random projection makes the classifier more diverse, where the detailed results are not shown here. Previous methods also showed that the ensemble of more diverse classifiers yielded more efficient predictions [30].
Table 2

Prediction performance of the ensemble of the top N classifiers with reduced instance dimension of 5 on the two datasets.

Test SetNo. DimensionSenMCCPrecF1
ASEdb020.2240.3220.4810.306
30.7930.4280.2450.374
50.8970.3830.1770.295
101.0000.2990.1030.186
151.0000.2190.0620.116
251.0000.1490.0360.070
501.0000.0810.0210.041
BID020.3850.2600.2000.263
30.8460.6010.4400.579
51.0000.4610.2260.369
101.0000.2830.0960.175
151.0000.2220.0660.124
251.0000.1450.0380.074
501.0000.0780.0240.046
It seems that the more top classifiers the ensemble contains, the worse the ensemble performs. The ensemble with the top 50 classifiers performs the worst both for testing on the ASEdb0 and the BID0 dataset. Therefore, a suitable number of top classifiers can improve the predictions of hotspot residues. Moreover, our method on the BID0 dataset performs better than that on the ASEdb0 dataset, maybe because of the larger ratio of hotspots to the total residues in BID0 (1.831%) than that in ASEdb0 (1.445%). Furthermore, the performance comparison of ensembles with different numbers of reduced instance dimensions by the random projection technique was investigated. The ensembles of random projections with seven reduced dimensions were built, i.e., the dimensions of 1, 2, 5, 10, 20, 50 and 100. The ensemble with the reduced dimension of five performs the best among the seven ensembles, while the ensemble of the top three classifiers with instance dimension of one also performs well in the hotspot predictions for the whole sequences of proteins, which yields an MCC of 0.475, as well as a precision of 0.704 at a sensitivity of 0.328. Table 3 shows the performance comparison of the classifier ensemble with different numbers of reduced dimensions on the BID0 test dataset.
Table 3

Prediction performance of the ensemble of the top 3 classifiers with different reduced instance dimensions on the BID0 test dataset.

No. DimensionSenMCCPrecF1
10.3280.4750.7040.447
20.3280.3520.3960.358
50.8460.6010.4400.579
100.8460.4990.3100.454
200.4810.2400.1440.221
500.5000.2740.1730.257
1000.5380.2520.1410.224
This study adopted the window length technique to encode input instances of classifiers; however, the sliding window technique makes the performance of the classifier varied. To show which window length makes the classifiers better for a specific type of dataset, several windows with different lengths were investigated. Figure 1 shows the prediction performance on different sliding windows on the BID0 dataset. Among the seven sliding windows, the window with length 13 performs the best, which yields an F1 of 0.579. It should be mentioned here that classifier ensembles with a suitable window length perform better than those with a smaller or bigger length.
Figure 1

Prediction performance for different sliding windows in instance encoding on the BID0 dataset training by the ASEdb0 dataset. The symbol “I” for each window denotes the calculation error of prediction performance in F1.

2.2. Comparison with Other Methods

So far, few works identified hotspots from the whole protein sequences by sequence information alone. Some top hotspot predictors did the predictions based on protein structures. Most of hotspot prediction methods predicted hotspots from protein-protein interfaces or from some benchmark datasets, such as ASEdb0 and BID0, which contained approximately the same hotspots and non-hotspots. Therefore, the random predictor is used to compare with our method. The random predictor was run 100 times, and the average performance was calculated. Furthermore, for prediction comparison, the tool of ISIS (Interaction Sites Identified from Sequence) [20] on the PredictProtein server [31] was adopted, which has been applied in hotspot predictions on the dataset of interface residues [20]. ISIS is a machine learning-based method that identified interacting residues from the sequence alone. Similar to our method, although the method was developed using transient protein-protein interfaces from complexes of experimentally-known 3D structures, it only used the sequence and predicted 2D information. In PredictProtein, it predicted a residue as a hotspot if the prediction score of the residue was bigger than 21, otherwise being non-hotspot residues. Since PredictProtein currently cannot process short input sequences less than 17 residues, protein sequences in PDB names “1DDMB” and “2NMBB” were removed from the BID0 test set. We tested all of the sequences of more than 17 residues on the BID0 dataset, and the performance of hotspot predictions on the dataset was obtained. The predictions of ISIS method can be referred to the Supplementary Materials. Table 4 lists the hotspot prediction comparison in detail. Our method developed a random projection ensemble system yielding a final precision of 0.440 at a sensitivity of 0.846 by the use of sequence information only. Results showed that our method outperforms the random predictor. Furthermore, our method outperformed the ISIS method. Actually, ISIS was developed to identify protein-protein interactions. The power of ISIS for the identification of hotspot residues was poor. It can predict nine of 47 real hotspots correctly; however, 2920 non-hotspots were predicted to be hotspots in the BID0 dataset.
Table 4

Performance comparison of the three methods on the BID0 dataset by training on the ASEdb0 dataset.

MethodTypeSenMCCPrecF1
Our MethodRandom Projection0.8460.6010.4400.579
ISISNeural Networks0.1910.0300.0260.046
Random Predictor0.9830.0000.0180.035
We also show the performance of classifier ensemble in several measures based on the measure of sensitivity. Figure 2 illustrates the performance of the ensemble classifier with the majority vote for the test set BID0. Although it is very difficult to identify hotspots from the whole protein sequences, our method yields a good result based on sequence information only.
Figure 2

The performance of our method for testing on the BID0 dataset by training on the ASEdb0 dataset. The left graph illustrates the ROC (receiver operating characteristic) curve, and the right one shows the four measure curves with respect to sensitivity.

2.3. Case Study of Hotspot Predictions

To show the performance of our method on a single protein chain, hotspot predictions for chain “A” of protein PDB:1DDM are illustrated in Figure 3. Protein 1DDM is an in vivo complex containing a phosphotyrosine-binding (PTB) domain (chain “A”) of the cell fate determinant Numb, which can bind a diverse array of peptide sequences in vitro, and a peptide containing an amino acid sequence “NMSF” derived from the Numb-associated kinase (Nak) (chain “B”). The Numb PTB domain is in complex with the Nak peptide. The chain “A” contains 135 amino acid residues, where only residues E144, I145, C150 and C198 are real hotspot residues in complex with the chain “B” of the protein (which contains 11 amino acid residues; see Figure 3c). Our method correctly predicted the first three true hotspots, and hotspot residue 198 was predicted as a non-hotspot, while residues 69, 112, 130 and 160 were wrongly predicted as hotspot residues. All of them are located at the surface of the protein structure. The results of ISIS are also illustrated in Figure 3b. The ISIS method cannot identify the four true hotspot residues, although most of the hotspot predictions are located at the surface of the protein.
Figure 3

Case study for the complex of protein PDB:1DDM. The subgraphs (a,b) are shown for the prediction comparison of our method and the ISIS method, respectively, where the chain B of protein 1DDM is colored in wheat. The subgraph (c) illustrates the cartoon structure of the protein complex, where the chain B of protein 1DDM is colored in green. Here, red residues are the hotspots that are predicted correctly; green residues are non-hotspots that are predicted to be hotspots; while yellow ones are real hotspots that are predicted to be non-hotspot residues. All other residues are correctly predicted as non-hotspots.

3. Materials and Methods

3.1. Hot Spot Definitions

As we know, a residue is defined as a hotspot by the change of the binding free energy () higher than a threshold, if mutated to alanine. Several thresholds were adopted in previous works. Many works defined residues as hotspots when their s are higher than 2.0 kcal/mol, and other residues with from 0–2.0 kcal/mol were defined as non-hotspots [21,22,23]. Ofran et al. used another definition that defined residues with above 2.5 kcal/mol as hotspots and those with 0 kcal/mol (i.e., no change in binding energy) as non-hotspots [20]. Moreover, Tuncbag and colleagues defined hotspots as those with higher than 2.0 kcal/mol and non-hotspots as those with from 0–0.4 kcal/mol [24]. Previous works also investigated several definitions of hotspots [26,29]. They concluded that different definitions of hotspots and non-hotspots yield different ratios of the number of hotspots to that of non-hotspots and, therefore, change the performances of hotspot prediction methods [26,29]. In this paper, residues higher than 2.0 kcal/mol are defined as hotspots and all other residues in the whole protein sequences as non-hotspots, no matter if their position is in interfaces, surfaces or any other regions.

3.2. Datasets

Since this work addresses the issue of hotspot residue predictions for the whole sequences of proteins, the definitions of hotspot residues are the same as those of the ASEdb and BID datasets, while all of the other residues in the protein sequences are considered as non-hotspot residues. Two commonly-used benchmark datasets are used in this work. The first dataset is ASEdb [5]. To clean the proteins in ASEdb, protein sequences in the dataset were removed when the sequence identity between any two sequences was higher than 35%. Based on the hotspot definition in this study, we constructed a new ASEdb0 dataset consisting of 58 hotspots from the ASEdb dataset and 3957 non-hotspots of the other residues in whole protein sequences, totaling 4015 residues in our new ASEdb0 dataset. The BID dataset [6] is the other one used in this work. The dataset was filtered in the same manner as the ASEdb dataset. As a result, we constructed a new BID0 dataset consisting of 54 hotspots from the BID dataset and 2895 non-hotspots from the rest of the residues in the whole protein sequences, totaling 2949 residues in our new BID0 dataset. The data in the two datasets came from different complexes and were mutually exclusive. Table 5 lists the composition of hotspots and non-hotspots.
Table 5

The details of the hotspot datasets.

DatasetHot SpotsNon-HotspotsTotal ResiduesRatio §
BID054289529491.831%
ASEdb058395740151.445%
BID545811248.214%
ASEdb589114938.926%

The ratio of the number of hotspots to that of total residues in the dataset.

3.3. Feature Encoding Scheme

The AAindex1 database [32] contained 544 numerical indices representing various physicochemical and biochemical properties of amino acids. It collected published indices with a set of 20 numerical values representing different properties of amino acids. It also contained the results of cluster analysis using the correlation coefficient as the distance between two indices. All data were derived from published literature. The protein sequence profile of one amino acid is a set of 20 numerical values representing the evolution of the amino acid residue, where each value represents the frequency by which residue was mutated into another amino acid residue. It can be used to recognizing remote homologs and plays an important role in protein sequence database search, protein structure/function prediction and phylogenetic analysis. Protein sequence profiles are always obtained by a BLAST (Basic Local Alignment Search Tool) program, such as the commonly-used program of PSI-BLAST (Position-Specific Iterative Basic Local Alignment Search Tool) [33]. Therefore, for the residue of one protein sequence, the multiplication of the sequence profile of residue and one physicochemical amino acid property can represent the statistical evolution of the amino acid property [34,35,36], i.e., , where and are both vectors of . The multiplication for residue results in a set of 20 numerical vectors . The standard deviation of the multiplication is then obtained. For residue , the 544 amino acid AAindex1 properties yield a set of 544 standard deviations , which will be used for encoding residue . Our previous work has shown that the standard deviations of the multiplications can reflect the evolutionary variance of the residue along with the amino acid property [29,34,35]. To encode the residue in one protein sequence, a sliding window involving residues centered at the residue is considered, i.e., several neighboring residues are used to represent the center residue . Therefore, a set of numerical values represents the residue , where is the sliding window length in this work. A similar vector representation can be found in our previous work [29,34,35]. For the residue , it is represented by a vector , whose corresponding target value is 1 or 0, denoting whether the residue is a hotspot or not. Therefore, our method is developed to learn the relationship between input vectors V and the corresponding target array T and tries to make its output as close to the target T as possible.

3.4. IBk Classifier Ensemble by the Random Mapping Technique

The random projection technique can be traced back to the work done by Ritter and Kohonen [37], which reduced the dimensionality of the representations of the word contexts by replacing each dimension of the original space by a random direction in a smaller-dimensional space. From the literature [37,38], it seems surprising that random mapping can reduce the dimensionality of the data in a manner that preserves enough structure of the original dataset to be useful. Kaski used both analytical and empirical evidence to explain the reason why the random mapping method worked well in high-dimensional spaces [39]. Given the original data, , let the linear random projection be the multiplication of the original instances by a random matrix , where the element in the matrix ranges from 0–1. The matrix R is composed of random elements, and each column has been normalized to unity. The projection:yields a dimensionality-reduced instance from dimension to , where is the i-th sample of the original data, is the i-th column of the random matrix and . In Equation (1), each original instance with dimension has been replaced by a random, non-orthogonal direction in the reduced-dimensional space [39]. Therefore, the dimensionality of the original instance is reduced from 7072 to a rather small value. The dimension-reduced instances are then input into the classifier with the IBk algorithm. The IBk algorithm, implementing the k-nearest neighbor algorithm, is a type of instance-based learning, where the function is only approximated locally, and all computations are deferred until classification. The simplest of the IBk algorithms among machine learning algorithms was adopted since we want to ensemble diverse classifiers and expect to yield good results. Previous results showed that the generalization error caused by one classifier can be compensated by other classifiers; therefore, the ensemble of some diverse classifiers can yield significant improvement [40]. In the hotspot prediction, the multiplication of the k-th random projection on the original instances forms a set of instances , where N and K denote the number of training instances and that of random projections, respectively. For the k-th random projection, the instances are generated from the original instances as an input to an IBk classifier, and thus, it forms a classifier , where x is a training instance. To train the classifier , the instance set is divided into training dataset and test dataset by 10-fold cross-validation. For training the classifier, the training dataset is divided into training subset and test subset again. The training process retains the top classifiers on some random projections, and in the test process, they are applied to test the test dataset . After running random projection 100 times, top classifiers in the F1 measure are retained for testing the test dataset . The ensemble of top classifiers yields the final predictions. The mjority vote technique was always used in classifier ensemble and often made a dramatic improvement [41]. Here, a residue is predicted as a hotspot if half of the classifiers identified it as positive Class 1, otherwise it is a non-hotspot residue. Moreover, since the hotspot dataset is extremely imbalanced, containing only 1.4% of hotspots, balancing the dataset is necessary to avoid the overfitting of the classifier. Therefor, the training dataset is resampled and then consists of positive instances and negative instances with roughly the same number. The ensemble system can be seen i Figure 4.
Figure 4

The flowchart of the ensemble system for the hotspot prediction. Here, means the k-th random projection. The IBk implements k-Nearest Neighbors (KNN) algorithm. Here the black arrows denote the flow of the training subset, while the blue ones are that of the test subset.

3.5. Hot Spot Prediction Evaluation

To evaluate hotspot predictions, in this work, we adopted four evaluation measures to show the ability of our model objectively. They are the criteria of sensitivity (Sen), precision (Prec), F-measure (F1) and Matthews correlation coefficient (MCC) [34,42] and shown below:where TP (true positive) is the number of correctly-predicted hotspot residues; FP (false positive) is the number of false positives (incorrectly over-predicted non-hotspot residues); TN (true negative) is the number of correctly-predicted non-hotspot residues; and FN (false negative) is false negative, i.e., incorrectly under-predicted hotspot residues.

4. Conclusions

This paper proposes an ensemble method based on the random projection technique that predicts hotspots from the whole sequences of proteins, using physicochemical characteristics of amino acids. The classifier system involves an encoding scheme integrating sequence profiles of residues and statistical physicochemical properties of amino acids from the AAindex1 dataset. Then, the random projection technique was adopted to obtain a reduced input space for the original input instances, but retaining the structure of the original space. Several top classifiers are obtained after the use of random projections. The ensemble of the top classifiers is therefore constructed. The classifier with random projection ran 50 times, and 50 classifiers were sorted in the F1 measure in the training step. Applying the 50 classifiers to the test dataset yielded the final hotspot predictions. Results showed that the ensemble of the top three classifiers yields better performance in hotspot predictions. Moreover, random projections with different reduced dimensions were investigated, and the projection with the dimension of five performs the best. To select the most effective sliding window, several sliding windows were investigated for encoding instances, and a window with a length of 13 was chosen finally, which performed the best among the eight windows. It is suggested that our method is promising in computational hotspot prediction for the whole protein sequence.
  37 in total

1.  Analysis of homodimeric protein interfaces by graph-spectral methods.

Authors:  K V Brinda; N Kannan; S Vishveshwara
Journal:  Protein Eng       Date:  2002-04

2.  Predicting changes in the stability of proteins and protein complexes: a study of more than 1000 mutations.

Authors:  Raphael Guerois; Jens Erik Nielsen; Luis Serrano
Journal:  J Mol Biol       Date:  2002-07-05       Impact factor: 5.469

3.  Structure-based method for analyzing protein-protein interfaces.

Authors:  Ying Gao; Renxiao Wang; Luhua Lai
Journal:  J Mol Model       Date:  2003-11-22       Impact factor: 1.810

4.  The binding interface database (BID): a compilation of amino acid hot spots in protein interfaces.

Authors:  T B Fischer; K V Arunachalam; D Bailey; V Mangual; S Bakhru; R Russo; D Huang; M Paczkowski; V Lalchandani; C Ramachandra; B Ellison; S Galer; J Shapley; E Fuentes; J Tsai
Journal:  Bioinformatics       Date:  2003-07-22       Impact factor: 6.937

5.  Prediction of hot spots in protein interfaces using a random forest model with hybrid features.

Authors:  Lin Wang; Zhi-Ping Liu; Xiang-Sun Zhang; Luonan Chen
Journal:  Protein Eng Des Sel       Date:  2012-01-18       Impact factor: 1.650

6.  Predicting protein interaction sites from residue spatial sequence profile and evolution rate.

Authors:  Bing Wang; Peng Chen; De-Shuang Huang; Jing-jing Li; Tat-Ming Lok; Michael R Lyu
Journal:  FEBS Lett       Date:  2005-12-19       Impact factor: 4.124

Review 7.  Targeting protein-protein interactions with small molecules: challenges and perspectives for computational binding epitope detection and ligand finding.

Authors:  Domingo González-Ruiz; Holger Gohlke
Journal:  Curr Med Chem       Date:  2006       Impact factor: 4.530

8.  ASEdb: a database of alanine mutations and their effects on the free energy of binding in protein interactions.

Authors:  K S Thorn; A A Bogan
Journal:  Bioinformatics       Date:  2001-03       Impact factor: 6.937

9.  PredictProtein--an open resource for online prediction of protein structural and functional features.

Authors:  Guy Yachdav; Edda Kloppmann; Laszlo Kajan; Maximilian Hecht; Tatyana Goldberg; Tobias Hamp; Peter Hönigschmid; Andrea Schafferhans; Manfred Roos; Michael Bernhofer; Lothar Richter; Haim Ashkenazy; Marco Punta; Avner Schlessinger; Yana Bromberg; Reinhard Schneider; Gerrit Vriend; Chris Sander; Nir Ben-Tal; Burkhard Rost
Journal:  Nucleic Acids Res       Date:  2014-05-05       Impact factor: 16.971

10.  Identification of hot-spot residues in protein-protein interactions by computational docking.

Authors:  Solène Grosdidier; Juan Fernández-Recio
Journal:  BMC Bioinformatics       Date:  2008-10-21       Impact factor: 3.169

View more
  8 in total

1.  Proteomics for cancer drug design.

Authors:  Amanda Haymond; Justin B Davis; Virginia Espina
Journal:  Expert Rev Proteomics       Date:  2019-08-04       Impact factor: 3.940

2.  Structural Design and Analysis of the RHOA-ARHGEF1 Binding Mode: Challenges and Applications for Protein-Protein Interface Prediction.

Authors:  Ennys Gheyouche; Matthias Bagueneau; Gervaise Loirand; Bernard Offmann; Stéphane Téletchéa
Journal:  Front Mol Biosci       Date:  2021-05-24

3.  Special Protein Molecules Computational Identification.

Authors:  Quan Zou; Wenying He
Journal:  Int J Mol Sci       Date:  2018-02-10       Impact factor: 5.923

4.  In Silico Prediction of Drug-Induced Liver Injury Based on Ensemble Classifier Method.

Authors:  Yangyang Wang; Qingxin Xiao; Peng Chen; Bing Wang
Journal:  Int J Mol Sci       Date:  2019-08-22       Impact factor: 5.923

5.  Semi-supervised prediction of protein interaction sites from unlabeled sample information.

Authors:  Ye Wang; Changqing Mei; Yuming Zhou; Yan Wang; Chunhou Zheng; Xiao Zhen; Yan Xiong; Peng Chen; Jun Zhang; Bing Wang
Journal:  BMC Bioinformatics       Date:  2019-12-24       Impact factor: 3.169

Review 6.  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

7.  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

8.  SPOTONE: Hot Spots on Protein Complexes with Extremely Randomized Trees via Sequence-Only Features.

Authors:  A J Preto; Irina S Moreira
Journal:  Int J Mol Sci       Date:  2020-10-01       Impact factor: 5.923

  8 in total

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