Literature DB >> 27882325

Identification of Hot Spots in Protein Structures Using Gaussian Network Model and Gaussian Naive Bayes.

Hua Zhang1, Tao Jiang2, Guogen Shan3.   

Abstract

Residue fluctuations in protein structures have been shown to be highly associated with various protein functions. Gaussian network model (GNM), a simple representative coarse-grained model, was widely adopted to reveal function-related protein dynamics. We directly utilized the high frequency modes generated by GNM and further performed Gaussian Naive Bayes (GNB) to identify hot spot residues. Two coding schemes about the feature vectors were implemented with varying distance cutoffs for GNM and sliding window sizes for GNB based on tenfold cross validations: one by using only a single high mode and the other by combining multiple modes with the highest frequency. Our proposed methods outperformed the previous work that did not directly utilize the high frequency modes generated by GNM, with regard to overall performance evaluated using F1 measure. Moreover, we found that inclusion of more high frequency modes for a GNB classifier can significantly improve the sensitivity. The present study provided additional valuable insights into the relation between the hot spots and the residue fluctuations.

Entities:  

Mesh:

Substances:

Year:  2016        PMID: 27882325      PMCID: PMC5110947          DOI: 10.1155/2016/4354901

Source DB:  PubMed          Journal:  Biomed Res Int            Impact factor:   3.411


1. Introduction

Flexibility and dynamics play key roles for proteins in implementing various biological processes and functions [1, 2]. Residue fluctuations or atomic motions, contributing to large-scale conformational changes of protein structures, are shown to be closely related to functions of native proteins [3-5]. Two methods, molecular dynamic (MD) simulation and normal mode analysis (NMA), are widely used to investigate the dynamic link between protein structures and functions. The main drawback of MD simulations is their computational cost [6, 7]. Coarse-grained NMA, such as elastic network model (ENM) [7], has been increasingly used in recent years as a powerful tool to elucidate the structure-encoded dynamics of biomolecules [2]. The ENMs, including the isotropic Gaussian network model (GNM) [8, 9] and the anisotropic network model [10], define spring-like interactions between residues that are within a certain cutoff distance. They simplify the computationally costly all-atom potentials into a quadratic function in the vicinity of the native state, which allows the decomposition of the motions into vibrational modes with different frequencies that are often known as normal modes. Being simple and efficient, ENM and GNM have been validated in numerous applications that resulted in reasonable agreement with a wealth of experimental data, including prediction of X-ray crystallographic B-factors for amino acids [9, 11], identifications of hot spots [12-14], catalytic sites [15], core amino acids stabilizing rhodopsin [16] and important residues of HLA proteins [17], elucidation of the molecular mechanisms of motor-protein motions [18], and general conformational changes and functions [3, 4, 19–31]. Previous studies have shown in many cases that the normal modes including the high frequency (fast) modes and the low frequency (slow) modes by the GNM are very useful for recognizing several specific types of protein functions. In particular, the highest frequency modes that reflect local events at the residue level can be utilized to identify core residues or binding sites [16, 17, 20, 32], while the lowest frequency modes are usually responsible for the collective functional dynamics of the global protein motions [23, 33]. In area of protein-protein interaction, several studies such as Ozbek et al. [12], Haliloglu et al. [13], and Demirel et al. [14] utilized GNM to identify hot spots that are defined as the residues contributing more than 2 kcal/mol to the binding energy. Their results suggested that hot spots are predefined in the dynamics of protein structures and forming the binding core of interfaces. However, the mean square distance fluctuations of residue pairs and the mean square fluctuations of residues calculated from the highest frequency modes by GNM, rather than the direct usage of the highest frequency modes themselves, were applied to detect the hot spots in the work by Ozbek et al. [12] and by Haliloglu et al. [13] and Demirel et al. [14], respectively. In addition, several computational methods by utilizing machine learning tools have been developed to predict hot spots from protein sequences and structures [34-37]. The advantage of learning methods is the ability to result in higher quality by sufficiently integrating the extracted feature information from protein structures. In this paper, we follow the work by Ozbek et al. [12] but focus on the direct usage of the highest frequency modes to investigate the relation between the residue fluctuations and the hot spots. The top 20 highest frequency modes by GNM were used as an original feature set inputted into Gaussian Naive Bayes (GNB), as a representative of learning methods, to identify hot spots. The main purpose of this study is to examine whether the raw fast modes can be directly used to differentiate hot spots or non-hot spots and whether the utilization of learning methods can improve the identification quality of hot spots for unbound protein structures.

2. Material and Methods

2.1. Dataset

We used the dataset that was collected by Ozbek et al. [12]. This set was filtered with PISCES culling server [38] at the sequence identity of 25% and was originally composed of 33 unbound protein structures. We had to remove one protein with ID 1lrp from the dataset since its structure cannot be currently found in Protein Data Bank (PDB) [39]. Therefore, the final dataset had 32 unbound protein structures with a total of 4270 residues of which 171 are hot spot residues. The dataset including the detailed information about hot spot residues can be derived from Ozbek et al. [12].

2.2. Gaussian Network Model and Its Applications to Identification of the Hot Spots

GNM describes each protein as an elastic network, where the springs connecting the nodes represent the bonded and nonbonded interactions between the pairs of residues located within a cutoff distance R [8, 9]. Assuming that the springs are harmonic and the residue fluctuations are isotropic and Gaussian, the network potential of N nodes (residues) in a protein structure iswhere R and R 0 are instantaneous and original distance vectors between residues i and j, respectively, γ is the force constant assumed to be uniform for all network springs, and Γ = (Γ) is the Kirchhoff connectivity matrix defined aswhere R 0 is the distance between residues i and j and R is given as a cutoff. Then, the mean correlation between residue fluctuations is calculated as where U is the orthogonal matrix of eigenvectors (u ), Λ is the diagonal matrix of eigenvalues (λ ), k is the Boltzmann constant, and T is the absolute temperature. To identify hot spot residues, Ozbek et al. [12] used the mean square distance fluctuations (MSDF), 〈ΔR 2〉, of residues i and j given aswhich were calculated using high frequency modes of GNM based on a cutoff of 6.5 Å. The residues with relatively high MSDF value were considered functionally probable; see more details in Ozbek et al. [12]. In addition, both Haliloglu et al. [13] and Demirel et al. [14] similarly defined mean square fluctuation (or vibration) (MSF) of residues in the weighted average of several high frequency modes based on a cutoff of 7.0 Å, to identify the hot spot residues. The MSF of residue i weighed by a subset of modes k 1 ≤ k ≤ k 2 is given asThen, one residue was predicted as a hot spot if the normalized MSF of the residue (i.e., the measure expressed in (5) divided by 3k T/γ) is larger than a given threshold. The main difference between the work by Haliloglu et al. [13] and that by Demirel et al. [14] is the different thresholds adopted. Haliloglu et al. [13] used a constant threshold of 0.005 while it was 6N −1 given by Demirel et al. [14] where N is the number of residues in a protein sequence.

2.3. Gaussian Naive Bayes

A Naive Bayes (NB) classifier calculates the probability of a given instance (example) belonging to a certain class [40]. Given an instance X described by its feature vector (x 1,…, x ) and a class target y, the conditional probability P(y∣X) can be expressed as a product of simpler probabilities using the Naive independence assumption according to Bayes' theorem: Here, the target y may have two values where y = 1 means a hot spot residue and y = 0 represents non-hot spot residue. X for one residue (one instance) is a feature vector with the same size for describing its characteristic using high frequency modes generated by GNM. For example, X is equal to a vector composed of ith component u for ith residue in a sequence when only one high frequency mode u is used. If three high frequency modes, denoted by u 1, u 2, and u 3, are taken into account, the vector X will be (u 1, u 2, u 3) for residue i in a protein sequence. Moreover, if a window size of 3 with respect to the residue i is adopted, X becomes (u 1, u 1, u 1, u 2, u 2, u 2, u 3, u 3, u 3). Since P(X) is constant for a given instance, the following rule is adopted to classify the instance whose class is unknown:where “arg” means a value of y so that the above expression is maximized; that is, if P(y = 1)∏ P(x ∣y = 1) is larger than P(y = 0)∏ P(x ∣y = 0), ; otherwise, . Moreover, when the likelihood of the features (i.e., P(x ∣y)) is assumed to be Gaussian, a NB classifier is called Gaussian Naive Bayes (GNB). Due to its simplicity and being computationally fast compared to other more sophisticated methods, GNB has been widely applied to prediction problems in bioinformatics [41, 42]. In this study, GNB was mainly used to train the models by inputting the highest frequency modes to identify hot spot residues.

2.4. Performance Evaluation

In a classification task, the following quality indices, including sensitivity (also known as recall), specificity, precision, and the overall accuracy, were generally used to assess prediction performance:where true positives (TP) and true negatives (TN) correspond to correctly predicted hot spot residues and non-hot spot residues, respectively, false positives (FP) denote non-hot spot residues predicted as hot spot residues, and false negatives (FN) denote hot spot residues predicted as non-hot spot residues. Obviously, the dataset used in this study is extremely unbalanced with a very high proportion of non-hot spot residues. For this reason, the accuracy value is not a good choice to evaluate the overall performance of results. When a dataset includes 95% negative samples but 5% positive samples, a classifier may identify all of them as negative, resulting in 95% overall accuracy and 100% specificity. This is really shown as excellent performance, but it fails to identify the positive samples that we actually need pay close attention to. Moreover, two indices, sensitivity and precision, can both measure the classification correctness for positive samples. It is strongly expected that these two indices can synchronously reach high values, but there exists a trade-off between them in general. Therefore, we used F1 measure to evaluate the overall prediction performance:which can balance the sensitivity and the precision in case of the unbalanced dataset. The formula of the F1 measure can be changed to be F1 = 2/((1/sen)+(1/pre)) when both sen and pre are exactly larger than zero. Thus, F1 measure can be viewed as an increasing function of sen and pre. The minimum of F1 is 0 when sen = 0 or pre = 0, and the maximum of F1 is 1 when sen = 1 and pre = 1.

2.5. Identification of Hot Spots Using GNM and GNB

The experimental performance on identification of hot spot residues is tested using n-fold cross validation (nCV) on the dataset composed of 32 unbound protein structures. In the nCV procedure, chains are randomly divided into n subsets with the same numbers of sequences, and the test is repeated n times. In each time, the n − 1 subsets are used to build the model, and the remaining one subset is then tested by the prediction model. In the present study, we performed tenfold cross validation (10CV) based on Gaussian Naive Bayes using the highest modes as features from GNM outputs in different ways. Then, we mainly implemented two schemes concerning feature coding for investigating the relations between the highest modes and the hot spot residues. Firstly, a classifier was modeled by directly using single one of the top 20 high frequency modes (i.e., the eigenvectors (u ) that correspond to the top 20 largest eigenvalues (λ )). Meanwhile, a sliding window of the central residue with sizes ranging from 1 to 21 was utilized to examine the impact of the neighboring residues' fluctuations, and the computation of GNM was carried out by usage of multiple distance cutoffs ranging from 6.0 to 8.0 with a step size of 0.1. Secondly, we combined top m modes with the highest frequency (m = 1,2, 3,…, 20) and utilized similar scheme for the distance cutoff of GNM computation and the sliding window of the central residue to establish the models for identifying hot spot residues.

3. Results and Discussion

3.1. Identification of Hot Spot Residues Using Single One of the Highest Modes

In this work, the overall performance was evaluated by the F1 measure in (9), which is able to balance the sensitivity and the precision. Table 1 lists twenty computational outcomes of the prediction performance that are ordered by F1 measure, where the feature vector for a GNB classifier was extracted from single one mode, that is, ith highest mode (i = 1,2,…, 20), the distance cutoff in GNM varied from 6.0 to 8.0 with the step size of 0.1, and the sliding window for one mode ranged from 1 to 21 with a step size of 2. As shown in Table 1, the highest performance was achieved by F1 measure of 0.1517 when the distance cutoff is 7.1 Å and the size of the sliding window is 3 in case of the 8th highest mode.
Table 1

List of top 20 F1 measures based on tenfold cross validations of Gaussian Naive Bayes when using single ith highest mode (i = 1,2,…, 20) inputted into the feature vector, where cutoff means the distance threshold for GNM computation that varies from 6.0 to 8.0 with step size of 0.1 and sw represents the size of the sliding window for the central residue that ranges from 1 to 21 with step size of 2.

TopCutoff i swsenspepreacc F1 measure
17.3830.19300.94360.12500.9136 0.1517
27.1890.25150.90950.10390.88310.1470
37.1870.24560.91190.10420.88520.1463
47.1850.21640.92630.10910.89790.1451
57.1830.16960.94730.11840.91620.1394
67.3850.18710.93540.10770.90540.1368
78.0350.19300.93100.10440.90140.1355
87.3870.21640.91630.09740.88830.1343
97.18130.22810.90900.09470.88170.1338
107.18110.22810.90710.09290.87990.1320
117.019170.24560.89630.08990.87030.1317
126.71330.13450.96190.12850.92880.1314
137.8330.15200.95070.11400.91870.1303
147.014210.23390.9010.08970.87420.1297
157.019190.24560.89340.08770.86740.1292
167.18150.22810.90390.09010.87680.1291
177.0470.22810.90220.08860.87520.1277
186.6630.15200.94800.10880.91620.1268
196.915210.22220.90460.08860.87730.1267
207.214130.24560.88970.08500.86390.1263
Moreover, top six F1 measures shown in Table 1 were from the same 8th highest mode, indicating that the best performance achieved may not belong to the first or second highest frequency mode. Even the 19th and the 13th highest modes can also result in relatively high F1 measures. From the aspect of cutoff, it has been shown that majority of the cutoff values shown in Table 1 are in or close to the [7.0, 7.3] interval. Given the cutoff of 7.3 Å in GNM, we plotted sensitivity, precision, and F1 measure for all of the top 20 high modes; see Figure 1. Three cases with sizes of the sliding windows equal to 1, 3, and 5 were examined. It is apparent that the F1 measures and the sensitivity values for the majority of the 20 modes can be improved when the size of the sliding window is from 1 to 3. However, there is no sufficient evidence to prove that larger size of the sliding window can further increase the F1 measure. On the other hand, the majority of the sensitivity values were improved when the window size was increased from 3 to 5, but no consistent trend can be found for precision values in three cases of the window sizes.
Figure 1

Plots of sensitivity (a), precision (b), and F1 values by the single ith highest mode (i = 1,2,…, 20) in three cases of the sliding window sizes (sw) (i.e., sw = 1, 3, 5) for GNB classifiers. The ith highest mode in the figure is denoted as hmi.

3.2. Identification of Hot Spot Residues by Combining the Highest Modes

Furthermore, top m modes (m = 1,2,…, 20) with the highest frequency were combined to establish the GNB classifier and to investigate whether the prediction performance can be improved. For example, when m is taken to be 10, top ten high modes (i.e., hm1, hm2,…, hm10) are together inputted into the feature vector of a GNB classifier. Meanwhile, the classification experiments were also performed on various cases in which the distance cutoff is from 6.0 to 8.0 with the step size of 0.1 and the size of the sliding window (sw) ranges from 1 to 21 with the step size of 2. Table 2 lists twenty outcomes of these computational experiments ordered by F1 measure. Among these results, the size of the sliding window is almost 1 except the case of the 10th highest F1 measure in which 9 high modes and the window size of 3 were used, suggesting that the fluctuation of the central residue may be sufficient to identify hot spot residues by a combination of multiple high frequency modes. Moreover, as shown in Table 2, the distance cutoff often belongs to the [7.1, 7.5] interval, and it seems that a larger m value tends to result in higher sensitivity. For instance, the sensitivity value obtained by a combination of the top 10 high modes with cutoff of 7.4 Å (i.e., the case of top 1 F1 measure) is 0.2924, while the sensitivity values in the cases of top 4, 6, and 7 F1 measures, which are achieved by the usage of the top 20, 19, and 20 high modes, respectively, are all larger than 0.41.
Table 2

List of the top 20 F1 measures based on tenfold cross validations of Gaussian Naive Bayes when using m modes with the highest frequency inputted into the feature vector, where m = {1,2,…, 20}, the distance cutoff in GNM varies from 6.0 to 8.0 with step size of 0.1, and the sliding window size (sw) for multiple high modes ranges from 1 to 21 with step size of 2.

TopCutoff m swsenspepreacc F1 measure
17.41010.29240.89920.10800.8749 0.1577
27.41110.30410.88730.10120.86390.1518
37.41310.32750.87360.09760.85180.1503
47.22010.42690.82070.09030.80490.1491
57.41210.30990.88090.09800.85810.1489
67.21910.41520.82390.08950.80750.1473
77.32010.41520.82290.08910.80660.1467
87.11110.29240.88700.09750.86320.1462
97.51510.34500.85920.09280.83860.1462
107.1930.39770.83120.08950.81380.1461
117.31010.26900.89920.10020.87400.1460
127.41510.34500.85850.09230.83790.1457
137.11310.31580.87270.09370.85040.1446
147.51410.32750.86630.09270.84470.1445
157.51610.35090.85290.09050.83280.1439
167.41410.32750.86530.09210.84380.1438
177.61510.33330.86220.09160.84100.1438
187.51010.26320.90000.09890.87450.1438
197.3910.24560.90900.10120.88240.1433
207.11410.32750.86410.09140.84260.1429
In Figure 2, we plotted the sensitivity, the precision, and the F1 measure against m modes with the highest frequency that were combined as features for five cases denoted by the distance cutoffs of 7.1 Å, 7.2 Å, 7.3 Å, 7.4 Å, and 7.5 Å, respectively, where the sizes of the sliding window for all cases are 1. It can be seen from the figure that these three indices are consistently improved with the number of top high modes used up to 10. Especially for the case of sensitivity, its value is an increasing function of the number of modes with the highest frequency. It can be concluded that inclusion of more high frequency modes can improve the sensitivity, but the precision values become slightly decreased by adding more high frequency modes when the number of high modes combined is larger than 10. In the meantime, the F1 measure tends to be no longer enhanced.
Figure 2

Plots of sensitivity, precision, and F1 values against m modes with the highest frequency in five cases denoted by the distance cutoffs of 7.1 Å (a), 7.2 Å (b), 7.3 Å (c), 7.4 Å (d), and 7.5 Å (e), respectively, for GNB classifiers.

3.3. Performance Comparison with Existing Methods

In the present work, we directly inputted the high frequency modes to a GNB classifier for predicting hot spots when compared with the existing methods proposed by Ozbek et al. [12], Haliloglu et al. [13], and Demirel et al. [14]. Ozbek et al. [12] utilized the mean square distance fluctuations of residue pairs, which were computed at most based on five top high frequency modes, to identify hot spot residues. It may be not appropriate to directly compare our work with the results obtained by Ozbek et al. [12], since the datasets used and the test procedures are both slightly different. However, we reported here again part of outcomes from Table 1 in Ozbek et al. [12] for a comparison. The F1 measures were calculated on the reported sensitivity and precision values, as shown in Table 3. In addition, no results concerning the prediction quality of hot spot residues based on a nonredundant dataset were reported in Haliloglu et al. [13] and Demirel et al. [14], where only MSF profiles for a couple of protein cases were depicted and shown as figures. The usage of the number of high frequency modes is not consistent that three, four, or five fast modes may be adopted for different cases. Due to the lack of details and web servers, we here simulated their methods on the dataset in this work by computing the normalized MSF values weighted by one up to five high frequency modes using a cutoff of 7 Å for GNM. A constant 0.005 and a varied value 6N −1 with respect to the sequence length N were used to identify hot spot residues for the simulations of the methods by Haliloglu et al. [13] and Demirel et al. [14], respectively. The quality indices including sensitivity, specificity, precision, accuracy, and F1 measure for these simulations were then reported in Table 3. We also listed part of the best outcomes from this study in Table 3, two using single high mode and four by a combination of multiple high modes, which have been shown in Tables 1 and 2.
Table 3

Performance comparison of the proposed models with the work by Ozbek et al. [12] and the simulated methods proposed by Haliloglu et al. [13] and Demirel et al. [14], where hm1–i means that a total of i high frequency modes (hm1, hm2,…, hmi) are used together.

ReferenceGNM modesCutoffswsenspepreacc F1
Ozbek et al. [12]hm10.140.890.050.860.0737
hm20.160.800.050.850.0762
hm36.5 Å10.240.880.070.850.1084
hm1–30.250.860.070.830.1094
hm1–50.290.840.070.810.1128

Haliloglu et al. [13] (simulated) hm10.19880.90190.07800.87380.1120
hm1-20.26900.88190.08680.85740.1312
hm1–37.0 Å10.30410.85800.08200.83580.1292
hm1–40.32750.84290.08000.82220.1286
hm1–50.34500.83390.07970.81430.1295

Demirel et al. [14] (simulated) hm10.0468 0.9773 0.0792 0.9400 0.0588
hm1-20.05260.96970.06770.93300.0592
hm1–37.0 Å10.04090.96150.04240.92460.0417
hm1–40.08190.95730.07410.92220.0778
hm1–50.09360.95320.07690.91870.0844

This workhm87.3 Å30.19300.9436 0.1250 0.91360.1517
hm87.1 Å90.25150.90950.10390.88310.1470
hm1–107.4 Å10.29240.89920.10800.8749 0.1577
hm1–117.4 Å10.30410.88730.10120.86390.1518
hm1–137.4 Å10.32750.87360.09760.85180.1503
hm1–207.2 Å1 0.4269 0.82070.09030.80490.1491
On the whole, if evaluated by F1 measure or precision, all of the cases in Table 3 by this work outperformed the results by Ozbek et al. [12] and by the simulated methods of Haliloglu et al. [13] and Demirel et al. [14]. This suggests that the direct usage of the high frequency modes is efficient to identify hot spot residues. Besides, the improvement on F1 measure by combining multiple high frequency modes seems to be very slight when compared with the methods only using single high mode, while the sensitivity values in general tend to be improved a lot. This is in good agreement with the work by Ozbek et al. [12] and the simulation results of Haliloglu et al. [13] and Demirel et al. [14] as outlined in Table 3. Additionally, the specificity and accuracy values of the simulated method for Demirel et al. [14] are higher than those of other methods, but on the contrary the values of sensitivity, precision, and F1 measure are in general lower. The reason causing worse quality on F1 measure achieved by the simulation of Demirel et al. [14] is due to a larger threshold used when compared with the simulated method of Haliloglu et al. [13]. In addition, we also performed computational experiments using several common classifiers, including logistic regression, decision tree, k-nearest neighbor, and support vector machine with default parameters, instead of GNB, where all of the machine learning methods were implemented in scikit-learn [43]. As a consequence, the results (data not shown in this paper) showed that GNB exhibited better performance than other classifiers. This is the reason why we finally adopted GNB as the base classifier for identification of the hot spot residues.

4. Conclusion

In this study, we followed previous work [12-14] focusing on the identifications of hot spots by using GNM but directly used the high frequency modes and further performed GNB classifier. The proposed methods outperformed the outcomes reported in Ozbek et al. [12] and the simulated results of Haliloglu et al. [13] and Demirel et al. [14] based on F1 measure to evaluate the overall performance. The results by this work suggested that the high frequency modes can be directly used to identify hot spot residues with reasonable performance. In case of the scheme using only single high frequency mode, the largest F1 measure may not be necessarily achieved by one of the top five high frequency modes. In our study, it was surprisingly gained by the 8th highest mode with the distance cutoff of 7.3 and the window size of 3. We further included more modes from total number of 20 high frequency modes when compared with the work by Ozbek et al. [12] in which at most five frequency modes are used. Of particular interest is the fact that inclusion of more high frequency modes can significantly improve the sensitivity value, but not the F1 measure and the precision in general. The dataset used in this work is obviously unbalanced. There is a trade-off between the sensitivity and the precision. It is not easy for researchers to find a perfect way to determine the proper performance index to evaluate experimental results. Therefore, we finally reported multiple results as listed in Tables 1, 2, and 3, which were considered for choices associated with different purposes in practice. Overall, the present study provided additional valuable insight into the relation between hot spots and residue fluctuations.
  41 in total

1.  The Protein Data Bank.

Authors:  H M Berman; J Westbrook; Z Feng; G Gilliland; T N Bhat; H Weissig; I N Shindyalov; P E Bourne
Journal:  Nucleic Acids Res       Date:  2000-01-01       Impact factor: 16.971

2.  Anisotropy of fluctuation dynamics of proteins with an elastic network model.

Authors:  A R Atilgan; S R Durell; R L Jernigan; M C Demirel; O Keskin; I Bahar
Journal:  Biophys J       Date:  2001-01       Impact factor: 4.033

3.  Applying the Naïve Bayes classifier with kernel density estimation to the prediction of protein-protein interaction sites.

Authors:  Yoichi Murakami; Kenji Mizuguchi
Journal:  Bioinformatics       Date:  2010-06-06       Impact factor: 6.937

4.  A consensus view of protein dynamics.

Authors:  Manuel Rueda; Carles Ferrer-Costa; Tim Meyer; Alberto Pérez; Jordi Camps; Adam Hospital; Josep Lluis Gelpí; Modesto Orozco
Journal:  Proc Natl Acad Sci U S A       Date:  2007-01-10       Impact factor: 11.205

5.  Propagation of dynamic changes in barnase upon binding of barstar: an NMR and computational study.

Authors:  Anastasia Zhuravleva; Dmitry M Korzhnev; Svetlana B Nolde; Lewis E Kay; Alexander S Arseniev; Martin Billeter; Vladislav Yu Orekhov
Journal:  J Mol Biol       Date:  2007-01-24       Impact factor: 5.469

6.  Analysis of correlations between energy and residue fluctuations in native proteins and determination of specific sites for binding.

Authors:  Turkan Haliloglu; Burak Erman
Journal:  Phys Rev Lett       Date:  2009-02-27       Impact factor: 9.161

7.  The intrinsic dynamics of enzymes plays a dominant role in determining the structural changes induced upon inhibitor binding.

Authors:  Ahmet Bakan; Ivet Bahar
Journal:  Proc Natl Acad Sci U S A       Date:  2009-08-17       Impact factor: 11.205

8.  Identification of kinetically hot residues in proteins.

Authors:  M C Demirel; A R Atilgan; R L Jernigan; B Erman; I Bahar
Journal:  Protein Sci       Date:  1998-12       Impact factor: 6.725

Review 9.  Global dynamics of proteins: bridging between structure and function.

Authors:  Ivet Bahar; Timothy R Lezon; Lee-Wei Yang; Eran Eyal
Journal:  Annu Rev Biophys       Date:  2010       Impact factor: 12.981

10.  DNABINDPROT: fluctuation-based predictor of DNA-binding residues within a network of interacting residues.

Authors:  Pemra Ozbek; Seren Soner; Burak Erman; Turkan Haliloglu
Journal:  Nucleic Acids Res       Date:  2010-05-16       Impact factor: 16.971

View more
  5 in total

1.  Spectral analysis of molecular dynamics simulations on PDZ: MD sectors.

Authors:  Bharat Lakhani; Kelly M Thayer; Emily Black; David L Beveridge
Journal:  J Biomol Struct Dyn       Date:  2019-07-01

2.  The prediction of asymptomatic carotid atherosclerosis with electronic health records: a comparative study of six machine learning models.

Authors:  Jiaxin Fan; Mengying Chen; Jian Luo; Shusen Yang; Jinming Shi; Qingling Yao; Xiaodong Zhang; Shuang Du; Huiyang Qu; Yuxuan Cheng; Shuyin Ma; Meijuan Zhang; Xi Xu; Qian Wang; Shuqin Zhan
Journal:  BMC Med Inform Decis Mak       Date:  2021-04-05       Impact factor: 2.796

3.  Machine learning methods to predict amyloid positivity using domain scores from cognitive tests.

Authors:  Guogen Shan; Charles Bernick; Jessica Z K Caldwell; Aaron Ritter
Journal:  Sci Rep       Date:  2021-03-01       Impact factor: 4.379

4.  Insights into Rational Design of a New Class of Allosteric Effectors with Molecular Dynamics Markov State Models and Network Theory.

Authors:  In Sub M Han; Dylan Abramson; Kelly M Thayer
Journal:  ACS Omega       Date:  2022-01-13

5.  Prediction of postoperative complications of pediatric cataract patients using data mining.

Authors:  Kai Zhang; Xiyang Liu; Jiewei Jiang; Wangting Li; Shuai Wang; Lin Liu; Xiaojing Zhou; Liming Wang
Journal:  J Transl Med       Date:  2019-01-03       Impact factor: 5.531

  5 in total

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