Abstract
A beta-turn is a secondary protein structure type that plays a significant role in protein configuration and function. On average 25% of amino acids in protein structures are located in beta-turns. It is very important to develope an accurate and efficient method for beta-turns prediction. Most of the current successful beta-turns prediction methods use support vector machines (SVMs) or neural networks (NNs). The kernel logistic regression (KLR) is a powerful classification technique that has been applied successfully in many classification problems. However, it is often not found in beta-turns classification, mainly because it is computationally expensive. In this paper, we used KLR to obtain sparse beta-turns prediction in short evolution time. Secondary structure information and position-specific scoring matrices (PSSMs) are utilized as input features. We achieved Q(total) of 80.7% and MCC of 50% on BT426 dataset. These results show that KLRmethod with the right algorithmcan yield performance equivalent to or even better than NNs and SVMs in beta-turns prediction. In addition, KLR yields probabilistic outcome and has a well-defined extension tomulticlass case.