- Technical Note
- Open access
- Published:
Prediction of protein secondary structures with a novel kernel density estimation based classifier
BMC Research Notes volume 1, Article number: 51 (2008)
Abstract
Background
Though prediction of protein secondary structures has been an active research issue in bioinformatics for quite a few years and many approaches have been proposed, a new challenge emerges as the sizes of contemporary protein structure databases continue to grow rapidly. The new challenge concerns how we can effectively exploit all the information implicitly deposited in the protein structure databases and deliver ever-improving prediction accuracy as the databases expand rapidly.
Findings
The new challenge is addressed in this article by proposing a predictor designed with a novel kernel density estimation algorithm. One main distinctive feature of the kernel density estimation based approach is that the average execution time taken by the training process is in the order of O(nlogn), where n is the number of instances in the training dataset. In the experiments reported in this article, the proposed predictor delivered an average Q3 (three-state prediction accuracy) score of 80.3% and an average SOV (segment overlap) score of 76.9% for a set of 27 benchmark protein chains extracted from the EVA server that are longer than 100 residues.
Conclusion
The experimental results reported in this article reveal that we can continue to achieve higher prediction accuracy of protein secondary structures by effectively exploiting the structural information deposited in fast-growing protein structure databases. In this respect, the kernel density estimation based approach enjoys a distinctive advantage with its low time complexity for carrying out the training process.
Findings
Motivation
In structural biology, protein secondary structures act as the building blocks for the protein tertiary structures [1, 2]. Therefore, analysis of protein secondary structures is an essential intermediate step toward obtaining a comprehensive picture of the tertiary structure of a protein. In this respect, one of the main challenges is how to accurately identify the polypeptide segments that could fold to form a secondary structure. This problem is normally referred to as prediction of protein secondary structures [1, 3].
Though prediction of protein secondary structures has been an active issue in bioinformatics research for quite a few years and many approaches have been proposed [1, 4–10], a new challenge emerges as the sizes of contemporary protein structure databases continue to grow rapidly. The new challenge, which has been addressed in several recently completed studies [9–11], is concerned with how we can effectively exploit the information implicitly deposited in the ever-growing protein structure databases and deliver ever-improving prediction accuracy. In this respect, this article proposes the Prote2S predictor designed with a novel kernel density estimation algorithm [12], which features an average time complexity of O(nlogn) for carrying out the training process, where n is the number of instances in the training dataset.
Experimental results
This section reports the experiments conducted to investigate how Prote2S performs in comparison with the other existing predictors of protein secondary structures. The design of Prote2S is based on the relaxed variable kernel density estimator (RVKDE) that we have recently proposed [12]. In the next section, we will discuss how the RVKDE has been incorporated in the design of Prote2S and the related issues.
For Prote2S, the training dataset was derived from the PDB version available at the end of May, 2007. In order to guarantee that no protein chains used to generate the training dataset is homologous to the benchmark protein chains on the EVA server [13], from which the testing dataset was extracted, BLAST [14] was invoked and the criterion of homology was set to sequence identity higher than 25%. Then, the CD-HIT clustering algorithm [15] with the similarity threshold set to 0.4 was invoked to remove redundant protein chains in the PDB. After these two processes, a total of 8006 protein chains remained. To generate the training dataset, we followed the approach employed in [6]. Accordingly, one training instance was created for each residue in the 8006 protein chains by associating the residue with the position specific scoring matrix (PSSM) computed by the PSI-BLAST software package [14] with window size set to 15. As a result, a total of 1,801,039 training instances were generated and each was labeled by DSSP [16] as one of the three types of secondary structure elements: alpha-helix, beta-strand, or coil.
The testing dataset used in the following experiments was derived from the 106 benchmark protein chains released on the EVA server between September 7, 2004 and March 1, 2006. We extracted only those 89 protein chains of which the prediction results made by all the 5 predictors involved in the comparison are available on the EVA server. The testing dataset then comprises 27 long protein chains, each of which contains more than 100 residues, and 62 short protein chains.
In addition to the training and testing datasets, we generated a validation dataset for tuning the parameters in Prote2S. How the validation dataset was generated and how the validation process was carried out will be elaborated in the next section.
Table 1, 2, 3 show how Prote2S performs with the testing dataset in comparison with the other predictors whose results are available on the EVA server. In Tables 1 and 2, we report the accuracies deliver by alternative predictors with protein chains longer than 100 residues and with those shorter than 100 residues, respectively. One interesting observation is that most predictors delivered higher prediction accuracy with the long protein chains than with the short ones. Furthermore, Prote2S delivered the highest prediction accuracy with the long protein chains in comparison with the other predictors. If we use the rule-of-thumb proposed in [11], then the Q3 score delivered by Prote2S with long protein chains is significantly higher than those delivered by the other predictors. On the other hand, though Prote2S still leads in terms of the SOV score with long protein chains, the difference is not significant.
Though the prediction accuracy delivered by Prote2S with long protein chains is superior, Prote2S did not perform as well with short protein chains. In fact, the prediction accuracy delivered by Prote2S with short protein chains is inferior to most predictors listed in Table 2. Accordingly, we can conclude that alternative machine learning algorithms offer different advantages and suffer some limitations. Therefore, it may be desirable to design a hybrid predictor that exploits the respective advantages of alternative predictors. For example, we may implement a hybrid predictor that invokes Prote2S when dealing with a long protein chain and invokes PSIPRED otherwise.
As mentioned earlier, one of the major distinctive feature of the RVKDE-based predictor is that the average time taken to construct a predictor is in the order of O(nlogn), where n is the number of training instances. Therefore, it is conceivable that Prote2S can effectively cope with the high growth rate of the PDB and deliver ever-increasing prediction accuracy. In this respect, the experiment reported in Table 4 has been conducted to evaluate the related effects. In this experiment, we provided Prote2S and the LIBSVM package [17] with randomly generated subsets of the training dataset and testing was conducted with the 27 long protein chains in the testing dataset. The Gaussian kernel was adopted in LIBSVM and the two related parameters were set as C = 2 and γ = 0.01 based on the model selection process employed in [18]. The execution times shown in Table 4 were measured on a workstation equipped with an Intel Xeon 3.2GHz CPU and 8-GByte memory and do not include the time taken to carry out model selection or cross validation.
The first observation about the experimental results presented in Table 4 is that the training time with the LIBSVM increases approximately in the order of O(n2). On the other hand, the training time with the Prote2S increases approximately in the order of O(nlogn). Accordingly, it is conceivable that simply employing the SVM might be impractical for some bioinformatics applications, in which the database involved is already large and still growing fast. Another observation with Table 4 is that LIBSVM generally delivered higher prediction accuracy than Prote2S but the difference diminishes as the size of the training dataset increases. This observation is consistent with that reported by the research team led by D.T. Jones [6]. According to their study, the SVM can deliver higher prediction accuracy than a neural network when the training dataset is small and the difference diminishes as the size of the training dataset increases.
Our proposition concerning the inferior accuracies delivered by Prote2S in Table 4 is that it results from the asymptotic approach employed to establish the mathematical foundation of kernel density estimation [12, 19]. Since the asymptotic approach assumes that the number of training instances approaches infinity, under circumstances in which the size of the training dataset is not sufficiently large, the mathematical model of a kernel density estimator may become inaccurate and the kernel density estimation based predictor may deliver inferior accuracy. Nevertheless, as the size of the training dataset increases, this effect should diminish.
Another aspect of the execution time with a predictor is the time taken to make a prediction. In this respect, it has been shown in our recent article that the average time taken by the RVKDE-based predictor to make predictions with n' incoming objects is in the order of O(n' log n) [12]. Table 5 shows how the execution times taken by Prote2S and LIBSVM to make predictions increase with the size of the training dataset. The results show that the execution time taken by Prote2S increases slower than that taken by the SVM, which grows approximately in the same order as the size of the training dataset. In this experiment, we provided Prote2S and the LIBSVM package [17] with randomly generated subsets of the training dataset and testing was conducted with the 27 long protein chains in the testing dataset.
The RVKDE based predictor
As mentioned above, the design of Prote2S is based on a novel kernel density estimation algorithm. The mathematical fundamentals of the so-called RVKDE can be found in our recent publication [12]. A kernel density estimator is in fact an approximate probability density function. Let {s 1 , s 2 ..., s n } be a set of sampling instances randomly and independently taken from the distribution governed by f X in the m-dimensional vector space. Then, with the RVKDE algorithm, the value of f X at point vis estimated as follows:
1) ;
2) R(s i ) is the maximum distance between s i and its k nearest training instances;
3) Γ (·) is the Gamma function [20];
4) β and k are parameters to be set either through cross validation or by the user.
For prediction of protein secondary structures, one kernel density estimator is created to approximate the distribution of each class of training instances. As mentioned earlier, in our experiment, each residue is associated with a PSSM computed with the PSI-BLAST software package, and is labeled as one of the three types of secondary structure elements: alpha-helix, beta-strand, or coil, as determined by DSSP. 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 is the kernel density estimator corresponding to class-j training instances. In our current implementation, in order to improve the efficiency of the predictor, we include only a limited number, denoted by k', of the nearest class-j training instances of vwhile computing .
With the predictions made by the RVKDE based algorithm for the query protein chain, Prote2S carries out a smoothing process as the last step before outputting the results. The smoothing process includes two phases. In the first phase, each single-residue segment of secondary structures with its two neighboring residues belonging to the same secondary structure is examined to determine whether switching the prediction of the single-residue segment to the same secondary structure as its neighbors can form a new segment containing 4 or more residues. If yes, then the switching is carried out. Otherwise, nothing will happen. In the second phase, all the remaining single-residue segments of secondary structures except those predicted to be a coil are located and the prediction of each segment is switched to the secondary structure of its longer neighboring segment.
Parameter tuning
In the experiments reported in this article, the 4 parameters in the RVKDE algorithm were set as m = 1, β = 3, k = 38, and k' = 60, through a validation process. The validation dataset was derived from the 1903 protein chains deposited into the PDB between June 1 and August 31 in 2007. In order to remove redundancy, BLAST was invoked to guarantee that the BLAST-computed e-value similarity score between any two protein chains in the validation dataset is larger than 0.1. Furthermore, we removed those protein chains that are homologous to one or more of the protein chains used to generate the training dataset with a BLAST-computed sequence identity larger than 25%. As a result, a total of 302 protein chains remained. Among these 302 protein chains, we then included those 45 chains that are longer than 100 residues to generate the validation dataset.
References
Eidhammer I, Jonassen I, Taylor WR: Protein Bioinformatics: An Algorithmic Approach to Sequence and Structure Analysis. 2004, Chichester: John Wiley & Sons Ltd
Lesk A: Introduction to Bioinformatics. 2005, Oxford: Oxford University Press
Baldi P, Brunak S: Bioinformatics: the Machine Learning Approach. 2001, Cambridge: MIT Press
Cuff JA, Barton GJ: Application of multiple sequence alignment profiles to improve protein secondary structure prediction. Proteins-Structure Function and Genetics. 2000, 40 (3): 502-511. 10.1002/1097-0134(20000815)40:3<502::AID-PROT170>3.0.CO;2-Q.
McGuffin LJ, Bryson K, Jones DT: The PSIPRED protein structure prediction server. Bioinformatics. 2000, 16 (4): 404-405. 10.1093/bioinformatics/16.4.404.
Ward JJ, McGuffin LJ, Buxton BF, Jones DT: Secondary structure prediction with support vector machines. Bioinformatics. 2003, 19 (13): 1650-1655. 10.1093/bioinformatics/btg223.
Wu KP, Lin HN, Chang JM, Sung TY, Hsu WL: HYPROSP: a hybrid protein secondary structure prediction algorithm – a knowledge-based approach. Nucleic Acids Research. 2004, 32 (17): 5059-5065. 10.1093/nar/gkh836.
Lin HN, Chang JM, Wu KP, Sung TY, Hsu WL: HYPROSP II – A knowledge-based hybrid method for protein secondary structure prediction based on local prediction confidence. Bioinformatics. 2005, 21 (15): 3227-3233. 10.1093/bioinformatics/bti524.
Montgomerie S, Sundararaj S, Gallin WJ, Wishart DS: Improving the accuracy of protein secondary structure prediction using structural alignment. BMC Bioinformatics. 2006, 7: 301-10.1186/1471-2105-7-301.
Dor O, Zhou Y: Achieving 80% Ten-fold Cross-validated Accuracy for Secondary Structure Prediction by Large-scale Training. Proteins: Structure, Function, and Bioinformatics. 2007, 66:
Przybylski D, Rost B: Alignments grow, secondary structure prediction improves. Proteins-Structure Function and Genetics. 2002, 46 (2): 197-205. 10.1002/prot.10029.
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.
Altschul SF, Madden TL, Schaffer AA, Zhang JH, 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.
Li WZ, Godzik A: CD-HIT: a fast program for clustering and comparing large sets of protein or nucleotide sequences. Bioinformatics. 2006, 22 (13): 1658-1659. 10.1093/bioinformatics/btl158.
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.
Chang CC, Lin CJ: LIBSVM: a library for support vector machines. 2001, [http://www.csie.ntu.edu.tw/~cjlin/libsvm]
Hsu CW, Lin CJ: A comparison of methods for multiclass support vector machines. IEEE Transactions on Neural Networks. 2002, 13 (2): 415-425. 10.1109/72.991427.
Silverman BW: Density Estimation for Statistics and Data Analysis. 1986, Boca Raton: Chapman & Hall/CRC
Artin E: The Gamma Function. 1964, New York: Holt, Rinehart and Winston
Acknowledgements
This research has been supported by the National Science Council of R.O.C. under the contracts NSC 95-3114-P-002-005-Y and NSC 96-2627-B-002-003 to Y.J. Oyang, 96-2320-B-006-027-MY2 and 96-2221-E-006-232-MY2 to D.T.H. Chang.
Author information
Authors and Affiliations
Corresponding author
Additional information
Competing interests
The authors declare that they have no competing interests.
Authors' contributions
YJO proposed the RVKDE algorithm and conceived the study. DTHC and YYO implemented the Prote2S predictor. HGH, MHY, and CYC designed the experiments reported in this article. All authors read and approved the final manuscript.
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.
About this article
Cite this article
Chang, D.TH., Ou, YY., Hung, HG. et al. Prediction of protein secondary structures with a novel kernel density estimation based classifier. BMC Res Notes 1, 51 (2008). https://doi.org/10.1186/1756-0500-1-51
Received:
Accepted:
Published:
DOI: https://doi.org/10.1186/1756-0500-1-51