| Literature DB >> 17996106 |
Cornelia Caragea1, Jivko Sinapov, Adrian Silvescu, Drena Dobbs, Vasant Honavar.
Abstract
BACKGROUND: Glycosylation is one of the most complex post-translational modifications (PTMs) of proteins in eukaryotic cells. Glycosylation plays an important role in biological processes ranging from protein folding and subcellular localization, to ligand recognition and cell-cell interactions. Experimental identification of glycosylation sites is expensive and laborious. Hence, there is significant interest in the development of computational methods for reliable prediction of glycosylation sites from amino acid sequences.Entities:
Mesh:
Substances:
Year: 2007 PMID: 17996106 PMCID: PMC2220009 DOI: 10.1186/1471-2105-8-438
Source DB: PubMed Journal: BMC Bioinformatics ISSN: 1471-2105 Impact factor: 3.169
Figure 1Comparison of ensemble of SVMs and single SVM from unbalanced data for N-linked glycosylation using local sequence identity. ROC curves for ensemble of SVMs and single SVM trained on the "natural" distribution of the data extracted from the original glycoprotein sequence dataset for N-linked glycosylation using local sequence identity with 0/1 String Kernel.
Figure 2Comparison of ensemble of SVMs and single SVM from unbalanced data for O-linked glycosylation using local sequence identity. ROC curves for ensemble of SVMs and single SVM trained on the "natural" distribution of the data extracted from the original glycoprotein sequence dataset for O-linked glycosylation using local sequence identity with 0/1 String Kernel.
Figure 3Comparison of ensemble of SVMs and single SVM from unbalanced data for C-linked glycosylation using local sequence identity. ROC curves for ensemble of SVMs and single SVM trained on the "natural" distribution of the data extracted from the original glycoprotein sequence dataset for C-linked glycosylation using local sequence identity with 0/1 String Kernel.
Performance of classifiers trained to predict N-linked glycosylation sites
| Performance Measure | SingleSVM | EnsembleSVM | BalancedSVM |
| Accuracy | 0.94 | 0.94 | |
| MCC | 0.78 | 0.77 | |
| Sensitivity | 0.84 | 0.82 | |
| Specificity | 0.77 | 0.79 | |
| F-Measure | 0.82 | 0.81 | |
| AUC | 0.94 | 0.97 |
Results obtained for N-linked glycosylation using single SVM from unbalanced data (singleSVM), ensemble of SVMs (EnsembleSVM), and single SVM from balanced data (BalancedSVM) for the classification threshold θ = 0.5 on the output probability of the classifier. The classifiers are trained on information derived from the target amino acid residue and its sequence neighbors.
Performance of classifiers trained to predict O-linked glycosylation sites
| Performance Measure | SingleSVM | EnsembleSVM | BalancedSVM |
| Accuracy | 0.88 | 0.85 | |
| MCC | 0.55 | 0.57 | |
| Sensitivity | 0.55 | 0.68 | |
| Specificity | 0.64 | 0.53 | |
| F-Measure | 0.61 | 0.64 | |
| AUC | 0.88 | 0.90 |
Results obtained for O-linked glycosylation using single SVM from unbalanced data (singleSVM), ensemble of SVMs (EnsembleSVM), and single SVM from balanced data (BalancedSVM) for the classification threshold θ = 0.5 on the output probability of the classifier. The classifiers are trained on information derived from the target amino acid residue and its sequence neighbors.
Performance of classifiers trained to predict C-linked glycosylation sites
| Performance Measure | SingleSVM | EnsembleSVM | BalancedSVM |
| Accuracy | |||
| MCC | |||
| Sensitivity | 0.74 | 0.77 | |
| Specificity | 0.77 | 0.78 | |
| F-Measure | 0.77 | 0.77 | |
| AUC | 0.88 | 0.89 |
Results obtained for C-linked glycosylation using single SVM from unbalanced data (singleSVM), ensemble of SVMs (EnsembleSVM), and single SVM from balanced data (BalancedSVM) for the classification threshold θ = 0.5 on the output probability of the classifier. The classifiers are trained on information derived from the target amino acid residue and its sequence neighbors.
Figure 4Comparison of ensemble of SVMs and single SVM from balanced data for N-linked glycosylation using local sequence identity. ROC curves for ensemble of SVMs and single SVM trained on the "altered" distribution of the data obtained by randomly selecting a subset of non-glycosylation sites equal in size with the set of glycosylation sites for N-linked glycosylation using local sequence identity with 0/1 String Kernel.
Figure 5Comparison of ensemble of SVMs and single SVM from balanced data for O-linked glycosylation using local sequence identity. ROC curves for ensemble of SVMs and single SVM trained on the "altered" distribution of the data obtained by randomly selecting a subset of non-glycosylation sites equal in size with the set of glycosylation sites for O-linked glycosylation using local sequence identity with 0/1 String Kernel.
Figure 6Comparison of ensemble of SVMs and single SVM from balanced data for C-linked glycosylation using local sequence identity. ROC curves for ensemble of SVMs and single SVM trained on the "altered" distribution of the data obtained by randomly selecting a subset of non-glycosylation sites equal in size with the set of glycosylation sites for C-linked glycosylation using local sequence identity with 0/1 String Kernel.
Number of positive and negative sites used in our experiments for each of the three types of glycosylation considered
| Glycosylation Type | Number of Positive Sites | Number of Negative Sites | Total Number of Sites |
| N-linked(N) | 251 | 1430 | 1681 |
| O-linked(S/T) | 2097 | 10880 | 12977 |
| C-linked(W) | 47 | 73 | 120 |
| Total | 2395 | 12383 | 14778 |
The exact number of positive and negative instances for each of the three types of glycosylation considered for a window size of 21 (e.g., the actual number of positive and negative N sites for N-linked glycosylation, S/T sites for O-linked glycosylation, and W sites for C-linked glycosylation used in experiments).
Figure 7Architecture of the ensemble of Support Vector Machine classifiers. A collection of m SVM classifiers, each trained on a balanced subsample of the training data (approximately equal number of positive and negative instances obtained by sampling with replacement from the entire training data). The ensemble of SVM classifiers is trained and evaluated on the original distribution of the glycosylation data. The prediction of the ensemble of SVMs is computed from the predictions of the individual SVM classifiers.