Next Article in Journal
STAT3 in Breast Cancer Onset and Progression: A Matter of Time and Context
Next Article in Special Issue
An Efficient Algorithm for Sensitively Detecting Circular RNA from RNA-seq Data
Previous Article in Journal
Increased Oral Bioavailability of Resveratrol by Its Encapsulation in Casein Nanoparticles
Previous Article in Special Issue
IDP–CRF: Intrinsically Disordered Protein/Region Identification Based on Conditional Random Fields
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hybrid Deep Learning Model for Predicting Protein Hydroxylation Sites

1
Department of Information Science and Technology, Hainan Normal University, Haikou 571158, China
2
Department of Mathematics and Statistics, Hainan Normal University, Haikou 571158, China
3
College of Life Sciences, Zhejiang Sci-Tech University, Hangzhou 310018, China
4
Department of Genetics and Genomic Sciences, Icahn School of Medicine at Mount Sinai, New York, NY 10029, USA
*
Authors to whom correspondence should be addressed.
Int. J. Mol. Sci. 2018, 19(9), 2817; https://doi.org/10.3390/ijms19092817
Submission received: 19 August 2018 / Revised: 12 September 2018 / Accepted: 15 September 2018 / Published: 18 September 2018
(This article belongs to the Special Issue Special Protein or RNA Molecules Computational Identification 2018)

Abstract

:
Protein hydroxylation is one type of post-translational modifications (PTMs) playing critical roles in human diseases. It is known that protein sequence contains many uncharacterized residues of proline and lysine. The question that needs to be answered is: which residue can be hydroxylated, and which one cannot. The answer will not only help understand the mechanism of hydroxylation but can also benefit the development of new drugs. In this paper, we proposed a novel approach for predicting hydroxylation using a hybrid deep learning model integrating the convolutional neural network (CNN) and long short-term memory network (LSTM). We employed a pseudo amino acid composition (PseAAC) method to construct valid benchmark datasets based on a sliding window strategy and used the position-specific scoring matrix (PSSM) to represent samples as inputs to the deep learning model. In addition, we compared our method with popular predictors including CNN, iHyd-PseAAC, and iHyd-PseCp. The results for 5-fold cross-validations all demonstrated that our method significantly outperforms the other methods in prediction accuracy.

Graphical Abstract

1. Introduction

As a type of post-translational modification, hydroxylation converts a CH group into a COH group in a protein [1]. Protein hydroxylation usually happens in proline and lysine residues, which are called hydroxyproline and hydroxylysine, respectively. Hydroxyproline plays critical roles in collagen stabilization [2] and the development of a few cancers, such as stomach cancer [3] and lung cancer [4], while hydroxylysine contributes to fibrillogenesis, cross-linking, and matrix mineralization [5]. Consequently, predicting hydroxyproline and hydroxylysine sites in proteins may provide useful information for both biomedical research and drug development.
Nowadays, mass spectrometry is the most commonly used experiment in identifying hydroxylation residues [1,6], which is known to be time and labor intensive. With the development of high-throughput sequencing techniques, more and more protein sequences have been sequenced and stored, which presents an unprecedented opportunity as well as a big challenge for computational methods to predict hydroxylation residues in proteins. As a result, there are a few attempts in predicting hydroxylation residues using machine learning-based methods. For example, in 2009, Yang et al. [7] classified collagen hydroxyproline sites by developing two support vector machines with the identity kernel function and bio-kernel function respectively. In 2010, Hu et al. predicted hydroxyproline and hydroxylysine sites using a novel protein sequence-based method [8]. To predict carbamylated lysine sites, Huang et al. [9] presented a two-stage feature selection, followed by a one-class k-nearest neighbor classification method. In addition, Xu et al. [10] proposed a predictor called iHyd-PseAAC to predict protein hydroxylation sites. Qiu et al. [11] presented an ensemble classifier by integrating the random forest algorithm and other classifiers fusing different pseudo components. However, despite the improvement in the field, the prediction accuracy is still far from satisfactory. Deep learning-based methods have been proven to be effective in many bioinformatics problems, which might be a promising direction for further research in the area.
In this study, we develop a new predictor for identifying hydroxyproline and hydroxylysine in proteins by a hybrid deep learning model convolutional neural network (CNN) [12,13] and long short-term memory network (LSTM), one of the recurrent neural networks (RNNs) [13,14]. CNN uses the convolution layer to capture higher-level abstraction features of amino acid, and the recurrent layer of LSTM captures long-term dependencies between amino acids to improve the predictor quality.

2. Results and Discussions

In our experiments, we used a scalable deep learning framework MXNET on CPU to implement our CNN+LSTM and CNN models, and our framework is illustrated in Figure 1. MXNET is a flexible and efficient library for deep learning. In order to test the performance of predicting hydroxylation predictor, CNN+LSTM compared with other classification algorithms, that is, CNN, iHyd-PseAAC [10], and iHyd-PseCp [11] implement on R programming language.
There are three kinds of cross-validation methods: the n-fold cross-validation, the jackknife cross-validation, and the independent data test [15]. Among the three tests, the jackknife test has been widely used in bioinformatics because it could produce a unique outcome [16,17,18,19,20]. However, it is time- and source-consuming. Thus, in this paper, we used the 5-fold cross-validation to evaluate the proposed models.
We summarized in Table 1 the sensitivity (Sn), specificity (Sp), accuracy (Acc), and the Matthews correlation coefficient (Mcc) of the 5-fold cross-validation for 4 methods including CNN+LSTM, CNN, iHyd-PseCp, and iHyd-PseAAC on Dataset 1. Clearly, CNN+LSTM outperformed other methods in almost all criteria. The reason is that deep learning models with convolution layer capture regulatory motifs, while the recurrent layer captures long-term dependencies among the motifs, which improves predicting performance. Among all the predictors, the performance of iHyd-PseAAC is the worst, while CNN and iHyd-PseCp have comparative results. In iHyd-PseCp, the authors adopted the Random Forest algorithm. In addition, we summarized comparison results of the 4 methods on Dataset 2, Dataset 3, Dataset 4, Dataset 5, and Dataset 6 in Table 2, Table 3, Table 4, Table 5 and Table 6 respectively. As can be seen, the results are quite similar to that of Dataset 1.
In addition, we plotted in Figure 2 the average receiver operating characteristic curve (ROC) and precision-recall (PR) curves of the 4 tested methods for the peptide samples of the center residue being proline and lysine on Dataset 1. We also calculated the area under ROC curve (AUC) for each method respectively, which yields AUCCNN+LSTM = 0.96, AUCCNN = 0.83, AUCiHyd-PseCp = 0.81, and AUCiHyd-PseAAC = 0.70. Our method achieves the highest AUC 0.96, suggesting that it is better than other methods in prediction accuracy. Similarly, we also plotted the average ROC and precision-recall (PR) curves on datasets 2–6 in Figure 3, Figure 4, Figure 5, Figure 6 and Figure 7 respectively. Specifically, the AUC values in Figure 3 are AUCCNN+LSTM = 0.98, AUCCNN = 0.91, AUCiHyd-PseCp = 0.89, and AUCiHyd-PseAAC = 0.86, respectively. The AUC values in Figure 4 are AUCCNN+LSTM = 0.93, AUCCNN = 0.85, AUCiHyd-PseCp = 0.86, and AUCiHyd-PseAAC = 0.84, respectively. The AUC values in Figure 5 are AUCCNN+LSTM = 0.99, AUCCNN = 0.91, AUCiHyd-PseCp = 0.96, and AUCiHyd-PseAAC = 0.89, respectively. In Figure 6, AUCCNN+LSTM = 0.96, AUCCNN = 0.84, AUCiHyd-PseCp = 0.83, and AUCiHyd-PseAAC = 0.80. In Figure 7, AUCCNN+LSTM = 0.97, AUCCNN = 0.85, AUCiHyd-PseCp = 0.84, and AUCiHyd-PseAAC = 0.81. CNN+LSTM achieved remarkably greater AUCs than other methods in all datasets, further demonstrating the excellent performance of our model.
Finally, we computed the p-value assessing the significance of the difference between two AUCs (http://vassarstats.net/roc_comp.html). For Figure 2, except for CNN and iHyd-PseCp (with p-value 0.18309), all p-values between AUCs of other methods are less than 0.000001. The results indicate that our method is significantly better than the compared methods. Similar results were observed for all datasets. For example, in Figure 3 the p-values between CNN+LSTM and CNN, between CNN+LSTM and iHyd-PseCp, and between CNN+LSTM and iHyd-PseAAC are 0.001161, 0.000099, and 0.000002, respectively. The corresponding values for Figure 4 are 0.000007, 0.000058, <0.000001, respectively. In summary, CNN+LSTM is significantly better than CNN, iHyd-PseCp, and iHyd-PseAAC in predicting AUCs across all 6 datasets.

3. Methods

3.1. Benchmark Dataset

The benchmark dataset consists of 164 hydroxyproline proteins and 33 hydroxylysine proteins, which were also used by Xu et al. [10] and Qiu et al. [11]. Because the length of proteins is different and the position of the hydroxylation sites is not the same, peptide sample presentation [21,22,23] proposed by Chou were adopted to obtain the same length of samples. A peptide sample α can be expressed as following:
  Q φ ( α ) = R φ R ( φ 1 ) R 2 R 1   α   R + 1 R + 2 R + ( φ 1 ) R + φ  
where the symbol α denotes the single amino acid code P or K, the subscript φ is an integer, R φ   represents the φ-th downstream amino acid residue from the center, and R + φ represents the φ-th upstream amino acid residue. Peptides Q can be further classified as:
  Q φ ( α ) ϵ { Q φ + ( α ) ,   i f   i t s   c e n t e r   i s   a   h y d r o x y l a t i o n   s i t e Q φ ( α ) ,   o t h e r w i s e    
When   φ = 6 , each of the samples extracted from proteins for this study is a 2 φ   +   1   =   13   tuple peptide. If the upstream or downstream residues in a peptide sample were 3 ≤ φ ≤ 6, the lacking residues were filled with the dummy code @. Figure 8 illustrated the process of formulating the positive and negative peptide samples.
To test the performance of the deep learning classifier proposed in the manuscript, we used the following six datasets to train and test the model shown in Table 7. The first four datasets were downloaded from iHyd-PseAAC [10] (http://app.aporc.org/ihyd-pseaac/), and the length of each sample is 13 (φ = 6). The last two datasets were downloaded from iHyd-PseCp [11] (http://www.jci-bioinfo.cn/iHyd-PseCp), and the length of each sample is 21 (φ = 10).
From Table 7, we can see that the number of positive and negative samples is not imbalanced. The number of negative samples is far greater than that of the positive samples. A predictor can easily overfit the data to achieve higher accuracy because most samples belong to the negative class. To address this problem, we used the bootstrapping method proposed by Yan et al. [24], which is described as follows: First, we split the imbalanced training data into negative and positive samples. Let n be the number of negative samples, and p be the number of positive samples. For each bootstrapping iteration, we selected the same number of positive and negative samples (Sp), then train the prediction model on the balanced data. In order to use all the negative samples, we divided the n negative samples into N bins such that each bin has Sp (N = [n/Sp]). Finally, we generate one training predictor through N number of bootstrap iterations. The details about the method and parameters setting can be obtained from reference [24].

3.2. Feature Extraction

A statistical method for predicting the hydroxylation sites of peptides in proteins is necessary. According to [21], the general form of PseAAC (pseudo amino acid composition) for a protein or peptide, Q, can be formulated as:
  Q = [ Ψ 1     Ψ 2         Ψ μ         Ψ Ω ] T  
where Ω is the vector’s dimension and it is an integer, T is the transpose operator. In Equation (3), Ω value and each component must be able to extract the essential feature from peptide samples, so position-specific scoring matrix (PSSM) is adopted, which is shown in Equation (4).
  Q P S S M ( 0 ) = [ m 1 , 1 ( 0 )       m 1 , 2 ( 0 )             m 1 , 20 ( 0 )   m 2 , 1 ( 0 )       m 2 , 2 ( 0 )            m 2 , 20 ( 0 )                                                  m L , 1 ( 0 )       m L , 2 ( 0 )             m L , 20 ( 0 )             ]  
where subscript L is the length of a peptide sample, L = 13 or L = 21. Subscript values 1 ,   2   ,   20 represent the 20 amino acid types based on the alphabetical order. m i , j ( 0 ) denotes the original score of amino acid residue in the i-th ( i = 1 ,   2 ,   ,     L ) sequential position that is changed to amino acid type ( j = 1 ,   2 , ,   20 ) in the process of evolution. All the values in PSSM can be generated by using PSI-BLAST [25] according to the following steps. Step 1: Select the UniProtKB/Swiss-Prot databases. Step 2: Enter the peptide samples. Step 3: Set the E-value cut-off is 0.001. Then you can submit to obtain the PSSM. Finally, using standard sigmoid function can make every element in (4) within the range of [0, 1], which is shown in Equation (5).
  Q P S S M ( 0 ) = [ m 1 , 1 ( 0 )       m 1 , 2 ( 0 )       ⋯      m 1 , 20 ( 0 )   m 2 , 1 ( 0 )       m 2 , 2 ( 0 )            m 2 , 20 ( 0 )                                                  m L , 1 ( 0 )       m L , 2 ( 0 )             m L , 20 ( 0 )             ]  
where
  m 1 , j ( 1 ) = 1 1 + e m i , j ( 0 )  

3.3. A Hybrid Deep Learning Model

A convolutional neural network (CNN) is a deep learning model, which core layer is convolution layer. The convolution layer consists of a set of filters. Each filter is convolved across dimensions of input data, producing a multidimensional feature map. The CNN will learn filters that activate when they see some specific type of feature at some spatial position in input. The key architectural characteristics are local connectivity and shared weights.
Another deep learning model is recurrent neural network (RNN). Unlike feed forward neural networks, RNNs can use their internal state (memory) to process sequences of inputs. The architecture of convolutional and recurrent deep learning neural network for predicting hydroxylation sites is shown in Figure 2. The first layer is the input layer, which takes the PSSM matrix of each sample as inputs. The second layer is the convolution layer, which contains 320/1024 kernels. Its window size is 26/30 and step size is 1. Specifically, the convolution layer exacts and learns the input features. The pooling layer keeps the main features and reduces the number of parameters and the calculation of the next layer. Its window size is 13/15 and step size is 13/15. The bi-directional long short term memory layer contains 320/512 forward and 320/512 backward LSTM neurons, which can capture previous and future features. The fully connected layer consists of 925 neurons, which acts as classifier by using the sigmoid function and outputting the probability of classes. The last layer is the output layer, which outputs the final labels.
In addition, the regularization parameters are set as follows: the dropout proportion of outputs are randomly set to 0; the dropout proportion of Layer 2, Layer 3 and all other layers are 20%, 50% and 0%, respectively.

3.4. A Set of Four Metrics for Measuring Prediction Quality

This study measures prediction quality using the Chou set of four metrics [21,22,23] to predict signal peptides. They are sensitivity (Sn), specificity (Sp), accuracy (Acc), and the Matthews correlation coefficient (Mcc), respectively.
  S n = 1 N + N +   S p = 1 N + N   A c c = 1 N + + N + N + + N   M c c = 1 ( N + + N + N + + N ) ( 1 + N + N + N + ) ( 1 + N + N + N )  
where N + is the number of the positive samples and N is the number of the negative samples, N + is the number of positive samples incorrectly predicted as negative samples and N + is the number of negative samples incorrectly predicted as positive samples.

3.5. Receiver Operating Characteristics (ROC) and Precision-Recall (PR) Curve to Evaluate the Classification Quality

To evaluate the performance of the predictor, we not only used the above four metrics, but also used graphical approach. Receiver operating characteristic curve (ROC) [26] and precision-recall curve (PR) are utilized to show all the results from intuitive comparison.
For a binary classification, if a sample is positive and it is predicted positive sample, then it is true positive (TP), if a sample is negative and it is predicted positive sample, then it is false positive (FP), if a sample is negative and it is predicted negative sample, then it is true negative (TN), if a sample is positive and it is predicted negative sample, then it is false negative (FN). ROC curve can be plotted by the true positive rate (TPR) against the false positive rate (FPR) and PR curve can be plotted by the precision against the recall at various threshold settings. The area under the ROC curve is called AUC. The greater the AUC value, the better the predictor will be.
  TPR = TP / ( TP + FN )   FPR = FP / ( FP + TN )   precision = TP / ( TP + FP )   recall = TP / ( TP + FN )  

4. Conclusions

In this study, we have proposed a hybrid deep learning model CNN+LSTM for predicting hydroxylation sites. The comparison with other popular methods including iHid-PseACC and IHyd-PseCp demonstrates that our method is superior in prediction accuracy. However, our model has a few limitations. Firstly, just like other deep leaning models, the proposed model is slower than other classification methods, such as random forest, the support vector machine and the k-nearest neighbor method. The structure complexity of the model and the time complexity of the forward–backward algorithm and gradient descent algorithm at least contribute partially to the inefficiency of our algorithm in the training step. Secondly, our model has a lot of parameters, such as the number of layers, the number of kernels, the number of neurons in each layer, the weight of each neuron, and so on. Tuning the optimal parameters is time-consuming and error-prone.
In the future, to improve the efficiency of the new prediction method, a userfriendly and publicly accessible web server is often established [27,28,29,30,31]. Hence, we will also make efforts to provide a web server for the proposed method in our future studies that will be useful to the vast majority of experimental scientists. In addition, we will improve the architectures of the deep learning model and seek the optimal parameters.

Author Contributions

J.Y., B.L., and H.L. conceived the experiment; H.L. carried out the process of predicting phosphorylation site and participated in the experiments; J.Y. and H.L. drafted the manuscript. B.L. provided the theoretical direction. X.X. carried out the process of predicting phosphorylation sites and participated in the experiments. All authors have read and approved the final manuscript.

Funding

This work was supported by supported by the Hainan Provincial Natural Science Foundation of China (No. 618MS057, No. 614235, No. 118QN231), National Natural Science Foundation of China (No. 61762034, No.61873076, No.61863010), and Hainan Provincial major scientific and technological plans (No. ZDKJ2017012).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Cockman, M.E.; Webb, J.D.; Kramer, H.B.; Kessler, B.M.; Ratcliffe, P.J. Proteomics-based identification of novel factor inhibiting hypoxia-inducible factor (FIH) substrates indicates widespread asparaginyl hydroxylation of ankyrin repeat domain-containing proteins. Mol. Cell. Proteom. 2009, 8, 535–546. [Google Scholar] [CrossRef] [PubMed]
  2. Krane, S.M. The importance of proline residues in the structure, stability and susceptibility to proteolytic degradation of collagens. Amino Acids 2008, 35, 703–710. [Google Scholar] [CrossRef] [PubMed]
  3. Guszczyn, T.; Sobolewski, K. Deregulation of collagen metabolism in human stomach cancer. Pathobiology 2004, 71, 308–313. [Google Scholar] [PubMed]
  4. Chandrasekharan, G.; Girija, K. Anti-metastatic effect of Biophytum sensitivum is exerted through its cytokine and immunomodulatory activity and its regulatory effect on the activation and nuclear translocation of transcription factors in B16F-10 melanoma cells. J. Exp. Ther. Oncol. 2008, 7, 325–326. [Google Scholar]
  5. Yamauchi, M.; Shiiba, M. Lysine hydroxylation and crosslinking of collagen. Methods Mol. Biol. 2008, 446, 277–290. [Google Scholar]
  6. Richards, A.A.; Stephens, T.; Charlton, H.K.; Jones, A.; Macdonald, G.A.; Prins, J.B.; Whitehead, J.P. Adiponectin multimerization is dependent on conserved lysines in the collagenous domain: Evidence for regulation of multimerization by alterations in posttranslational modifications. Mol. Endocrinol. 2006, 20, 1673–1687. [Google Scholar] [CrossRef] [PubMed]
  7. Yang, Z.R. Predict collagen hydroxyproline sites using support vector machines. J. Comput. Biol. 2009, 16, 691–702. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Hu, L.L.; Niu, S.; Huang, T.; Wang, K.; Shi, X.H.; Cai, Y.D. Prediction and analysis of protein hydroxyproline and hydroxylysine. PLoS ONE 2010, 5, e15917. [Google Scholar] [CrossRef] [PubMed]
  9. Huang, G.; Zhou, Y.; Zhang, Y.; Li, B.Q.; Zhang, N.; Cai, Y.D. Prediction of carbamylated lysine sites based on the one-class k-nearest neighbor method. Mol. Biosyst. 2013, 9, 2729–2740. [Google Scholar] [CrossRef] [PubMed]
  10. Xu, Y.; Wen, X.; Shao, X.J.; Deng, N.Y. iHyd-PseAAC: Predicting hydroxyproline and hydroxylysine in proteins by incorporating dipeptide position-specific propensity into pseudo amino acid composition. Int. J. Mol. Sci. 2014, 15, 7594–7610. [Google Scholar] [CrossRef] [PubMed]
  11. Qiu, W.R.; Sun, B.Q.; Xiao, X.; Xu, Z.C.; Chou, K.C. iHyd-PseCp: Identify hydroxyproline and hydroxylysine in proteins by incorporating sequence-coupled effects into general PseAAC. Oncotarget 2016, 7, 44310–44321. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Adv. Neural Inf. Process. Syst. 2012, 60, 1097–1105. [Google Scholar] [CrossRef]
  13. Nguyen, N.; Tran, V.; Ngo, D.; Phan, D.; Lumbanraja, F.; Faisal, M.; Abapihi, B.; Kubo, M.; Satou, K. DNA sequence classification by convolutional neural network. J. Biomed. Sci. Eng. 2016, 9, 280–286. [Google Scholar] [CrossRef]
  14. Venugopalan, S.; Xu, H.; Donahue, J.; Rohrbach, M.; Mooney, R.; Saenko, K. Translating videos to natural language using deep recurrent neural networks. Comput. Sci. 2014. [Google Scholar] [CrossRef]
  15. Dao, F.Y.; Yang, H.; Su, Z.D.; Yang, W.; Wu, Y.; Hui, D.; Chen, W.; Tang, H.; Lin, H. Recent advances in conotoxin classification by using machine learning methods. Molecules 2017, 22, 1057. [Google Scholar] [CrossRef] [PubMed]
  16. Manavalan, B.; Shin, T.H.; Lee, G. PVP-SVM: Sequence-based prediction of Phage Virion proteins using a support vector machine. Front. Microbiol. 2018, 9, 476–485. [Google Scholar] [CrossRef] [PubMed]
  17. Wei, L.; Chen, H.; Su, R. M6APred-EL: A sequence-based predictor for identifying N6-methyladenosine sites using ensemble learning. Mol. Ther. Nucleic Acids 2018, 12, 635–644. [Google Scholar] [CrossRef] [PubMed]
  18. Tang, H.; Zhao, Y.W.; Zou, P.; Zhang, C.M.; Chen, R.; Huang, P.; Lin, H. HBPred: A tool to identify growth hormone-binding proteins. Int. J. Biol. Sci. 2018, 14, 957–964. [Google Scholar] [CrossRef] [PubMed]
  19. Manavalan, B.; Shin, T.H.; Lee, G. DHSpred: Support-vector-machine-based human DNase I hypersensitive sites prediction using the optimal features selected by random forest. Oncotarget 2017, 9, 1944–1956. [Google Scholar] [PubMed]
  20. Manavalan, B.; Basith, S.; Shin, T.H.; Choi, S.; Kim, M.O.; Lee, G. MLACP: Machine-learning-based prediction of anticancer peptides. Oncotarget 2017, 8, 77121–77136. [Google Scholar] [CrossRef] [PubMed]
  21. Chou, K.C. Some remarks on protein attribute prediction and pseudo amino acid composition (50th Anniversary Year Review). J. Theor. Biol. 2011, 273, 236–247. [Google Scholar] [CrossRef] [PubMed]
  22. Chou, K.C.; Tomasselli, A.L.; Reardon, I.M.; Heinrikson, R.L. Predicting HIV protease cleavage sites in proteins by a discriminant function method. Proteins 1996, 24, 51–72. [Google Scholar] [CrossRef]
  23. Chou, K.C. Review: Prediction of human immunodeficiency virus protease cleavage sites in proteins. Anal. Biochem. 1996, 233, 1–14. [Google Scholar] [CrossRef] [PubMed]
  24. Yan, Y.L.; Chen, M.; Shyu, M.L.; Chen, S.C. Deeping learning for imbalanced mutimedia data classification. ISM 2015. [Google Scholar] [CrossRef]
  25. Schaffer, A.A.; Aravind, L.; Madden, T.L.; Shavirin, S.; Spouge, J.L.; Wolf, Y.I.; Koonin, E.V.; Altschul, S.F. Improving the accuracy of PSI-BLAST protein database searches with composition-based statistics and other refinements. Nucleic Acids Res. 2001, 29, 2994–3005. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Hanley, J.A.; McNeil, B.J. The meaning and use of the area under a receiver operating characteristic (ROC) curve. Radiology 1982, 143, 29–36. [Google Scholar] [CrossRef] [PubMed]
  27. Manavalan, B.; Shin, T.H.; Kim, M.O.; Lee, G. PIP-EL: A new ensemble learning method for improved proinflammatory peptide predictions. Front. Immunol. 2018, 9, 1783–1794. [Google Scholar] [CrossRef] [PubMed]
  28. Wei, L.; Zhou, C.; Chen, H.; Song, J.; Su, R. ACPred-FL: A sequence-based predictor based on effective feature representation to improve the prediction of anti-cancer peptides. Bioinformatics 2018. [Google Scholar] [CrossRef] [PubMed]
  29. Manavalan, B.; Shin, T.H.; Kim, M.O.; Lee, G. AIPpred: Sequence-based prediction of anti-inflammatory peptides using random forest. Front. Pharmacol. 2018, 9, 276–287. [Google Scholar] [CrossRef] [PubMed]
  30. Manavalan, B.; Subramaniyam, S.; Shin, T.H.; Kim, M.O.; Lee, G. Machine-learning-based prediction of cell-penetrating peptides and their uptake efficiency with improved accuracy. J. Proteome Res. 2018, 17, 2715–2726. [Google Scholar] [CrossRef] [PubMed]
  31. Manavalan, B.; Govindaraj, R.G.; Shin, T.H.; Kim, M.O.; Lee, G. iBCE-EL: A new ensemble learning framework for improved linear B-cell epitope prediction. Front. Immunol. 2018, 9, 1695. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Architecture of CNN+LSTM for predicting phosphorylation sites. CNN: convolutional neural network; LSTM: long short-term memory network. Gray squares represent the layers of CNN; Green squares represent the first layers of LSTM; Blue squares represent the hidden layers of LSTM; Yellow squares represent the output layers of LSTM.
Figure 1. Architecture of CNN+LSTM for predicting phosphorylation sites. CNN: convolutional neural network; LSTM: long short-term memory network. Gray squares represent the layers of CNN; Green squares represent the first layers of LSTM; Blue squares represent the hidden layers of LSTM; Yellow squares represent the output layers of LSTM.
Ijms 19 02817 g001
Figure 2. The receiver operating characteristic curve (ROC) and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 1.
Figure 2. The receiver operating characteristic curve (ROC) and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 1.
Ijms 19 02817 g002
Figure 3. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 2.
Figure 3. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 2.
Ijms 19 02817 g003
Figure 4. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 3.
Figure 4. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 3.
Ijms 19 02817 g004
Figure 5. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 4.
Figure 5. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 4.
Ijms 19 02817 g005
Figure 6. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 5.
Figure 6. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 5.
Ijms 19 02817 g006
Figure 7. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 6.
Figure 7. The ROC and Precision-Recall curves to show the performance of CNN+LSTM, CNN, iHyd-PseCp and iHyd-PseAAC for the peptide samples with the center residue being proline on Dataset 6.
Ijms 19 02817 g007
Figure 8. The process of formulating the positive and negative peptide samples.
Figure 8. The process of formulating the positive and negative peptide samples.
Ijms 19 02817 g008
Table 1. A comparison of predictors for identifying hydroxyproline sites on Dataset 1.
Table 1. A comparison of predictors for identifying hydroxyproline sites on Dataset 1.
MethodSnSpAccMcc
CNN+LSTM94.5297.4390.680.91
CNN87.4990.4394.160.86
iHyd-PseCp86.2390.1693.480.85
iHyd-PseAAC79.5878.4279.690.60
Sn: sensitivity; Sp: specificity; Acc: accuracy; Mcc: Matthews correlation coefficient.
Table 2. A comparison of predictors for identifying hydroxylysine sites on Dataset 2.
Table 2. A comparison of predictors for identifying hydroxylysine sites on Dataset 2.
MethodSnSpAccMcc
CNN+LSTM97.3099.8493.270.94
CNN90.4391.3890.590.90
iHyd-PseCp90.8493.2390.630.89
iHyd-PseAAC86.7282.5385.090.68
Table 3. A comparison of predictors for identifying hydroxyproline sites on Dataset 3.
Table 3. A comparison of predictors for identifying hydroxyproline sites on Dataset 3.
MethodSnSpAccMcc
CNN+LSTM92.2495.7289.150.90
CNN83.2786.9383.600.84
iHyd-PseCp88.6289.4285.640.85
iHyd-PseAAC73.5486.7175.320.68
Table 4. A comparison of predictors for identifying hydroxylysine sites on Dataset 4.
Table 4. A comparison of predictors for identifying hydroxylysine sites on Dataset 4.
MethodSnSpAccMcc
CNN+LSTM98.8497.6696.910.97
CNN89.1588.7584.760.85
iHyd-PseCp92.0591.8290.530.89
iHyd-PseAAC85.2184.9080.380.71
Table 5. A comparison of predictors for identifying hydroxyproline sites on Dataset 5.
Table 5. A comparison of predictors for identifying hydroxyproline sites on Dataset 5.
MethodSnSpAccMcc
CNN+LSTM92.0698.3996.550.91
CNN87.4799.3897.290.90
iHyd-PseCp86.3599.1296.580.89
iHyd-PseAAC80.6680.5480.570.51
Table 6. A comparison of predictors for identifying hydroxylysine sites on Dataset 6.
Table 6. A comparison of predictors for identifying hydroxylysine sites on Dataset 6.
MethodSnSpAccMcc
CNN+LSTM94.7598.5397.190.89
CNN89.9499.2797.570.88
iHyd-PseCp78.7799.8097.080.86
iHyd-PseAAC87.8583.0183.560.50
Table 7. Positive and negative peptide samples of proline and lysine site.
Table 7. Positive and negative peptide samples of proline and lysine site.
SamplesWindow Size = 13Window Size = 21
α = Prolineα = Lysineα = Prolineα = Lysineα = Prolineα = Lysine
Positive samples63610730644851142
Negative samples269983610355283505980
Total samples3335943134157243561122

Share and Cite

MDPI and ACS Style

Long, H.; Liao, B.; Xu, X.; Yang, J. A Hybrid Deep Learning Model for Predicting Protein Hydroxylation Sites. Int. J. Mol. Sci. 2018, 19, 2817. https://doi.org/10.3390/ijms19092817

AMA Style

Long H, Liao B, Xu X, Yang J. A Hybrid Deep Learning Model for Predicting Protein Hydroxylation Sites. International Journal of Molecular Sciences. 2018; 19(9):2817. https://doi.org/10.3390/ijms19092817

Chicago/Turabian Style

Long, Haixia, Bo Liao, Xingyu Xu, and Jialiang Yang. 2018. "A Hybrid Deep Learning Model for Predicting Protein Hydroxylation Sites" International Journal of Molecular Sciences 19, no. 9: 2817. https://doi.org/10.3390/ijms19092817

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop