Skip to main content

A sequence-based hybrid predictor for identifying conformationally ambivalent regions in proteins

Abstract

Background

Proteins are dynamic macromolecules which may undergo conformational transitions upon changes in environment. As it has been observed in laboratories that protein flexibility is correlated to essential biological functions, scientists have been designing various types of predictors for identifying structurally flexible regions in proteins. In this respect, there are two major categories of predictors. One category of predictors attempts to identify conformationally flexible regions through analysis of protein tertiary structures. Another category of predictors works completely based on analysis of the polypeptide sequences. As the availability of protein tertiary structures is generally limited, the design of predictors that work completely based on sequence information is crucial for advances of molecular biology research.

Results

In this article, we propose a novel approach to design a sequence-based predictor for identifying conformationally ambivalent regions in proteins. The novelty in the design stems from incorporating two classifiers based on two distinctive supervised learning algorithms that provide complementary prediction powers. Experimental results show that the overall performance delivered by the hybrid predictor proposed in this article is superior to the performance delivered by the existing predictors. Furthermore, the case study presented in this article demonstrates that the proposed hybrid predictor is capable of providing the biologists with valuable clues about the functional sites in a protein chain. The proposed hybrid predictor provides the users with two optional modes, namely, the high-sensitivity mode and the high-specificity mode. The experimental results with an independent testing data set show that the proposed hybrid predictor is capable of delivering sensitivity of 0.710 and specificity of 0.608 under the high-sensitivity mode, while delivering sensitivity of 0.451 and specificity of 0.787 under the high-specificity mode.

Conclusion

Though experimental results show that the hybrid approach designed to exploit the complementary prediction powers of distinctive supervised learning algorithms works more effectively than conventional approaches, there exists a large room for further improvement with respect to the achieved performance. In this respect, it is of interest to investigate the effects of exploiting additional physiochemical properties that are related to conformational ambivalence. Furthermore, it is of interest to investigate the effects of incorporating lately-developed machine learning approaches, e.g. the random forest design and the multi-stage design. As conformational transition plays a key role in carrying out several essential types of biological functions, the design of more advanced predictors for identifying conformationally ambivalent regions in proteins deserves our continuous attention.

Background

Proteins are dynamic macromolecules which may undergo conformational transitions upon changes in environment, such as pH, temperature, or upon interactions with other macromolecules [1]. It has been observed in laboratories that conformational transition plays a key role in carrying out several essential types of biological functions, including enzyme catalysis, macromolecule recognition, binding, and signal transduction [2]. For instance, the GTPase HRas protein, whose gene serves as an oncogene of the bladder cancer, shows different conformations in the Switch II region when this protein switches between the RAS-GTP state and the RAS-GDP state [3–6]. Another example is the U1 snRNP A from Homo sapiens. The conformation of one portion of the RNA binding region switches from a helix in the unbound state to a loop in the bound state respectively [7, 8]. Conformational switches sometimes even cause diseases. For instance, the prion protein (PrP) causes the mad cow disease when a specific secondary structure element changes from a helix to a β-sheet [9].

As conformational flexibility is related to protein functions and interactions, scientists have been designing various types of predictors for identifying conformationally flexible regions in proteins [10–12]. In this respect, there are two major categories of predictors. The problem that was firstly addressed by Young et al. [12] concerns identifying polypeptide segments that may fold to form different secondary structure elements in different environments based on sequence analysis. Another major category of the predictors attempts to identify conformationally flexible regions through analysis of protein tertiary structures [2]. As the availability of protein tertiary structures is generally limited, the design of predictors that work completely based on sequence information is crucial for advances of molecular biology research.

In this article, we will propose a novel approach to design a sequence-based predictor for identifying conformationally ambivalent regions in proteins. The novelty in the design stems from incorporating two classifiers based on two distinctive supervised learning algorithms that provide complementary prediction powers. These two machine learning algorithms are the relaxed variable kernel density estimation (RVKDE) algorithm [13, 14] and the QUICKRBF algorithm [15] that we have recently proposed. With these two classifiers, the proposed hybrid predictor can operate under either the high-sensitivity mode or the high-specificity mode, depending on the user' s application. Experimental results show that the overall performance delivered by the proposed hybrid predictor is superior to the performance delivered by the existing predictors. Furthermore, the case study presented in this article demonstrates that the proposed hybrid predictor is capable of providing the biologists with valuable clues about the functional sites in a protein chain.

Results

Overview of the proposed hybrid predictor

Fig. 1 presents an overview of the structure of the proposed hybrid predictor. The hybrid predictor consists of two classifiers that have been constructed based on two distinctive supervised learning algorithms. As mentioned earlier, the motivation to incorporate two distinctive classifiers was to exploit the complementary prediction powers of alternative supervised learning algorithms. During our study, we observed that for the application addressed in this article the QUICKRBF based classifier consistently delivered sensitivity around 0.7 and specificity around 0.6 regardless of how the user-controlled parameter was set. Aiming to achieve higher specificity, we therefore investigated the possibility of incorporating two distinctive classifiers with complementary prediction powers. Our study ended up with the design shown in Fig. 1. When the hybrid predictor operates under the high-sensitivity mode, only the QUICKRBF based classifier is enabled. On the other hand, when the hybrid predictor operates under the high-specificity mode, both classifiers are enabled and their outputs are merged to achieve higher specificity. With respect to merging the outputs of two classifiers, the following mechanism has been employed. In case the RVKDE based classifier predicts a residue to be conformationally ambivalent but the QUICKRBF based classifier makes an opposite prediction, then the hybrid predictor will check the predictions made by the QUICKRBF based classifier for the four adjacent residues. If three out of the four adjacent residues are marked as conformationally ambivalent, then the concerned residue will be marked as conformationally ambivalent as well. Otherwise, it will be marked as conformationally rigid. Similarly, in case the QUICKRBF based classifier predicts a residue to be conformationally ambivalent but the RVKDE based classifier makes an opposite prediction, then the hybrid predictor will check the predictions made by the RVKDE based classifier for the four adjacent residues. If three out of the four adjacent residues are marked as conformationally ambivalent, then the concerned residue will be marked as conformationally ambivalent as well. Otherwise, it will be marked as conformationally rigid.

Figure 1
figure 1

The overall structure of the proposed hybrid predictor.

The basis of the mechanism described above for merging the outputs of the QUICKRBF based classifier and the RVKDE based classifier is to adopt a more cautious stand in predicting a residue to be conformationally ambivalent. During our study, we tried several alternative mechanisms and decided to employ the one describe above due to its effects observed in the cross validation procedure. The detailed design of QUICKRBF based classifier and the RVKDE based classifier as well as the cross validation procedure employed to set the parameters of the classifiers will be elaborated in the section entitled " Methods".

Generation of the training data set

Both the learning processes of the RVKDE based classifier and the QUICKRBF based classifier in Fig. 1 have been carried out with the training data set generated by the following procedure.

(1) All the protein chains in the PDB [16] (released on 01-April-2008) that have the same entry name and primary accession number in SwissProt (release 55.1 of 18-March-2008) are grouped. In the end, there are a total of 11084 groups of protein chains.

(2) The BLAST package [17] is invoked to check the redundancy among the groups of protein chains. It is guaranteed that no two protein chains in different groups have a sequence identity higher than 25%. In the end, 3496 groups of protein chains remain.

(3) For each of the 3496 groups of protein chains, the CLUSTALW package [18] is invoked to carry out multiple-sequence alignment on the protein chains in the group and the DSSP package [19] is invoked to label each residue in the protein chains with one of the following 3 types of secondary structure: helix, sheet, and coil. Then, one protein chain is randomly selected from each group as the representative. In this respect, we further checked the sequence identity between the 3496 representatives and the collection of 170 testing protein chains described in the next subsection. We removed 92 representatives due to there existing a homologous testing protein chain with a BLAST-computed sequence identity higher than 20%. Finally, each residue in the remaining 3404 representative protein chains was examined to determine whether the residue and all the residues in other protein chains that are aligned with the residue have been labelled with the same type of secondary structure. A conformationally ambivalent region is defined to be a segment of 3 or more consecutive residues within which each residue and the aligned residues have discrepant types of secondary structures.

(4) The training data set is generated by associating each residue in the 3404 representative protein chains with a feature vector. The feature vectors are derived from the position specific scoring matrices (PSSM) computed by the PSI-BLAST package [20] with window size set to 7. As illustrated in Fig. 2(a), those rows in the PSSM that correspond to residue types that are neither charged nor polar are deleted. Furthermore, as illustrated in Fig. 2(b), those rows corresponding to residue types with charge are duplicated to increase their influence. Then, a new row is added to record whether the corresponding position is at one end of the protein chain. Finally, the feature vector is generated by concatenating all the rows in the matrix and the values in the feature vectors are scaled to range from 0 to 1 by applying the standard logistic function:

Figure 2
figure 2

An illustration of the process employed to generate the feature vector of the residue of concern. (a) The feature vectors are derived from PSSM with window size set to 7. Rows corresponding to residue types that are neither charged nor polar are deleted. (b) Rows corresponding to residue types with charge are duplicated and one additional row is included to indicate whether the residue is at one end of the protein chain or not.

One may wonder why we discarded those rows in the PSSM that correspond to residue types that are neither charged nor polar. The reason was that we conducted an analysis on the propensity of residue types in conformationally ambivalent regions and found that the propensity of hydrophobic residues is essentially uniform in conformationally ambivalent regions and in rigid regions. On the other hand, the conformationally ambivalent regions contain significantly higher percentage of charged and/or polar residues than rigid regions. Therefore, we duplicated those rows in the PSSM that correspond to residues with charge.

Generation of the independent testing data set

The experiments reported in this article have been conducted with an independent testing data set derived from the collection of protein conformational ambivalence regions created by Boden et. al. http://pprowler.itee.uq.edu.au/sspred/[10]. According to Boden' s description, this collection of 170 protein chains was extracted from MolMovDB http://www.molmovdb.org/[21, 22], which is a database that records the motion of macromolecules, especially proteins, from literatures of PubMed. As mentioned earlier, it was guaranteed that none of these 170 testing protein chains is homologous to the training protein chains described in the previous subsection by having a BLAST-computed sequence identity higher than 20%.

In generating the independent testing data set, we followed the procedure elaborated above for generating the training data set in order to associate each residue in the testing protein chains with a feature vector and labelled each residue as conformationally ambivalent or not based on the annotations in the MolMovDB database. In the end, the testing data set generated contains 5807 positive samples and 54823 negative samples.

Performance metrics

In this article, the experimental results are reported with the following performance metrics, where TP, TN, FP, and FN represent the numbers of true positive, true negative, false positive, and false negative, respectively.

The F-score is the harmonic mean of sensitivity and precision and is a widely used metric in machine learning research for providing a balanced assessment of the performance of a predictor.

Comparison with Boden' s predictor of protein conformational ambivalence

In this section, the performance of the hybrid predictor proposed in this article is compared with that of the predictor proposed by Boden and et. al. The approach proposed by Boden is in fact based on a predictor of protein secondary structures [23]. In Boden' s approach, if a segment of polypeptide sequence cannot be decisively classified by the predictor of protein secondary structures, then the conformation of this segment is considered to be ambivalent under different environments [24, 25]. Accordingly, Boden and et. al. calculated the entropy associated with each residue in the testing chain based on the probabilities output by the predictor of protein secondary structures. If the entropy of a residue is higher than a cut-off value, then the residue is classified as being in a conformationally ambivalent region. In calculating the entropy of a residue, Boden et. al. employed two options of the predictor of protein secondary structures. With the first option, each residue in a protein chain is predicted to belong to one of the following 3 classes of protein secondary structures, alpha-helix, beta-sheet, or coil. On the other hand, with the second option, each residue is predicted to belong to one of the 8 classes of protein secondary structures defined in [19]. Table 1 summarizes the performance delivered by Boden' s 3-class predictor with the independent testing data set. In Table 1, each row corresponds to the performance delivered by the predictor under one specific cut-off value of entropy.

Table 1 Performance of Boden' s predictor with different cut-off values of entropy

Table 2 shows the performance delivered by the proposed hybrid predictor with the independent testing data set in comparison with Boden' s predictor under the 3-class mode and the 8-class mode. As mentioned earlier, the hybrid predictor can operate in two modes, namely the high-sensitivity and the high-specifinty mode.

Table 2 Performance comparison between the hybrid predictor and Boden' s predictor

The numbers in Table 2 reveal that when the hybrid predictor and Boden' s predictor deliver comparable sensitivity, the hybrid predictor can deliver higher specificity and precision. Furthermore, when the hybrid predictor and Boden' s predictor deliver comparable specificity, the hybrid predictor can deliver higher sensitivity and precision.

Comparison with Kuznetsov' s predictor of protein conformational ambivalence

In this section, the performance of the hybrid predictor proposed in this article is compared with that of the sequence-based predictor proposed by Kuznetsov [11, 26]. It must be noted that Kuznetsov employed a different definition of protein conformational ambivalence. By Kuznetsov' s definition, a residue in a protein chain is said to be flexible, if its phi degree varies more than 62 or its psi degree varies more than 68 in two different conformations. In order to accommodate Kuznetsov' s definition, we labelled the residues in our collection of training protein chains based on Kuznetsov' s definition and then trained our hybrid predictor with this separately-generated training data set.

The testing data set used in this experiment was derived from Boden' s collection of testing protein chains. Again, in order to accommodate Kuznetsov' s definition of protein conformational ambivalence, we labelled the residues in the testing protein chains based on Kuznetsov' s definition. Furthermore, in order to carry out a fair comparison, we removed those testing protein chains in Boden' s collection that are homologous to one or more protein chains in Kuznetsov's training set by having a sequence identify higher than 20%. In the end, 137 out of the 170 testing protein chains in Boden' s collection were used for carrying out the benchmark reported in this section.

Table 3 reports how the hybrid predictor proposed in this article performed in comparison with Kuznetsov' s predictor [26]. The numbers in Table 3 reveal that when the parameters of Kuznetsov' s predictor and the hybrid predictor are set to deliver comparable levels of specificity, the hybrid predictor can deliver higher sensitivity and precision. It must be noted that in this experiment we carried out an additional run of cross validation to set the parameters of the hybrid predictor differently due to the fact that a different definition of conformational ambivalence is adopted. Furthermore, the results of the proposed hybrid predictor reported in Table 3 include those obtained with only the RVKDE based classifier enabled and those with both classifiers enabled. In this experiment, when both classifiers in the proposed hybrid predictor were enabled, the outputs of these two classifiers were merged based on a slightly different mechanism described in the following. In case the RVKDE based classifier predicts a residue to be conformationally ambivalent but the QUICKRBF based classifier makes an opposite prediction, then the hybrid predictor will check the predictions made by the QUICKRBF based classifier for the four adjacent residues. If any one of the four adjacent residues is marked as conformationally ambivalent, then the concerned residue will be marked as conformationally ambivalent as well. Otherwise, it will be marked as conformationally rigid. Similarly, in the case where the QUICKRBF based classifier predicts a residue to be conformationally ambivalent but the RVKDE based classifier makes an opposite prediction, then the hybrid predictor will check the predictions made by the RVKDE based classifier for the four adjacent residues. If any one of the four adjacent residues is marked as conformationally ambivalent, then the concerned residue will be marked as conformationally ambivalent as well. Otherwise, it will be marked as conformationally rigid.

Table 3 Performance comparison between the hybrid predictor and Kuznetsov' s predictor

Discussion

Experimental results reported above show that the hybrid approach designed to exploit complementary prediction powers of distinctive supervised learning algorithms works more effectively than the existing predictors. In this section, we will present a real case to demonstrate the effects delivered by the proposed hybrid predictor. Fig. 3(a) depicts two conformations of protein Ap4A hydrolase from Lupinus angustifolius L. One conformation is with ligand ATP·MgFx, of which the PDB ID is 1JKN [27], and another conformation is without the ligand, of which the PDB ID is 1F3Y [28]. Fig. 3(b) and 3(c) depict the conformationally ambivalent regions identified in [27, 28], and those regions predicted by the proposed hybrid predictor, respectively. It must be noted that in drawing Fig. 3(c) if a gap between two predicted conformationally ambivalent segments contains 4 or fewer residues, then the residues in the gap were also colored as if they were predicted to be in a conformationally ambivalent region. Fig. 3(a), (b), and 3(c) altogether reveal that the conformationally ambivalent regions predicted by the proposed hybrid predictor largely overlap with the structural segments that swing widely in Fig. 3(a). Furthermore, the three predicted conformationally ambivalent regions cover three out of the four conformationally ambivalent regions identified in [27, 28]. Meanwhile, the only conformationally ambivalent region identified in [27, 28] that does not overlap with the predicted conformationally ambivalent regions is the one with the smallest swing, which is colored by blueviolet in Fig. 3(b). As conformational transition plays a key role in carrying out several essential types of biological functions, including enzyme catalysis, macromolecule recognition, binding, and signal transduction, what the case presented in Fig. 3 demonstrates is that the hybrid predictor proposed in this article is capable of providing the biologists with valuable clues about the functional sites in a protein chain.

Figure 3
figure 3

A case study. (a) Two conformations of protein Ap4A hydrolase are plotted by Chimera [36] with different colors. The one colored by yellow is with red-colored ligand ATP·MgFx, and the one colored by blue is without the ligand. (b) The conformationally ambivalent regions reported in [27, 28] are plotted by Jmol [37] with colors yellow, blueviolet, darkblue, and greenyellow. (c) The conformationally ambivalent regions predicted by the proposed hybrid predictor are plotted by Jmol [37] with colors lawngreen, royalblue, and lightgreen.

Conclusion

In this article, we propose a novel approach to design a sequence-based predictor for identifying conformationally ambivalent regions in proteins. The novelty in the design stems from incorporating two classifiers based on two distinctive supervised learning algorithms that provide complementary predictive powers. Experimental results show that the overall performance delivered by the hybrid predictor proposed in this article is superior to the performance delivered by the existing predictors. Furthermore, the case study presented in this article demonstrates that the hybrid predictor proposed in this article is capable of providing the biologists with valuable clues about the functional sites in a protein chain.

Nevertheless, experimental results also show that there exists a large room for improvement with respect to the performance of the predictor. Therefore, it is of great interest to investigate how to design more advanced predictors. In this respect, it is of interest to investigate how physiochemical properties of polypeptide segments can be more effectively exploited. In this study, we have only exploited the information in the PSSM and a natural extension is to investigate the effects of incorporating the other physiochemical properties of polypeptide segments recently exploited by the related studies [29–31]. Furthermore, it is of interest to investigate the effects of incorporating the lately-developed machine learning approaches, e.g. the random forest design and the multi-stage design [32, 33]. As conformational transition plays a key role in carrying out several essential types of biological functions, design of more advanced predictors deserves our continuous attention.

Methods

Design of the proposed hybrid predictor

As shown in Fig. 1, the hybrid predictor proposed in this article consists of two classifiers that are constructed with two distinctive supervised learning algorithms. The motivation to incorporate two distinctive classifiers was to exploit the complementary prediction powers of distinctive supervised learning algorithms. Fig. 4 depicts the schematic diagram of a RBF (Radial Basis Function) network for data classification applications. A RBF network consists of three layers, namely the input layer, the hidden layer, and the output layer. The input layer broadcasts the feature vector of the input query sample to each node in the hidden layer. Upon receiving an input vector, each node in the hidden layer then generates an activation based on its associated radial basis function Ï• i (v). Finally, each node in the output layer computes a linear combination of the activations generated by the hidden nodes. The general mathematical expression of the output nodes in a RBF network with Gaussian activation functions is as follows:

Figure 4
figure 4

The schematic diagram of a RBF network.

(1)

where f j (v) is the function corresponding to the j-th output node and is a linear combination of k radial basis functions with center μ i and bandwidth σ i ; w ji is the weight associated with the link between the j-th output node and the i-th hidden node. For data classification applications, the RBF network has one output node corresponding to one class of samples and a query sample is predicted to belong to the class of which the corresponding output node yields the maximum value. The tasks that the learning algorithm of a RBF network carries out include: (1) determining the centers of the activation functions associated with the hidden nodes; (2) setting the parameters associated with the activation functions; (3) optimizing the weights associated with the links between the hidden layer and the output layer.

In our implementation of the QUICKRBF package, the user can specify the number of hidden nodes to be incorporated and then the learning algorithm will place the activation functions at a set of randomly selected training samples. Our experience suggest that how a RBF network performs in terms of classification accuracy is not sensitive to how the bandwidths associated with the activation functions are set, as long as the weights in Equation (1) are optimized. Therefore, the QUICKRBF algorithm simply employs a default value and resorts to the Cholesky decomposition [34] to optimize the weights in Equation (1).

The second classifier in the proposed hybrid predictor is based on the relaxed variable kernel density estimation (RVKDE) algorithm. A kernel density estimator is in fact an approximate probability density function. Let {s1, s2, ..., s n } be a set of sampling instances randomly and independently taken from the distribution governed by probability density function f in the d-dimensional vector space. Then, with the RVKDE algorithm, the value of f at point v is estimated as follows:

(2)

where

1) ;

2) R(s i ) is the maximum distance between s i and its k nearest training instances;

3) Γ(·) is the Gamma function [35];

4) β and k are parameters to be set either through cross validation or by the user.

For data classification applications, one kernel density estimator is created to approximate the distribution of each class of training instances. Then, a query instance located at v is predicted to belong to the class that gives the maximum value with the likelihood function defined as follows:

Where |S j | is the number of class-j training instances, and (v) is the kernel density estimator corresponding to class-j training instances. In our current implementation, in order to improve the efficiency of the classifier, we include only a limited number, denoted by k', of the nearest class-j training instances of v while evaluating (v).

Parameter setting

As equation (2) exhibits, there are 3 parameters, β, k, and k' associated with a RVKDE based classifier. Supposedly, d should be equal to the dimension of the feature vectors associated with the samples. However, due to the fact that there may exist correlations among features, d is treated as a parameter to be set during the learning process. As a result, to create a RVKDE based classifier, there are a total of 4 parameters to be set. On the other hand, to create a QUICKRBF based classifier, the user only need to determine the number of hidden nodes to be incorporated.

In order to figure out the optimal parameter settings for the proposed hybrid predictor, we have carried out the conventional 5-fold cross validation with the 3404 training protein chains described earlier. The parameters whose values were set with the 5-fold cross validation include the number of hidden nodes in QUICKRBF based classifier, parameters β, k, k', and d associated with the RVKDE based classifier, as well as the width of the window employed to derive the feature vector of a residue from the PSSM. Table 4 and Table 5 summarize how these parameters have been set in the proposed hybrid predictor. In the experiment conducted to compare the performance of the hybrid predictor and Kuznetsov' s predictor, the parameter values shown in Table 5 were adopted because a different definition of conformational ambivalence had been employed. In this respect, the parameter values shown in Table 5 were only adopted in this particular experiment and the prediction shown in Fig. 3(c) was obtained with the parameters in the proposed hybrid predictor set in accordance with Table 4.

Table 4 Parameter settings of the proposed hybrid predictor for the experiment reported in Table 2
Table 5 Parameter settings of the proposed hybrid predictor for the experiment reported in Table 3

Note

Other papers from the meeting have been published as part of BMC Bioinformatics Volume 10 Supplement 15, 2009: Eighth International Conference on Bioinformatics (InCoB2009): Bioinformatics, available online at http://www.biomedcentral.com/1471-2105/10?issue=S15.

References

  1. Creighton TE: Protein folding. Biochem J. 1990, 270 (1): 1-16.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Ambroggio XI, Kuhlman B: Design of protein conformational switches. Current opinion in structural biology. 2006, 16 (4): 525-530. 10.1016/j.sbi.2006.05.014.

    Article  CAS  PubMed  Google Scholar 

  3. Goodsell DS: The molecular perspective: the ras oncogene. The oncologist. 1999, 4 (3): 263-264.

    CAS  PubMed  Google Scholar 

  4. Downward J: Targeting RAS signalling pathways in cancer therapy. Nature reviews. 2003, 3 (1): 11-22. 10.1038/nrc969.

    CAS  PubMed  Google Scholar 

  5. Vetter IR, Wittinghofer A: The guanine nucleotide-binding switch in three dimensions. Science (New York, NY). 2001, 294 (5545): 1299-1304.

    Article  CAS  Google Scholar 

  6. Sprang SR: G proteins, effectors and GAPs: structure and mechanism. Current opinion in structural biology. 1997, 7 (6): 849-856. 10.1016/S0959-440X(97)80157-1.

    Article  CAS  PubMed  Google Scholar 

  7. Lutz CS, Cooke C, O'Connor JP, Kobayashi R, Alwine JC: The snRNP-free U1A (SF-A) complex(es): identification of the largest subunit as PSF, the polypyrimidine-tract binding protein-associated splicing factor. RNA (New York, NY). 1998, 4 (12): 1493-1499.

    Article  CAS  Google Scholar 

  8. Ellis JJ, Jones S: Evaluating conformational changes in protein structures binding RNA. Proteins. 2008, 70 (4): 1518-1526. 10.1002/prot.21647.

    Article  CAS  PubMed  Google Scholar 

  9. Prusiner SB, Scott MR, DeArmond SJ, Cohen FE: Prion protein biology. Cell. 1998, 93 (3): 337-348. 10.1016/S0092-8674(00)81163-0.

    Article  CAS  PubMed  Google Scholar 

  10. Boden M, Bailey TL: Identifying sequence regions undergoing conformational change via predicted continuum secondary structure. Bioinformatics (Oxford, England). 2006, 22 (15): 1809-1814. 10.1093/bioinformatics/btl198.

    Article  CAS  Google Scholar 

  11. Kuznetsov IB: Ordered conformational change in the protein backbone: prediction of conformationally variable positions from sequence and low-resolution structural data. Proteins. 2008, 72 (1): 74-87. 10.1002/prot.21899.

    Article  CAS  PubMed  Google Scholar 

  12. Young M, Kirshenbaum K, Dill KA, Highsmith S: Predicting conformational switches in proteins. Protein Sci. 1999, 8 (9): 1752-1764. 10.1110/ps.8.9.1752.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Oyang YJ, Hwang SC, Ou YY, Chen CY, Chen ZW: Data classification with radial basis function networks based on a novel kernel density estimation algorithm. Ieee Transactions on Neural Networks. 2005, 16 (1): 225-236. 10.1109/TNN.2004.836229.

    Article  PubMed  Google Scholar 

  14. Oyang YJ, Ou YY, Hwang SC, Chen CY, Chang DTH: Data classification with a relaxed model of variable kernel density estimation. Proceedings of the International Joint Conference on Neural Networks (IJCNN). 2005, 1-5: 2831-2836. full_text.

    Google Scholar 

  15. Ou YY, Oyang YJ, Chen CY: A novel radial basis function network classifier with centers set by hierarchical clustering. Proceedings of the International Joint Conference on Neural Networks (IJCNN), Vols. 2005, 1-5: 1383-1388.

    Google Scholar 

  16. Berman HM, Westbrook J, Feng Z, Gilliland G, Bhat TN, Weissig H, Shindyalov IN, Bourne PE: The Protein Data Bank. Nucleic acids research. 2000, 28 (1): 235-242. 10.1093/nar/28.1.235.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  17. Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ: Basic local alignment search tool. Journal of molecular biology. 1990, 215 (3): 403-410.

    Article  CAS  PubMed  Google Scholar 

  18. Thompson JD, Higgins DG, Gibson TJ: CLUSTAL W: improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position-specific gap penalties and weight matrix choice. Nucleic acids research. 1994, 22 (22): 4673-4680. 10.1093/nar/22.22.4673.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Kabsch W, Sander C: Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features. Biopolymers. 1983, 22 (12): 2577-2637. 10.1002/bip.360221211.

    Article  CAS  PubMed  Google Scholar 

  20. Altschul SF, Madden TL, Schaffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ: Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic acids research. 1997, 25 (17): 3389-3402. 10.1093/nar/25.17.3389.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  21. Gerstein M, Krebs W: A database of macromolecular motions. Nucleic acids research. 1998, 26 (18): 4280-4290. 10.1093/nar/26.18.4280.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  22. Flores S, Echols N, Milburn D, Hespenheide B, Keating K, Lu J, Wells S, Yu EZ, Thorpe M, Gerstein M: The Database of Macromolecular Motions: new features added at the decade mark. Nucleic acids research. 2006, D296-301. 10.1093/nar/gkj046. 34 Database

  23. Boden M, Yuan Z, Bailey TL: Prediction of protein continuum secondary structure with probabilistic models based on NMR solved structures. BMC bioinformatics. 2006, 7: 68-10.1186/1471-2105-7-68.

    Article  PubMed Central  PubMed  Google Scholar 

  24. Chou PY, Fasman GD: Conformational parameters for amino acids in helical, beta-sheet, and random coil regions calculated from proteins. Biochemistry. 1974, 13 (2): 211-222. 10.1021/bi00699a001.

    Article  CAS  PubMed  Google Scholar 

  25. Chou PY, Fasman GD: Prediction of protein conformation. Biochemistry. 1974, 13 (2): 222-245. 10.1021/bi00699a002.

    Article  CAS  PubMed  Google Scholar 

  26. Kuznetsov IB, McDuffie M: FlexPred: a web-server for predicting residue positions involved in conformational switches in proteins. Bioinformation. 2008, 3 (3): 134-136.

    Article  PubMed Central  PubMed  Google Scholar 

  27. Fletcher JI, Swarbrick JD, Maksel D, Gayler KR, Gooley PR: The structure of Ap(4)A hydrolase complexed with ATP-MgF(x) reveals the basis of substrate binding. Structure. 2002, 10 (2): 205-213. 10.1016/S0969-2126(02)00696-2.

    Article  CAS  PubMed  Google Scholar 

  28. Swarbrick JD, Bashtannyk T, Maksel D, Zhang XR, Blackburn GM, Gayler KR, Gooley PR: The three-dimensional structure of the Nudix enzyme diadenosine tetraphosphate hydrolase from Lupinus angustifolius L. Journal of molecular biology. 2000, 302 (5): 1165-1177. 10.1006/jmbi.2000.4085.

    Article  CAS  PubMed  Google Scholar 

  29. Tomovic A, Oakeley EJ: Computational structural analysis: multiple proteins bound to DNA. PLoS ONE. 2008, 3 (9): e3243-10.1371/journal.pone.0003243.

    Article  PubMed Central  PubMed  Google Scholar 

  30. Kuznetsov IB, Rackovsky S: On the properties and sequence context of structurally ambivalent fragments in proteins. Protein Sci. 2003, 12 (11): 2420-2433. 10.1110/ps.03209703.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  31. Gunasekaran K, Nussinov R: How different are structurally flexible and rigid binding sites? Sequence and structural features discriminating proteins that do and do not undergo conformational change upon ligand binding. Journal of molecular biology. 2007, 365 (1): 257-273. 10.1016/j.jmb.2006.09.062.

    Article  CAS  PubMed  Google Scholar 

  32. Hirose S, Shimizu K, Kanai S, Kuroda Y, Noguchi T: POODLE-L: a two-level SVM prediction system for reliably predicting long disordered regions. Bioinformatics (Oxford, England). 2007, 23 (16): 2046-2053. 10.1093/bioinformatics/btm302.

    Article  CAS  Google Scholar 

  33. Peng K, Radivojac P, Vucetic S, Dunker AK, Obradovic Z: Length-dependent prediction of protein intrinsic disorder. BMC bioinformatics. 2006, 7: 208-10.1186/1471-2105-7-208.

    Article  PubMed Central  PubMed  Google Scholar 

  34. Press WH: Numerical Recipes in C. 1992, Cambridge: Cambridge University Press, second

    Google Scholar 

  35. Artin E: The Gamma Function. 1964, New York: Holt, Rinehart and Winston

    Google Scholar 

  36. Pettersen EF, Goddard TD, Huang CC, Couch GS, Greenblatt DM, Meng EC, Ferrin TE: UCSF Chimera--a visualization system for exploratory research and analysis. Journal of computational chemistry. 2004, 25 (13): 1605-1612. 10.1002/jcc.20084.

    Article  CAS  PubMed  Google Scholar 

  37. Jmol: an open-source Java viewer for chemical structures in 3D. [http://www.jmol.org]

Download references

Acknowledgements

We would like to thank both Dr. Mikael Boden and Dr. Igor B. Kuznetsov for making their benchmark data sets available.

This research has been supported by the National Science Council and National Taiwan University. Funding for open access charge: National Science Council, NSC 97-2627-P-001-002.

This article has been published as part of BMC Genomics Volume 10 Supplement 3, 2009: Eighth International Conference on Bioinformatics (InCoB2009): Computational Biology. The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2164/10?issue=S3.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Chien-Kang Huang or Yen-Jen Oyang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

MHY and YCL worked together to design the predictor and conducted the experiments. WLL provided many valuable suggestions for this study. CKH and YJO proposed and supervised this research. All authors have read and approved the final manuscript.

Yu-Cheng Liu, Meng-Han Yang contributed equally to this work.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Liu, YC., Yang, MH., Lin, WL. et al. A sequence-based hybrid predictor for identifying conformationally ambivalent regions in proteins. BMC Genomics 10 (Suppl 3), S22 (2009). https://doi.org/10.1186/1471-2164-10-S3-S22

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2164-10-S3-S22

Keywords