Skip to main content

Improving prediction of burial state of residues by exploiting correlation among residues

Abstract

Background

Residues in a protein might be buried inside or exposed to the solvent surrounding the protein. The buried residues usually form hydrophobic cores to maintain the structural integrity of proteins while the exposed residues are tightly related to protein functions. Thus, the accurate prediction of solvent accessibility of residues will greatly facilitate our understanding of both structure and functionalities of proteins. Most of the state-of-the-art prediction approaches consider the burial state of each residue independently, thus neglecting the correlations among residues.

Results

In this study, we present a high-order conditional random field model that considers burial states of all residues in a protein simultaneously. Our approach exploits not only the correlation among adjacent residues but also the correlation among long-range residues. Experimental results showed that by exploiting the correlation among residues, our approach outperformed the state-of-the-art approaches in prediction accuracy. In-depth case studies also showed that by using the high-order statistical model, the errors committed by the bidirectional recurrent neural network and chain conditional random field models were successfully corrected.

Conclusions

Our methods enable the accurate prediction of residue burial states, which should greatly facilitate protein structure prediction and evaluation.

Background

According to their solvent accessible area, protein residues can be categorized into two classes, i.e., buried and exposed [1]. Buried residues commonly form hydrophobic cores, maintaining the conformation and structural integrity of proteins. In contrast, exposed residues tend to appear on the surface of proteins and partly determine protein functions through interactions with other proteins or ligands. Thus, the solvent accessibility of residues is one of the driving forces of protein folding. In addition, solvent accessibility is an important global feature of residues that is complementary to the other local features; it can also be easily predicted compared with other global features such as contact map [24].

An accurate prediction of solvent accessibility can provide important structural information for the study of protein evolution, structure, and function [5]. Most of the existing prediction approaches employ the following strategy. First, a fixed-length window is opened around the residue of interest and a feature vector is computed based on the sequence information within this window. The most widely-used features include residue types [6], position specific scoring matrix (PSSM) [79], and predicted secondary structure (SS) [10]. In addition, the real solvent accessibility of the residue of interest is computed using the dictionary of protein secondary structure (DSSP) as burial state labels [11]. Second, these feature vectors along with burial state labels are inputted into a machine learning model such as artificial neural network (ANN) [5, 8, 1221], support vector machine (SVM) [9, 10, 20, 2224], deep learning model [25], conditional neural field (CNF) [2], and random forest (RF) [6] for training. Finally, the trained model is used for predicting solvent accessibility of protein residue in a testing set. Among these approaches, bidirectional recurrent neural network (BRNN) shows excellent performance and has been widely used in softwares such as SCRATCH [26] and ACCpro [5].

These prediction approaches have shown success; however, most of these approaches consider the residue of interest independently and thus, neglect the correlations among residues. In fact, the burial state of residues presents strong correlation. As shown in Fig. 1, two residues with a sequence separation of 3 or 4 amino acids in α helices tend to adopt identical burial states due to local geometry preference, and two residues with a sequence separation of 2 amino acids in β strands commonly take identical burial states under the effect of hydrogen bonds. In contrast, the residue pairs on coils show relatively weak correlation. Thus, the incorporation of these correlations, including correlations among adjacent residues and long-distance residues, into the prediction model remains a challenge.

Fig. 1
figure 1

Correlation among burial states of residues. In panel (a) and (b), buried residues are shown in blue, while exposed residues are shown in red. In panel (c), mutual information (MI) of burial states is calculated to measure the correlation among residue pairs. These figures clearly show the strong correlation of burial states among residues. a Periodicity of burial states of residues on α-helices. b Periodicity of burial states of residues on β-strands. c Correlation of burial states of residue pairs as function of sequence separation between these residues

In this study, we present a high-order conditional random field (CRF) model to explicitly exploit the correlations among all residues rather than consider each residue individually. This statistical model includes a collection of doublet terms to describe correlations among adjacent residues and long-distance residue pairs as well. To investigate the effect of correlations, we compared our approach with the state-of-the-art models that neglect correlations. In addition, we also investigated the effect of different features for prediction accuracy. Experimental results on two benchmark datasets showed that our approach has higher accuracy than the existing methods.

Results and discussion

Datasets

We tested our approach on two benchmark datasets, i.e., i) training and validation data collected from SCOP70 and ii) independent testing data collected from PDB25. A filtering pre-processing was performed to guarantee no overlapping between these two datasets.

Training and validation dataset

The training dataset was constructed based on SCOP70 with filtering procedure. In particular, the proteins with chain-breaks or less than 50 residues were excluded. Besides, membrane proteins were also excluded. As a result, a total of 2349 proteins, including 505 α proteins, 552 β dataset, 706 α/β, and 586 α+β, were obtained after filtering. Five-fold cross-validation (5-CV) was used for our evaluation, i.e., these proteins were randomly divided into five subsets with equal size: four subsets were selected as training set, and one subset was selected as validation dataset.

Independent testing dataset

The testing data was constructed based on PDB25. To avoid overlap with the training data set, only newly-released proteins were selected (released after Aug. 1st, 2015). In addition, the overlapped proteins with the training set were excluded. As a result, we obtained a testing dataset containing 755 protein chains with lengths ranging from 50 to 1000 residues.

Calculation of solvent accessibility

In our study, solvent accessibility was calculated using DSSP [27], and relative solvent accessibility (RSA) was calculated by dividing solvent accessibility by the maximum solvent accessibility [2]. The calculated RSA was further divided into two states, namely buried state and exposed state, using the exposure threshold of 0.25 [14].

Analysis of prediction performance

Comparison of prediction performance with state-of-the-art approaches

We compared the high-order CRF model with the widely-used BRNN model. For the sake of fair comparison, we fed these two models with identical features as input, trained them on the same training set, and evaluated them based on the same validation set. As shown in Table 1, the accuracies of ACRF are 0.8, 0.8, 0.6, and 1.0% higher in the four datasets α,β,α/β, and α+β, respectively, when compared with the BRNN model. As concrete examples, Fig. 2 shows four proteins with residues incorrectly predicted by the BRNN model but correctly predicted by ACRF. These results showed that ACRF had better performance than BRNN when identical features were used. In addition, ACRF also outperforms the logistic regression model, suggesting the importance of incorporating correlations into the prediction model.

Fig. 2
figure 2

Case studies of the predicted results for protein 1fse (a), 1osd (b), 1lmi (c), and 1l8k (d). Here, exposed residues are colored in red, whereas buried residues are colored in blue. For these residues, ACRF correctly predicted their burial states, while BBRN failed. a Protein 1fse in α dataset. b Protein 1osd in α+β dataset. c Protein 1lmi in β dataset. d Protein 1l8k in α/β dataset

Table 1 Prediction accuracy of ACRF and BRNN on the four datasets α,β,α/β,α+β

Besides the BRNN model, we also compared ACRF only with the newly-released proteins using the state-of-the-art prediction tool ACCpro on the testing dataset. On this testing dataset, the prediction accuracies of these two tools are 0.768 and 0.765, respectively. When limited to short proteins with less than 300 residues, the prediction accuracies are 0.769 and 0.760, respectively. In addition, the logistic regression model shows a prediction accuracy of 0.755. These results suggest that ACRF has the best performance in RSA prediction, particularly for proteins with shorter sequences.

Analyses of the effects of features on prediction accuracy

As the ACRF model consists of a variety of features, it is interesting to investigate the effects of different features, including residue types, SS, sequence conservation (SC), contact numbers (CN), and high order terms, on prediction accuracy. Therefore, we evaluated ACRF without the SS, SC, and CN features. The effects of these features are summarized as below.

Effects of residue types

As shown in Fig. 3 a, the RSA of residues is tightly related to residue types. Specifically, residues C, F, I, L, and W show low average RSA, whereas D, E, K, Q, and R show high average RSA. This observation can be explained according to the physical-chemical properties of residues, i.e., F, I, L, W have high hydrophobicity and C usually forms disulfide bonds; in contrast, D, E, K, Q, R are either charged or polar and thus tend to be exposed.

Fig. 3
figure 3

Effects of residue types for prediction accuracy of RSA. Panel (a) shows that RSA is closely related with residue types. In panel (b), the prediction accuracy of different residue types is shown. a Relationship between average RSA and residue type. b Prediction accuracy of residues with different types

It should be noticed that for the residue Y, the prediction accuracy is usually low. A reasonable explanation might be the special structure of Y — it has a hydrophobic benzene ring but a polar hydroxyl group on the benzene ring. This special structure leads to various RSAs of Y in different proteins. In addition, although residue C usually shows significant preference for low average RSA, the average RSA of C is close to the exposure threshold 0.25 in the α dataset, making it difficult to predict.

Effects of secondary structures

Figure 4 a suggests that β-strands tend to be buried, coils tend to be exposed, and α-helices tend to be half-buried and half-exposed. This tendency implies that the incorporation of SS information in prediction model should facilitate the prediction of RSA. To investigate the effect of SS information, we evaluated two variants of ACRF, namely, ACRF-CN-SC with SS taken into consideration and ACRF-CN-SC-SS with SS features removed from the model. As shown in Table 1, the prediction accuracies of ACRF-CN-SC are 0.4, 1.3, 1.0, and 0.5% higher than that of ACRF-CN-SC-SS in the four datasets, respectively.

Fig. 4
figure 4

Effects of secondary structural information on prediction accuracy of RSA. Panel (a) shows the strong correlation between average RSA and SS type of residues, while panel (b) shows the prediction accuracy for residues with different SS types. a Average RSA of residues with different SS types. b Prediction accuracy of RSA for residues with different SS types

However, the effects of SS information on prediction accuracy change with protein types. For β strands, ACRF achieves a prediction accuracy of 86% in the α/β dataset and 76% in the α dataset. Similarly, for coils, the prediction accuracy is 82% in the α dataset, which is higher than the accuracy of 78% in the α/β dataset (Fig. 4 b).

Effects of sequence conservation and contact number

Figure 5 a shows a strong correlation between RSA and SC of residues. Similarly, strong correlations were also observed between RSA and CN of residues (Fig. 6 a). Thus, the incorporation of SC and CN should facilitate the prediction of RSA. To investigate the effects of these two types of features, we compared ACRF with two of its variants, namely, ACRF-CN with CN features removed and ACRF-CN-SC with both SC and CN features removed. As shown in Table 1, the prediction accuracies of ACRF are 2.7, 2.8, 3.1, and 2.8% higher than that of ACRF-CN, and the prediction accuracies of ACRF-CN are 0.1, 0.3, 0.4, and 0.5% higher than that of ACRF-CN-SC in the four datasets, respectively. These results clearly suggest the importance of incorporating these two types of features in prediction.

Fig. 5
figure 5

Effects of sequence conservation information on prediction accuracy of RSA. Panel (a) shows that as sequence conservation increases, the ratio of buried residues increases, too. Panel (b) suggests that the prediction accuracy reaches its maximum for residues with intermediate sequence conservation. a Relationship between sequence conservation and the ratio of buried residues. b Relationship between prediction accuracy and sequence conservation

Fig. 6
figure 6

Effects of contact number information on prediction accuracy of RSA. Panel (a) shows that as contact number increases, the ratio of buried residues increases, too. Panel (b) suggests that the prediction accuracy reaches its minimum for residues with intermediate contact number. a Relationship between contact number and the ratio of buried residues. b Relationship between contact number and prediction accuracy

Interestingly, Fig. 5 b shows that for residues with too high or too low SC, the prediction accuracy is usually low, whereas for residues with medium SC, the prediction accuracy reaches its maximum. In contrast, ACRF shows higher prediction accuracy for residues with significantly larger or smaller CN (Fig. 6 b).

Conclusion

In this study, we present a high-order CRF model for predicting the burial states of protein residues. The novelty of the model is that it can explicitly explore the correlation of burial states among residues. In addition, a variety of features, including SC and CN, were incorporated into the model. Experimental results on two benchmark datasets show that our approach outperforms the logistic regression approach and state-of-the-art neural network model. This will greatly facilitate the studies on protein structure, evolution, and functions.

Method

In this section, we first describe the high-order CRF model with an emphasis on the feature terms to represent correlations. Then we present the procedures for parameter training and inferring, followed by features used in this model.

High-order CRF model

CRF is a widely-used discriminant model for classification [28]. One of the CRF models, chain CRF, uses singlet and one-order doublet feature functions only; thus, chain CRF is can only consider the correlation among adjacent residues. In order to describe the correlation among long-distance residues, we added high-order terms into the chain CRF model to construct a high-order CRF model. More specifically, a four-order term was designed to describe the correlation among residue pairs A i A i+4 and A i A i+3 on α-helices, and a two-order term was designed to capture the correlation among residue pairs A i A i+2 on β-strands. Here, A i A i+d denotes a pair of residues with a sequence separation of d amino acids. Since on coil regions, no strong correlation among long-range residue pairs was observed, a one-order term is sufficient for describing the correlation among adjacent residues.

The high-order CRF model is graphically shown in Fig. 7. Specifically, for a protein sequence with a length of L, we use Y=Y 1 Y 2...Y L to denote the sequence of burial states and X to denote the feature sets. The high-order CRF model is described as below.

$${{\begin{aligned} {}p(Y|X)&=p(Y_{1},...,Y_{L}|X) = \frac{1}{Z(X)} \prod_{j=1}^{n} \left(g_{h} + g_{s} + g_{c} \right) \\[-4pt] g_{h}&=I(e_{j}=H) \prod_{i=s(e_{j})+4}^{t(e_{j})} \!\exp \left(\phi_{H}(Y_{i-4}, Y_{i-3}, Y_{i-2}, Y_{i-1}, Y_{i}, i, X) \right) \\[-4pt] g_{s}&=I(e_{j}=E) \prod_{i=s(e_{j})+2}^{t(e_{j})} \exp \left(\phi_{E}(Y_{i-2}, Y_{i-1}, Y_{i}, i, X) \right) \\[-4pt] g_{c}&=I(e_{j}=C) \prod_{i=s(e_{j})+1}^{t(e_{j})} \exp \left(\phi_{C}(Y_{i-1}, Y_{i}, i, X) \right) \end{aligned}}} $$
Fig. 7
figure 7

High-order CRF model for prediction of burial states of residues. The model consists of four-order term for α helices (panel a), two-order terms for β strands (panel b), and one-order terms for coils (panel c). Here, solid points denotes features of the model, hollow points indicate solvent accessibility, and f 4,f 3,f 2,f 1,f 0 are four-order, three-order, two-order, one-order doublet feature functions and singlet feature functions, respectively. a One-order CRF for residues in coils. b Two-order CRF for residues on β-strands. c Four-order CRF for residues on α-helices

Here, Z(X) denotes the partition function for normalization, n denotes the number of SS segments of the target protein sequence, and e j denotes the j-th SS segment with s(e j ) denoting the start position and t(e j ) denoting the end position. I(e j =H),I(e j =E), and I(e j =C) are index functions, which take 1 if the corresponding conditions hold and 0 otherwise. The terms ϕ H (Y i−4,Y i−3,Y i−2,Y i−1,Y i ,i, X),ϕ E (Y i−2,Y i−1,Y i ,i, X), and ϕ C (Y i−1,Y i ,i, X) were introduced to describe the correlations among continuous residues. These terms are formally described as below:

$$ {{\begin{aligned} \phi_{H}(Y_{i-4}, \!Y_{i-3}, \!Y_{i-2}, \!Y_{i-1}, \!Y_{i}, \!i, \!X) &\,=\,\!\sum_{j}{\theta_{j}\, f^{0}_{j}(Y_{i}, i, X)} \,+\,\! \sum_{j}{\lambda_{j}\, f^{1}_{j}(\!Y_{i-1},\!Y_{i}, i, X)} \\ &+\! \sum_{j}\!{\gamma_{j}\, f^{3}_{j}(Y_{i-3},\!Y_{i}, \!i, X)} \,+\,\! \sum_{j}{\!\tau_{j}\, f^{4}_{j}\!(Y_{i-4},\!Y_{i}, \!i, \!X)} \end{aligned}}} $$
$${{\begin{aligned} \phi_{E}(Y_{i-2}, Y_{i-1}, Y_{i}, i, X)\!&=\!\sum_{j}{\theta_{j}\, f^{0}_{j}(Y_{i}, i, X)} + \sum_{j}{\lambda_{j} \, f^{1}_{j}(Y_{i-1},Y_{i}, i, X)} \\ &+ \sum_{j}{\mu_{j}\, f^{2}_{j}(Y_{i-2},Y_{i}, i, X)} \end{aligned}}} $$
$$ \phi_{C}(Y_{i-1}, Y_{i}, i, X)\,=\,\sum_{j}{\theta_{j}\, f^{0}_{j}(Y_{i}, i, X)} + \sum_{j}{\lambda_{j}\, f^{1}_{j}(Y_{i-1},\!Y_{i}, i, X)} $$

where \(f^{0}_{j}(Y_{i}, i, X)\) is the singlet function, and \(f^{1}_{j}(Y_{i-1},\) \(Y_{i}, i, X), f^{2}_{j}(Y_{i-2},Y_{i}, i, X), f^{3}_{j}(Y_{i-3},\!Y_{i}, i, X), f^{4}_{j}(Y_{i-4},\) Y i ,i, X) are the one-order, two-order, three-order, and four-order doublet functions, respectively. Here, Λ=(θ,λ,μ,γ,τ) denotes the weights of these singlet and doublet terms.

Parameter estimation

In this study, gradient descend technique was employed for parameter estimation to maximize the following likelihood:

$$\begin{array}{@{}rcl@{}} \mathcal{L}_{\Lambda}&=&log \prod_{m} {p(Y^{m},X^{m})} \end{array} $$
(1)

where (X m,Y m) denote the m-th protein in the training set. X m consists of the feature set, which is the input to the model, and Y m denotes the calculated burial state labels.

It should be noticed that the calculation of gradient depends on the partition function Z(X m); however, the direct computation of Z(X m) takes exponential time. Here, we employed the forward-backward technique [29] to efficiently calculate the partition function.

Inferring procedure

In this study, the marginal probability is maximized for inferring burial states of residues. In α-helices, β-strands and coils, the marginal probability p(Y i =y 0|X) of the i-th residue is calculated with corresponding forward vectors and backward vectors. Let α c ,β c ,α e ,β e ,α h , and β h indicate the logarithm vectors of forward factors and backward factors on α-helices, β-strands, and coils, respectively. In addition, Z(X) indicates the logarithm of the partition function. The burial state y i is predicted as below.

$$\begin{array}{@{}rcl@{}} y_{i}^{*}={argmax}_{y_{0}} p(Y_{i}=y_{0}|X) \end{array} $$
(2)

The conditional probability p(Y i =y 0|X) is calculated according to the SS type of the i-th residue as follows.

If the i-th residue is in coil region, we have

$$\begin{array}{@{}rcl@{}} p(y_{0}|X)=&\sum_{y_{1}} \exp \{ \alpha_{c}(y_{1}, i-1) + \beta_{c}(y_{0}, i) - Z(X) \\ &-{ \theta^{T}} f^{0}(y_{0}, i, X) - { \lambda^{T}} f^{1}(y_{1}, y_{0}, i, X) \} \end{array} $$
(3)

If the i-th residue is in β-strands, we have

$$ \begin{aligned} p(y_{0}|X)=&{\sum\nolimits}_{y_{1}} {\sum\nolimits}_{y_{2}} \exp \{ \alpha_{e}(y_{2}, y_{0}, i-1) +\beta_{e}(y_{1}, y_{0}, i) \\ &+ { \mu^{T}} f^{2}(y_{2}, y_{0}, i, X)\,-\,Z(X)-{ \theta^{T}} f^{0} (y_{1}, i-1, X) \} \end{aligned} $$
(4)

If the i-th residue is in α-helices, we have

$$ \begin{aligned} p(y_{0}|X)\,=\,&{\sum\nolimits}_{y_{1}} {\sum\nolimits}_{y_{2}} {\sum\nolimits}_{y_{3}} {\sum\nolimits}_{y_{4}} \exp \{ \alpha_{h}(y_{4}, y_{3}, y_{2}, y_{1}, i-1) \\ &+\beta_{h}(y_{3}, y_{2}, y_{1}, y_{0}, i-3) - { \theta^{T}} (f^{0} (y_{3}, i-3, X) \\ &+f^{0} (y_{2}, i-2, X) + f^{0} (y_{1}, i-1, X)) - Z(X) \\ &-{ \lambda^{T}} (f^{1} (y_{3}, y_{2}, i-2, X) + f^{1} (y_{2}, y_{1}, i-1, X)) \} \end{aligned} $$
(5)

Features

Our high-order CRF model consists of two types of features, namely, singlet features and doublet features.

Singlet features

Here, a total of 119×N singlet features were used, where N=2 denotes the number of burial states.

  • Amino acid-related features: These features include residue types, sequence distance to the residue of interest [10], N terminal and C terminal residues [30], tendency related to the physicochemical properties [10, 30, 31], probabilities of being disordered [10], and probabilities of being a binding site [10].

  • SC features: We used the sequence profile generated by running PSI-BLAST [32] with three iterations and E-value 0.001 (20×N features). In addition, SC of each residue was calculated by comparing the sequence profile against background distribution [33].

  • Structural features: We used the predicted SS information reported by PSIPRED [34] and DeepCNF [35], the end tendency of SS [36] (11×N features), and the I-site score [37] (1×N features).

  • CN information: These features include CN predicted using AcconPred [2] (1×N features), and contact potentials of position pairs [38] (40×N features). For a certain residue, its CN denotes the number of residues with spatial distance less than 8 Å and sequence separation of at least 5 amino acids.

Doublet features

A total of nine doublet features were used, including three four-order features, three three-order features, and three two-order features. Among them, four-order features and three-order features are used on α-helices and two-order features are used on β-strands. Each doublet feature consists of mutual information, cosine similarity, and contact map [39] calculated based on sequence profiles.

Abbreviations

BRNN:

Bidirectional recurrent neural network

CRF:

Conditional random field

RSA:

Relative solvent area

References

  1. Lee B, Richards FM. The interpretation of protein structures: Estimation of static accessibility. J Mol Biol. 1971; 55(3):379–40.

    Article  CAS  PubMed  Google Scholar 

  2. Ma J, Wang S. Acconpred: Predicting solvent accessibility and contact number simultaneously by a multitask learning framework under the conditional neural fields model. Biomed Res Int. 2015;2015. doi:10.1155/2015/678764.

  3. Kauzmann W. Some factors in the interpretation of protein denaturation. Adv Protein Chem. 1959; 14(14):1–63.

    Article  CAS  PubMed  Google Scholar 

  4. Dill KA. Dominant forces in protein folding. Biochemistry. 1990; 29(31):7133–55.

    Article  CAS  PubMed  Google Scholar 

  5. Magnan CN, Pierre B. SSpro/ACCpro 5: almost perfect prediction of protein secondary structure and relative solvent accessibility using profiles, machine learning and structural similarity. Bioinformatics. 2014; 30(18):2592–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Ganesan P, Krishna Kumar K, Kuo-Chen C, Saravanan V, Prasanna K. Rsarf: prediction of residue solvent accessibility from protein sequence using random forest method. Protein Pept Lett. 2012; 19(1):50–67.

    Article  Google Scholar 

  7. Rajkumar Bondugula DX. Combining sequence and structural profiles for protein solvent accessibility prediction. Comput Syst Bioinforma. 2008; 7:195–202.

    Article  Google Scholar 

  8. Petersen B, Petersen TN, Andersen P, Nielsen M, Lundegaard C. A generic method for assignment of reliability scores applied to solvent accessibility predictions. Bmc Struct Biol. 2009; 9(3):1–10.

    Google Scholar 

  9. Jung-Ying W, Hahn-Ming L, Shandar A. SVM-cabins: prediction of solvent accessibility using accumulation cutoff set and support vector machine. Proteins Struct Funct Bioinforma. 2007; 68(1):82–91.

    Article  Google Scholar 

  10. Zhang J, Chen W, Sun P, Zhao X, Ma Z. Prediction of protein solvent accessibility using pso-svr with multiple sequence-derived features and weighted sliding window scheme. Biodata Min. 2015; 8(1):1–15.

    Article  Google Scholar 

  11. Pauling L, Corey RB. Configurations of polypeptide chains with favored orientations around single bonds two new pleated sheets. Proc Nat Acad Sci. 1951; 37(11):729–40.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Adamczak R, Porollo A, Meller J. Accurate prediction of solvent accessibility using neural networks-based regression. Proteins Struct Funct Bioinforma. 2004; 56(4):753–67.

    Article  CAS  Google Scholar 

  13. Ahmad S, Gromiha A. Mmsarai: Real value prediction of solvent accessibility from amino acid sequence. Proteins Struct Funct Bioinforma. 2003; 50(4):629–35.

    Article  CAS  Google Scholar 

  14. Pollastri G, Baldi PP, Casadio R. Prediction of coordination number and relative solvent accessibility in proteins. Proteins Struct Funct Bioinforma. 2002; 47(2):142–53.

    Article  CAS  Google Scholar 

  15. Dor O, Zhou Y. Real-SPINE: an integrated system of neural networks for real-value prediction of protein structural properties. Proteins Struct Funct Bioinforma. 2007; 68(1):76–81.

    Article  CAS  Google Scholar 

  16. Garg A, Kaur HRaghava GP. Real value prediction of solvent accessibility in proteins using multiple sequence alignment and secondary structure. Proteins Struct Funct Bioinforma. 2005; 61(61):318–24.

    Article  CAS  Google Scholar 

  17. Holbrook SR, Muskal SM, Kim SH. Predicting surface exposure of amino acids from protein sequence. Protein Eng. 1990; 3(8):659–5.

    Article  CAS  PubMed  Google Scholar 

  18. Rost B, Sander C. Conservation and prediction of solvent accessibility in protein families. Proteins Struct Funct Bioinforma. 1994; 20(3):216–26.

    Article  CAS  Google Scholar 

  19. Wang JY, Lee HM, Ahmad S. Prediction and evolutionary information analysis of protein solvent accessibility using multiple linear regression. Proteins Struct Funct Bioinforma. 2005; 61(3):481–91.

    Article  CAS  Google Scholar 

  20. Huiling C, Huan-Xiang Z. Prediction of solvent accessibility and sites of deleterious mutations from protein sequence. Nucleic Acids Res. 2005; 33(33):3193–9.

    Google Scholar 

  21. Eshel F, Yaoqi Z, Andrzej K. Accurate single-sequence prediction of solvent accessible surface area using local and global features. Proteins Struct Funct Bioinforma. 2014; 82(11):3170–6.

    Article  Google Scholar 

  22. Hyunsoo K, Haesun P. Prediction of protein relative solvent accessibility with support vector machines and long-range interaction 3d local descriptor. Proteins Struct Funct Bioinforma. 2004; 54(3):557–62.

    Google Scholar 

  23. Nguyen MN, Rajapakse JC. Two-stage support vector regression approach for predicting accessible surface areas of amino acids. Proteins Struct Funct Bioinforma. 2006; 63(3):542–50.

    Article  CAS  Google Scholar 

  24. Zheng Y, Huang B. Prediction of protein accessible surface areas by support vector regression. Proteins Struct Funct Bioinforma. 2004; 57(3):558–64.

    Article  Google Scholar 

  25. Yang Y, Heffernan R, Paliwal K, Lyons J, Dehzangi A, Sharma A, Wang J, Sattar A, Zhou Y. Improving prediction of secondary structure, local backbone angles, and solvent accessible surface area of proteins by iterative deep learning. Sci Rep. 2015;5. doi:10.1038/sieo11476.

  26. Cheng J, Randall AZ, Sweredoski MJ, Baldi P. Scratch: a protein structure and structural feature prediction server. Nucleic Acids Res. 2010; 33(Web Server issue):72–65.

    Google Scholar 

  27. Shrake A, Rupley JA. Environment and exposure to solvent of protein atoms. lysozyme and insulin. J Mol Biol. 1973; 79(2):351–71.

    Article  CAS  PubMed  Google Scholar 

  28. Lafferty J, Pereira F, Mccallum A. Conditional random fields: Probabilistic models for segmenting and labeling sequence data. Proc. 18th Int Conf Mach Learning. 2001; 1:282–89.

    Google Scholar 

  29. Durbin R, Eddy S, Krogh A, Mitchison G. Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acids. Cambridge: Cambridge University Press; 1998.

    Book  Google Scholar 

  30. Iqbal S, Mishra A, Hoque MT. Improved prediction of accessible surface area results in efficient energy function application. J Theor Biol. 2015; 380:380–91.

    Article  PubMed  Google Scholar 

  31. Meiler J, Müller M, Zeidler A, Schmaschke F. Generation and evaluation of dimension-reduced amino acid parameter representations by artificial neural networks. J Mol Model. 2001; 7(9):360–9.

    Article  CAS  Google Scholar 

  32. Altschul SF, Madden TL, Schäffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ. Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Res. 1997; 25(17):3389–402.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  33. Zhu H. On information and sufficiency. Work Pap. 1997; 157(1):1–7.

    Google Scholar 

  34. Mcguffin LJ, Bryson K, Jones DT. The PSIPRED protein structure prediction server. Bioinformatics. 2000; 16(4):404–5.

    Article  CAS  PubMed  Google Scholar 

  35. Wang S, Ma J, Xu J, Peng J. Protein secondary structure prediction using deep convolutional neural fields. Scientific Repoite. 2015;6(18962).

  36. Duan M, Min H, Ma C, Lun L, Zhou Y. Position-specific residue preference features around the ends of helices and strands and a novel strategy for the prediction of secondary structures. Protein Sci. 2008; 17(9):1505–12.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  37. Bystroff C, Baker D. Prediction of local structure in proteins using a library of sequence-structure motifs. J Mol Biol. 1998; 281(3):565–77.

    Article  CAS  PubMed  Google Scholar 

  38. Tan YH, Huang H, Kihara D. Statistical potential-based amino acid similarity matrices for aligning distantly related protein sequences. Proteins Struct Funct Bioinforma. 2006; 64(3):587–600.

    Article  CAS  Google Scholar 

  39. Zhang H, Gao Y, Deng M, Wang C, Zhu J, Li SC, Zheng WM, Bu D. Improving residue–residue contact prediction via low-rank and sparse decomposition of residue correlation matrix. Biochem Biophys Res Commun. 2016; 472(1):217–22.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

None.

Declarations

This article has been published as part of BMC Bioinformatics Volume 18 Supplement 3, 2017. Selected articles from the 15th Asia Pacific Bioinformatics Conference (APBC 2017): bioinformatics. The full contents of the supplement are available online https://0-bmcbioinformatics-biomedcentral-com.brum.beds.ac.uk/articles/supplements/volume-18-supplement-3.

Funding

Research reported in this manuscript and the publication costs for this manuscript were supported by the National Basic Research Program of China (2012CB316502) and the National Natural Science Foundation of China under grants 11175224, 11121403, 31270834, 61272318, and 31671369.

Availability of data and materials

The datasets generated and/or analysed during the current study, together with a web server for RSA prediction, are available via http://protein.ict.ac.cn/ACRF/.

Authors’ contributions

DB conceived the study, and MZ and DB designed the work. HG and HZ implemented the ACRF approach. HG, HZ, CW, SS, and JZ analyzed the results. HG and DB wrote the manuscript. All authors discussed the results and commented on the manuscript. All authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Not applicable.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Wei-Mou Zheng or Dongbo Bu.

Additional information

From The Fifteenth Asia Pacific Bioinformatics Conference Shenzhen, China. 16-18 January 2017

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License(http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver(http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Gong, H., Zhang, H., Zhu, J. et al. Improving prediction of burial state of residues by exploiting correlation among residues. BMC Bioinformatics 18 (Suppl 3), 70 (2017). https://0-doi-org.brum.beds.ac.uk/10.1186/s12859-017-1475-5

Download citation

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12859-017-1475-5

Keywords