Skip to main content
  • Research article
  • Open access
  • Published:

Prediction of glycosylation sites using random forests

Abstract

Background

Post translational modifications (PTMs) occur in the vast majority of proteins and are essential for function. Prediction of the sequence location of PTMs enhances the functional characterisation of proteins. Glycosylation is one type of PTM, and is implicated in protein folding, transport and function.

Results

We use the random forest algorithm and pairwise patterns to predict glycosylation sites. We identify pairwise patterns surrounding glycosylation sites and use an odds ratio to weight their propensity of association with modified residues. Our prediction program, GPP (glycosylation prediction program), predicts glycosylation sites with an accuracy of 90.8% for Ser sites, 92.0% for Thr sites and 92.8% for Asn sites. This is significantly better than current glycosylation predictors. We use the trepan algorithm to extract a set of comprehensible rules from GPP, which provide biological insight into all three major glycosylation types.

Conclusion

We have created an accurate predictor of glycosylation sites and used this to extract comprehensible rules about the glycosylation process. GPP is available online at http://comp.chem.nottingham.ac.uk/glyco/.

Background

Most proteins do not perform their function without undergoing some form of post translational modification (PTM) [1]. PTMs occur after the mRNA has been translated into peptide sequence and the polypeptide has begun to fold [2–4]. The importance of PTMs in protein function makes their characterisation of particular interest [2–4]. Accurate prediction, using computational methods, of sites in a protein sequence where PTM occurs would facilitate protein annotation and would contribute to efforts in functional genomics.

Glycosylation [2–4], a common PTM, plays a role in protein folding, transport and half-life, as well as being involved in cell-cell interactions and antigenicity. Glycosylation is an enzymatic process, with the exception of glycation, and involves the addition of sugars to the protein to build up glycan chains. There are four types of glycosylation: N-linked, O-linked, C-mannosylation and GPI (glycophosphatidyl-inositol) anchor attachment. C-mannosylation involves the addition of α-mannopyranosyl to the indole of tryptophan. GPI anchors concern membrane anchoring of a protein by the addition of GPI near the C-terminus. N-linked and O-linked glycosylation are the most common and this study focuses on these modifications.

N-linked glycosylation consists of the addition of a pre-assembled glycan chain to Asn. This occurs co-translationally and influences protein folding. After its addition, the glycan chain undergoes a maturation process, which can produce a glycan of the high mannose, hybrid or complex types. The sequence motif Asn-Xxx-Ser/Thr [5], or in some rare cases Asn-Xxx-Cys, where Xxx is any amino acid except Pro, is required for N-glycosylation, although not sufficient on its own. O-linked glycosylation consists of the stepwise build-up of various sugars on Ser or Thr residues. O-glycosylation has no known consensus sequence [5]. However, Pro is often present around O-glycosylation sites [6] and O-glycosylation occurs more often in the β-strands of proteins [5].

Several glycosylation predictors have been produced [7–10]. Whilst these are not directly comparable, due to development on different datasets, the best predictors appear to be NetOglyc 3.1 [11], which is reported to predict correctly 76% of glycosylated residues and 93% of non-glycosylated residues, and Oglyc [10] with a reported accuracy of 85% correctly classified instances. NetOglyc uses both sequence and predicted structural information (predictions of secondary structure and accessible surface area) to train a back propagation neural network. Oglyc uses support vector machines trained on a combination of physical properties of amino acids and a binary representation of the sequence. In this study we attempt to improve the prediction of glycosylation sites, using a new machine learning algorithm well suited to prediction from protein sequence data.

The random forest algorithm [12] is based on decision trees. A decision tree consists of paths and nodes, with each node using a rule to decide between two or more paths. A rule is typically of the form 'If A then do B', where A is a condition relating to the descriptors of the input data and B is a step on the path through the trees. The last rule gives the classification of the input data example. Several decision trees are developed using a random selection of inputs and random feature selection at each node to grow the trees. The trees then vote on the class for a given input. There is no previous research into predicting glycosylation using random forests, although the algorithm has been widely used, including for prediction of protein-protein interactions [13, 14], for analysis of microarray data [15] and identification [16] and prediction [17] of the function of SNPs (single nucleotide polymorphisms). The algorithm has been used for prediction of protein structure from NMR data [18] and amino acid sequence [19]. The random forest algorithm has several features [15], which make it suitable for applications such as the prediction of glycosylation sites. It can be used on a mixture of discrete and continuous descriptors, to classify binary or multi-class data sets and can cope with datasets where there are more variables than observations. The algorithm does not over-fit and continues to be successful, even when there is a large amount of noise in the data.

However, the models generated by random forest can be challenging to interpret. Therefore, we have employed trepan [20], an algorithm originally designed to allow the comprehension of neural networks. It has been adapted for use with other machine learning algorithms [21]. Trepan uses the machine learning algorithm as an "Oracle". By querying the Oracle with the training data and its own generated examples, trepan induces a decision tree using m of n rules (see methods), thus giving a comprehensible picture of an otherwise opaque machine learning algorithm.

In this paper, using the database of glycosylation sites OGLYCBASE version 6.00 [22], we analyse the amino acid frequencies around glycosylation sites. Using the O-unique dataset http://www.cbs.dtu.dk/databases/OGLYCBASE/O-Unique.seq we apply the random forest algorithm implemented in weka [23], combined with information about pairwise patterns, to predict the location of glycosylation sites in a given protein. Pairwise pattern information has previously been used for protein sequence analysis: for example, to predict whether a coiled coil region adopts a leucine zipper structure [24] and to assist in the prediction of protein secondary structure from amino acid sequence [25]. We also experiment with the addition of predicted secondary structure, predicted surface accessibility, and hydrophobicity of the amino acids in an effort to increase the prediction accuracy. Our prediction program is known as GPP (glycosylation prediction program) and is available on-line at: http://comp.chem.nottingham.ac.uk/glyco/. We would like to interpret the models for the random forest algorithm, and thus gain some biological insight into glycosylation. Whilst random forest produces individual rules that are human readable, in the case of GPP for each of the three types of glycosylation there are ten models of ten trees each. There are redundancies and potentially even conflicts between the different models. We aggregate these models into a single decision tree using the trepan algorithm [20], providing clear rules for each glycosylation type.

Results and discussion

Frequency Analysis

We conduct the frequency analysis using the OGLYCBASE dataset. This was used, rather than O-unique, because it has a greater volume and range of sequences allowing statistically significant differences to the background to be more visible. There is also a wider range of sequences than O-unique and it is useful to observe whether there are trends across the whole spectrum of glycol-proteins i.e. is our method likely to be useful for predicting more than just the mammalian glycosylation sites found in O-unique. The consensus sequence for Asn glycosylation is clearly exhibited in the frequency table (Table 1 and Additional file 1). The only amino acids in evidence at the +2 position are Ser, Thr and Cys, with low numbers of Pro at the +1 position. At the -6 position there is an increase in Asp and at the -5 position there is a significant increase in Met. Met is hydrophobic in nature, and is the only such amino acid to be increased around glycosylated Asn residues. At the -2 position Gln is significantly increased. Cys is increased at the +3 position, indicating that Cys assists glycosylation at this position. There is an increase in Pro at the +4 position, which is perhaps surprising, as Pro disfavours glycosylation when found at +1 in almost all cases [5]. It may be that Pro helps create a structural conformation favourable for glycosylation when found at this position.

Table 1 Frequencies of selected amino acids surrounding modified Asn residues

Around modified Ser residues there is known to be an abundance of Pro, Ser and Thr and the frequency analysis (Table 2 and Additional file 2) shows increases of Ser and Thr across the sequence window and increases in Pro at positions -6, -3, -1, 2, 3 and 4. Of those positions where Pro is increased, -1 and +3 present the greatest increases. There is an increase in Ala around the glycosylation site at position -1 perhaps suggesting small amino acids are preferred here. There is also a decrease in Phe at this position. Leu is decreased at -6, -2, +2, and +7, and Lys at +3 and +4. This suggests that these amino acids may have an unfavourable effect on glycosylation.

Table 2 Frequencies of selected amino acids surrounding modified Ser residues

Modified Thr residues (Table 3 and Additional file 3) exhibit elevations in Thr at all positions except +7 and Pro at all odd numbered positions. There is an increase in Ser at the -1 position. This suggests that where Thr and Ser glycosylation sites are clustered together, they are almost always consecutive in sequence. Pro is particularly increased at the +3 position, suggesting this is important for glycosylation, as was shown by others [6]. There is a decrease in Ile at position -1 and an increase at -2. Gly is increased downstream at positions -5 and -2, and upstream at positions +1, +4 and +7. Gly is also decreased at -3 and +3. Gln is decreased at the -1 position, as is Lys, which is also decreased at -2, and +1, 2 and 3. There is a general decrease in Leu around the glycosylation site, particularly at the -1 and +1 positions. Arg is decreased at -3, -1 and +3

Table 3 Frequencies of selected amino acids surrounding modified Thr residues

Pairwise Patterns

The pairwise patterns for each residue type were ranked by weight to identify those most likely to be found around modified residues. These patterns have significant frequencies around unmodified residues, as well as around modified residues. The weights of some patterns are very similar, especially those for Ser, and statistical fluctuations due to the relatively small size of the dataset mean that the rank order of these patterns may not be exact.

Around Asn residues (Table 4) the consensus sequence for Asn glycosylation was visible, with the patterns .......N.T..... (rank 02, weight 3.35) and .......N.S..... (rank 01, weight 4.78) as the top two patterns identified. Other patterns have substantially lower weights indicating the significance of the consensus sequence. Further patterns in the list indicate that Gln at -2 may be significant, as well as Ser, Ala and Arg at various positions. Gln at -2 is also increased in the frequency analysis above and so may be a significant factor. However, there is no significant increase of Ser, Ala and Arg at corresponding positions in the frequency analysis, so it is possible this is only evident as part of a pairwise pattern.

Table 4 The 20 most significant patterns for glycosylated residues.

The most significant pattern around Ser is Pro at the +3 position, which is in line with the frequency analysis. Other patterns include Pro Ser, Ile and Thr at various positions indicating that these amino acids may play a prominent role when linked with either Ser or Thr. Many of the patterns around Ser residues have similar weights, although Pro at +3 is markedly more significant.

Whilst no consensus sequence has been shown for Thr, around Thr residues (Table 3) there are correlations between the patterns, which suggest one or more sequence motifs may enhance the propensity for glycosylation. The majority of the patterns in the top 20 contain one of Ile, Thr, Pro or Ser, suggesting that these amino acids favour glycosylation. Given the frequency, and the analysis above (Table 3) it is likely that at least one or more of these amino acids is required for Thr glycosylation. The most prominent pattern is of Pro and Thr at the +3 and +5 positions, respectively. This could indicate either a motif that encourages glycosylation or the importance of the clustering of Ser and Thr glycosylation sites together given the significance of Pro in the neighbourhood of both. There are also several patterns with high significance involving Glu always upstream of the glycosylation site, although no significant increase of this was found in the frequency analysis.

Prediction accuracy

We measured the prediction accuracy of GPP trained using the pattern weight and sequence only, and using additional structural information. For O-linked glycosylation sites the change in accuracy with additional information was minimal. For N-linked glycosylation an increase in accuracy was observed with the addition of predicted surface accessibility information. There was also a much smaller increase with the addition of predicted secondary structure information (Table 5). The prediction of Thr sites was more accurate than that of Ser sites. The Matthews correlation coefficient, specificity and overall accuracy were higher. However, the sensitivity was higher for the Ser site predictions. This was also the case in for predictions of Ser and Thr carried out with additional information. In comparison to naïve bayes, the prediction by random forest is superior. All predictions by naïve bayes have a substantial loss in sensitivity and a much lower Matthews correlation coefficient.

Table 5 Accuracy of prediction of glycosylation sites with random forest and naïve bayes algorithms

We first compare the results to the NetOglyc [8], Oglyc [10] and NetNglyc http://www.cbs.dtu.dk/services/NetNGlyc/ prediction servers (Table 6). The comparison with O-glycosylation predictors comes with the caveat that they may have been trained and tested with different data, which included differing ratios of positive and negative instances. We also had a slightly different focus than these predictors, in that we do not restrict ourselves to mucin glycosylation sites. For NetOglyc, we use data published in Julenius et al. [11]. The accuracy measures reported did not include correctly classified instances; so we calculated this from the information published. No published results are available for NetNglyc; so we submitted the sequences in the O-unique dataset to the NetNglyc web server and calculated the accuracy measures described above. We also compare predictions for the Asn dataset to a basic pattern search for the consensus sequence carried out by scansite [26]. Li et al. [10] did not give the Matthews correlation coefficient for the Oglyc predictions. Therefore, we calculated it from the reported data and also use the measures of correctly classified instances, sensitivity and specificity for this comparison. We converted the values provided by Li et al. into percentages. Oglyc only report the combined accuracy; separate accuracy information for Ser and Thr was not available. The comparison with Oglyc was carried out against their dataset 2, which produce the best results for their predictor. The GPP predictor has a higher correlation coefficient and sensitivity than NetNglyc. Scansite correctly predicts most positive instances of Asn glycosylation and has a higher sensitivity and specificity than NetNglyc. However, GPP is more accurate and has higher Matthews correlation coefficient, sensitivity and specificity. Our prediction of Thr sites is better in all measures than that of NetOglyc. For Ser prediction our overall accuracy is comparable, although we have a higher Matthews correlation coefficient. NetOglyc has a higher specificity and a lower sensitivity than GPP. There is a higher ratio of negatives to positives in the Ser data set compared to that for Asn and Thr. This affects the pattern weights, bringing them closer together and making it more difficult for the random forest to discriminate between modified and unmodified residues. There are also more types of sugar in more equal proportions in the Ser dataset, creating a more difficult task for the random forest. The Asn dataset does not experience similar effects: its consensus sequence motif is easily picked out (and augmented) by the random forest algorithm. There are no data for separate Ser and Thr predictions available for Oglyc [10]. Their overall prediction accuracy of 87.4% (correctly classified instances) is less than the overall accuracy of GPP, and we also score better in sensitivity and specificity.

Table 6 A comparison of the GPP predictor and other glycosylation prediction programs.

Two more recent predictions servers, EnsembleGly by Caragea et al. [26] and CKSAAP by Chen et al. [27], were published during the completion of this work. Caragea et al. use ensembles of support vector machines to predict O- and N-linked glycosylation sites. Caragea et al. calculate sensitivity as S n = T p /(T p +F p ). We convert this measure into a percentage. Calculating this measure for GPP, for Asn prediction, S n = 87.2; for Ser, S n = 81.3; for Thr, S n = 87.5; and for the combined O-linked predictions, S n = 84.4. GPP has a greater Matthews correlation coefficient for both N- and O-linked prediction (only an overall score for O-linked is given). For N-linked sites they have a greater accuracy and sensitivity, but GPP has greater specificity and Matthews correlation coefficient, indicating EnsembleGly has a greater number of false negative predictions. For O-linked sites, GPP scores better for sensitivity, specificity and Matthews correlation coefficient. Chen et al. predict mucin glycosylation sites using k-spaced pairwise patterns and support vector machines. This method has some similarities with our own and the accuracy of the two methods is comparable. However, GPP is more accurate for both Ser and Thr predictions.

Rule extraction

Trepan identifies the consensus motif for Asn glycosylation (figure 1 and additional file 4) as the most prominent rules in the decision tree. However, subsequent rules are somewhat misleading as they allow glycosylation without the consensus sequence being present. This is probably an artefact of the generation of additional data by trepan. This approach is reliant on the distribution of the training data and will highlight patterns additional to the consensus sequence. The tree corresponding to Thr glycosylation (figure 2 and additional file 5) shows features in line with the statistical data. Pro at residue +3 increases glycosylation when accompanied by a Ser or Thr. The end of the sequence seems to be given undue importance. However, other rules are in line with the frequency analysis. Cys seems to strongly discourage glycosylation, whilst Ser, Thr and Pro encourage it when accompanied by various other amino acids. Some rules may be inexact, due to the limited data in O-unique that trepan can base its derived examples on. This is also true for the Ser tree (figure 3 and additional file 6). The tree for Ser is similar to the one for Thr, although more complicated. Once again the end of the sequence is implicated as is the presence of Pro at various positions. Cys again seems to block glycosylation, whilst Ser, Thr, Glu, and Pro all encourage it when present at various positions along the sequence, especially in conjunction.

Figure 1
figure 1

Asn glycosylation rules. A subset of the complete decision tree covering all the rules for Asn glycosylation (the complete tree is available as additional file 4). Each node is numbered in the order it was added to the tree. All rules are 1 of A, B...N so only the relevant features are shown. The amino acids are represented using the single letter code and the positions are indicated with respect to a sequence window of length 15, with the target residue at position 08.

Figure 2
figure 2

Thr glycosylation rules. A subset of the complete decision tree encompassing all the rules produced for Thr glycosylation (the complete tree is available as additional file 5). Each node is numbered in the order it was added to the tree. All rules are 1 of A, B...N so only the relevant features are shown. The amino acids are represented using the single letter code. The amino acids are represented using the single letter code amino acid and the positions are indicated with respect to a sequence window of length 15, with the target residue at position 08.

Figure 3
figure 3

Ser glycosylation rules. A subset of the rules produced for Ser (the complete tree is available as additional file 6) showing the importance of the +2 position in glycosylation of Ser. Each node is numbered in the order it was added to the tree. All rules are 1 of A, B...N so only the relevant features are shown. The amino acids are represented using the single letter code and the positions are indicated with respect to a sequence window of length 15, a sequence window of length 15 with the target residue at position 08.

Conclusion

The random forest algorithm was used to predict glycosylation sites, based on pairwise sequence patterns and the amino acid sequence. The program improved over the best prediction programs currently available, with significant increases in accuracy for the prediction of Thr and Asn glycosylation sites. Neither the addition of structural data, hydrophobicity information nor surface accessibility data improved the prediction accuracy of O-linked glycosylation, although N-linked glycosylation prediction is improved by the addition of surface accessibility data. However, it may be possible to improve prediction accuracy further through the inclusion of information on protein disorder and information on the orientation of membrane proteins. It may also be possible to increase accuracy by extending the initial data set, or by considering separately proteins whose PTM is catalysed by the same enzyme. Another option would be to produce prediction programs for each specific glycan type, or to classify each glycosylation site by type of glycan after prediction. Our use of the trepan algorithm allows us to extract comprehensible rules describing features characteristic of a glycosylation site.

Methods

The dataset

The data for frequency analysis is taken from OGLYCBASE 6.00 [22] available online from http://www.cbs.dtu.dk/databases/OGLYCBASE/. The OGLYCBASE database contains both experimentally verified and putative instances of N-, O-, and C-linked glycosylation sites. It comprises 242 protein sequences and 2413 verified glycosylation sites. The C-mannosylation data were not considered in our investigations, because there are too few experimentally verified sites in the dataset. Although several enzymes catalyse the attachment of a glycan to Ser and Thr, we have considered all cases in our dataset, with the expectation that the sequence patterns surrounding the glycosylated residue may nevertheless be similar, or at the very least that the machine learning algorithms may be able to detect and learn different sets of patterns within the dataset. For training and evaluation of GPP by ten-fold cross-validation, we use the O-unique dataset. This is a subset of OGLYCBASE and was used for the training of NetOGlyc. It contains only mammalian proteins and is non-redundant. Our predictions were based on only those glycosylation sites that have been experimentally verified. Unverified sites can sometimes be unreliable and false results may confound the predictions. The information retained from the database consisted of the sequence, database reference and the location in the sequence of the modified residues that have been experimentally verified. The both datasets were then split into three, according to whether the modified residues are Ser, Thr or Asn. Within the O-unique dataset, the Ser data set contains 1219 instances (395 positive and 824 negative), the Thr dataset contains 1068 instances (370 positive and 698 negatives) and the Asn dataset contains 589 instances (200 positive and 389 negatives). After removing duplicate sequence windows from the OGLYCBASE datasets, the Ser dataset contains 7285 instances (349 positive 6936 negative) The Thr dataset contains 6389 instances (695 positive and 5694 negative) and the Asn dataset contains 3508 instances (261 positives and 3247 negatives). Each instance was considered as the potentially modified residue and seven residues on either side, to give a 15 amino acid sequence window. This choice of window size was based on previous work [10], providing reasonable computational tractability in determining pairwise patterns in the data, and still maintaining sufficient information to predict glycosylation site location. In this work, we use the single letter code to represent the amino acids in a categorical fashion. The weight of each instance derived from the patterns was represented by a numerical attribute. The random forest algorithm can develop trees using a mixture of discrete and continuous data. So no additional processing of the data was necessary before presenting the data to weka to train the random forest algorithm.

Frequency Analysis

After removing all duplicate sequence windows of size 15 from OGLYCBASE, we determined the frequency of each type of amino acid at each positioning the window. This was carried out for both modified and unmodified sites for the Ser, Thr, and Asn datasets and on all of these combined. The frequencies of the modified sites were considered to be significant if the difference between the expected frequency and the actual frequency was greater than 3σ, where σ is the standard deviation. The expected frequency of the residue i at position j was calculated as:E ij = F ij N mod /N unmod

where N mod is the number of sequence windows centred on modified residues, N unmod is the number of windows centred on unmodified residues and F ij is the frequency of occurrence of residues i at position j in the unmodified windows. The standard deviation was estimated assuming a binomial distribution. We focus on frequent patterns in modified sequences, as there is no obvious reason to anticipate that strong negative sequence motifs have evolved to evade recognition by enzymes catalysing glycosylation.

The frequency of each possible unique pairwise arrangement of amino acids in the window was calculated. Patterns below a given frequency threshold were excluded from the final pattern set. To optimise the threshold for pattern exclusion a single data set was prepared for each residue type consisting of all positives and an equal number of negatives; the threshold was increased incrementally and each resulting pattern set was used for prediction. The thresholds that produced the best accuracy were used in the final prediction program. This gave thresholds of 22 for Asn, 31 for Ser and 15 for Thr.

Each pattern is given a weighting, to provide a measure of the probability that a sequence containing that pattern is a member of the modified class. For a pattern x, the pattern weight W x is calculated as F m /F n where F m is the frequency of modified sequence windows in which pattern x occurs and F n is the frequency of unmodified windows in which this pattern occurs. Each sequence window is compared against all of the significant patterns for that type of glycosylation site. Based on the patterns found, the sequence is given a pattern weight Wseq.:

W s e q = ∑ x = 1 k W x / k MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4vaC1aaWbaaSqabeaacqWGZbWCcqWGLbqzcqWGXbqCaaGccqGH9aqpdaaeWbqaaiabdEfaxnaaBaaaleaacqWG4baEaeqaaOGaei4la8Iaem4AaSgaleaacqWG4baEcqGH9aqpcqaIXaqmaeaacqWGRbWAa0GaeyyeIuoaaaa@3EFF@
(2)

where W x is the weight of pattern x, and k is the number of patterns found in the sequence. The weight and the sequence window are presented in the form of a string of letters (the single letter code for amino acid representation) comprising the sequence window and a numerical value (the weight) making use of the capability of weka [23] to handle a mixture of continuous and categorical data.

Predicted secondary structure information was combined with the pairwise pattern information described above. The program PsiPred [29] was used to predict the secondary structure of the residue at the centre of each sequence window and this was then placed after the window sequence and the corresponding weight from pattern analysis. The surface accessibility was predicted, using the SABLE program [30], as a number between 0 and 100, with 0 representing fully buried and 100 fully exposed. The data obtained from SABLE were added to the central residue of the corresponding instances in the training data. The hydrophobicity value of each central residue was added to the corresponding instance in the training data. These hydrophobicity values were taken from the literature [31]. The data flow through the prediction program is shown in figure 4.

Figure 4
figure 4

The flow of data through the prediction program.

Training the prediction program

Training of the prediction program has two main components. Firstly, a set of patterns is generated from the training data for each of the three types of glycosylation site. This is then used to provide a weighting to each instance in the dataset. Secondly, the random forest is trained on the data and associated weights. Multiple random forests (ten in this work) are trained, with each voting to determine the class of each test instance. Each of the random forests was trained using a data set comprising all positive instances from the cross validation fold and an equal number of randomly chosen negative instances, this dataset being generated from the training data. We use multiple forests to allow for as complete as possible representation of negative instances in the training data without the negatives completely overwhelming the positives in the dataset. The pattern sets were created from the entire training data within a cross validation fold. This entire procedure is summarised in figure 5. The accuracy of the prediction was evaluated by cross validation. The data were divided randomly into ten sections and the above training procedure was carried out using nine of these, the tenth providing a test set using all instances. This was repeated ten times on each occasion with a different section of the data acting as the test set. The measures of accuracy used to assess the prediction program are as follows. Sensitivity, expressed as a percentage, is calculated as T P /(T P +F N ) × 100, where T P is the number of true positive predictions and F N is the number of false negative predictions. Specificity, expressed as a percentage, is calculated as T N /(F P +T N ) × 100, where T N is the number of true negative predictions and F P is the number of false positive predictions. The number of correctly classified instances is given as a percentage. We use the Matthews correlation coefficient [32] to compare the accuracy of our prediction program with that of the NetNglyc http://www.cbs.dtu.dk/services/NetNGlyc/ and NetOglyc [11] glycosylation predictors. The Matthews correlation coefficient is calculated as follows:

Figure 5
figure 5

The cross-validation of the GPP prediction program, illustrated for the Ser dataset. This procedure is repeated 10 times with each fold in turn being used as the test set in order to conduct a cross validation. The 10 training sets are drawn from the sum of the 9 folds of training data and are used to train 10 random forests.

M C C = ( T P T N ) − ( F P F N ) ( T N + F N ) ( T N + F P ) ( T P + F N ) ( T P + F P ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemyta0Kaem4qamKaem4qamKaeyypa0tcfa4aaSaaaeaacqGGOaakcqWGubavdaWgaaqaaiabdcfaqbqabaGaemivaq1aaSbaaeaacqWGobGtaeqaaiabcMcaPiabgkHiTiabcIcaOiabdAeagnaaBaaabaGaemiuaafabeaacqWGgbGrdaWgaaqaaiabd6eaobqabaGaeiykaKcabaWaaOaaaeaacqGGOaakcqWGubavdaWgaaqaaiabd6eaobqabaGaey4kaSIaemOray0aaSbaaeaacqWGobGtaeqaaiabcMcaPiabcIcaOiabdsfaunaaBaaabaGaemOta4eabeaacqGHRaWkcqWGgbGrdaWgaaqaaiabdcfaqbqabaGaeiykaKIaeiikaGIaemivaq1aaSbaaeaacqWGqbauaeqaaiabgUcaRiabdAeagnaaBaaabaGaemOta4eabeaacqGGPaqkcqGGOaakcqWGubavdaWgaaqaaiabdcfaqbqabaGaey4kaSIaemOray0aaSbaaeaacqWGqbauaeqaaiabcMcaPaqabaaaaaaa@5CBD@
(3)

We use the number of correctly classified instances, the sensitivity and the specificity to compare our work with Oglyc [10].

In order to test the significance of the differences between the different methods of prediction, a paired t test [33] was conducted on 30 duplicate experiments for pairs of methods. Given a set of results X i from method A and a set of results Y i from method B, each containing n data points, t is calculated as:

t = ( X ¯ − Y ¯ ) ( n ( n − 1 ) ) ∑ i = 1 n ( X ˆ i − Y ˆ i ) 2 MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaqaaiabdsha0jabd2da9maabmaabaGafmiwaGLbaebacqGHsislcuWGzbqwgaqeaaGaayjkaiaawMcaamaakaaajuaGbaWaaSaaaeaadaqadaqaaiabd6gaUnaabmaabaGaemOBa4MaeyOeI0IaeeymaedacaGLOaGaayzkaaaacaGLOaGaayzkaaaabaWaaabCaeaadaqadaqaaiqbdIfayzaajaWaaSbaaeaacqWGPbqAaeqaaiabgkHiTiqbdMfazzaajaWaaSbaaeaacqWGPbqAaeqaaaGaayjkaiaawMcaamaaCaaabeqaaiabbkdaYaaaaeaacqWGPbqAcqWG9aqpcqqGXaqmaeaacqWGUbGBaiabggHiLdaaaaGcbeaaaaaa@4C01@
(4)

where X ¯ MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaqaaiqbdIfayzaaraaaaaa@2D27@ is the mean of X and Y ¯ MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaqaaiqbdMfazzaaraaaaaa@2D29@ is the mean of Y, X ˆ i = ( X i − X ¯ ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaqaaiqbdIfayzaajaWaaSbaaSqaaiabdMgaPbqabaaccaGccqWF9aqpdaqadaqaaiabdIfaynaaBaaaleaacqWGPbqAaeqaaOGaeyOeI0IafmiwaGLbaebaaiaawIcacaGLPaaaaaaa@364A@ ; Y ˆ i = ( Y i − Y ¯ ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaqaaiqbdMfazzaajaWaaSbaaSqaaiabdMgaPbqabaaccaGccqWF9aqpdaqadaqaaiabdMfaznaaBaaaleaacqWGPbqAaeqaaOGaeyOeI0IafmywaKLbaebaaiaawIcacaGLPaaaaaaa@3650@ and p is the probability of obtaining a value as large or larger than the observed t. If p is below 0.05 then the difference of means is significant at the 5% level. The t test was calculated using the R statistics package.

For the purposes of comparison we also conducted the above procedure substituting the naïve bayes algorithm for random forest. The naïve bayes algorithm is based on Bayes rule, which states that for a given input vector x1......X n the probability of observing a class M isP(M|x1,.....,x n ) = P(x1,.....,x n |M)P(M)/P(x1,.....,x n )

Whilst it is theoretically possible to estimate the probability for each class M, in practice the conditional probabilities are not usually known and must be estimated from the data. For this reason the naïve bayes algorithm makes the assumption that the conditional probabilities are independent given the class in order to simplify equation 5 to:P(x i |M) = (P(x1)),...,(P(x n ))

Although this is a rough approximation of the probability for a given class, the naïve bayes classifier has proven to be reasonably robust, because it only matters that the true class receives the highest probability, not that the probability itself is correct. We used the implementation of naïve bayes in weka [23]. As a further comparison we also carried out a basic pattern search using scansite [28], which classifies as positive all sites that have the consensus sequence. This was performed on the entirety of O-unique, since no training is required for scansite.

Extraction of Rules

Trepan is a method originally used to extract comprehensible rules from neural networks. Trepan uses an oracle function to represent the network and derives a decision tree from the classifications made by the oracle function. However, it can be used for rule extraction from any method that performs binary classification. We use here a modified version of trepan implemented in Matlab [21], with GPP as the oracle function. Thus, we derive a decision tree based on the classification by GPP of the training data, and additional examples created by trepan. The additional examples are based on the distribution of the attributes in the training data and they ensure a pre-set minimum number of examples reach each node in the tree. The splitting test at each node is an m of n test. For each node in the tree there are n features. If m of these features are evident in a given instance, this instance is deemed to satisfy the m of n rule for this node. In practice here we find rules only with m = 1 and n < 3, i.e. simple predicates involving one or two possibilities. Nodes of the tree are expanded based on a priority calculated as the number of examples misclassified by the node. Those with highest priority are expanded first, since they have the most potential to increase the accuracy of the tree.

References

  1. Walsh CT, Garneau-Tsodikova S, Gatto JR: Protein Posttranslational Modifications: The Chemistry of Proteome Diversifications. Angew Chem Int Ed Engl 2005, 44(45):7342–7372. 10.1002/anie.200501023

    Article  CAS  PubMed  Google Scholar 

  2. Hart GW: Glycosylation. Curr Opin Cell Biol 1992, 4: 1017–1023. 10.1016/0955-0674(92)90134-X

    Article  CAS  PubMed  Google Scholar 

  3. Seitz O: Synthesis and the effects of glycosylation on protein structure and activity. Chem BioChem 2000, 1: 214–246.

    CAS  Google Scholar 

  4. Spiro RG: Protein glycosylation: nature, distribution, enzymatic formation, and disease implications of glycopeptide bonds. Glycobiology 2002, 12(4):43R-56R. 10.1093/glycob/12.4.43R

    Article  CAS  PubMed  Google Scholar 

  5. Blom N, Sicheritz-Ponten T, Gupta R, Gammeltoft S, Brunak S: Prediction of post-translational glycosylation and phosphorylation of proteins from the amino acid sequence. Proteomics 2004, 4(6):1633–1649. 10.1002/pmic.200300771

    Article  CAS  PubMed  Google Scholar 

  6. Christlet THT, Veluraja K: Database analysis of O-glycosylation sites in proteins. Biophys J 2001, 80: 952–960. 10.1016/S0006-3495(01)76074-2

    Article  CAS  Google Scholar 

  7. Gupta R, Jung E, Gooley AA, Williams KL, Brunak S, Hansen J: Scanning the available Dictyostelium Discoideum proteome for O-linked GlcNAc glycosylation sites using neural networks. Glycobiology 1999, 9(10):1009–1022. 10.1093/glycob/9.10.1009

    Article  CAS  PubMed  Google Scholar 

  8. Hansen JE, Lund O, Tolstrup N, Gooley AA, Williams KL, Brunak S: NetOglyc: prediction of mucin type O-glycosylation sites based on sequence context and surface accessibility. Glycoconj J 1998, 15(2):115–130. 10.1023/A:1006960004440

    Article  CAS  PubMed  Google Scholar 

  9. Eisenhaber B, Bork P, Eisenhaber F: Prediction of potential GPI-modification sites in proprotein sequences. J Mol Biol 1999, 292(3):741–758. 10.1006/jmbi.1999.3069

    Article  CAS  PubMed  Google Scholar 

  10. Li S, Liu B, Zeng R, Cai Y, Li Y: Predicting O-glycosylation sites in mammalian proteins by using SVMs. Comput Biol Chem 2006, 30(3):203–208. 10.1016/j.compbiolchem.2006.02.002

    Article  CAS  PubMed  Google Scholar 

  11. Julenius K, Mølgaard A, Gupta R, Brunak S: Prediction, conservation, analysis, and structural characterization of mammalian mucin-type O-glycosylation sites. Glycobiology 2005, 15(2):153–164. 10.1093/glycob/cwh151

    Article  CAS  PubMed  Google Scholar 

  12. Breiman L: Random Forests. Machine Learning 2001, 45: 5–32. 10.1023/A:1010933404324

    Article  Google Scholar 

  13. Chen X-W, Liu M: Prediction of protein-protein interactions using random decision forest framework. Bioinformatics 2005, 21(24):4394–4400. 10.1093/bioinformatics/bti721

    Article  CAS  PubMed  Google Scholar 

  14. Qi Y, Bar-Joseph Z, Klein-Seetharaman J: Evaluation of different biological data and computational classification methods for use in protein interaction prediction. Proteins 2006, 63(3):490–500. 10.1002/prot.20865

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  15. Diaz-Uriarte R, Alvarez de Andres S: Gene selection and classification of microarray data using random forest. BMC Bioinformatics 2006, 7: 3. 10.1186/1471-2105-7-3

    Article  PubMed Central  PubMed  Google Scholar 

  16. Bureau A, Dupuis J, Falls K, Lunetta KL, Hayward B, Keith TP, van Erdewegh P: Identifying SNPs predictive of phenotype using random forests. Genet Epidemiol 2005, 28(2):171–182. 10.1002/gepi.20041

    Article  PubMed  Google Scholar 

  17. Bao L, Cui Y: Prediction of the phenotypic effects of non-synonymous single nucleotide polymorphisms using structural and evolutionary information. Bioinformatics 2005, 21(10):2185–2190. 10.1093/bioinformatics/bti365

    Article  CAS  PubMed  Google Scholar 

  18. Arun K, Langmead CJ: Structure based chemical shift prediction using random forests. Article number: CMU-CS-05–163 School of Computer Science, Carnegie Mellon University; 2005.

    Google Scholar 

  19. Sander O, Sommer I, Lengauer T: Local protein structure prediction using discriminative models. BMC Bioinformatics 2006, 7: 14. 10.1186/1471-2105-7-14

    Article  PubMed Central  PubMed  Google Scholar 

  20. Craven MW, Shavlik JW: Extracting tree-Structured Representations of Trained Networks. In Advances in Neural Information processing systems. Volume 8. MIT Press, Cambridge, MA; 1996.

    Google Scholar 

  21. Browne A, Hudson BD, Whitley DC, Ford MG, Picton P: Biological data mining with neural networks: implementation and application of a flexible decision tree extraction algorithm to genomic problem domains. Neurocomputing 2004, 57: 275–293. 10.1016/j.neucom.2003.10.007

    Article  Google Scholar 

  22. Gupta R, Birch H, Rapacki K, Brunak S, Hansen JE: O-GLYCBASE version 4.0 a revised database of O-Glycosylated proteins. Nucleic Acids Res 1999, 27(1):370–372. 10.1093/nar/27.1.370

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Witten IH, Frank E: Data mining: practical machine learning tools and techniques. 2nd edition. Morgan Kaufmann, San Francisco; 2005:365–483.

    Google Scholar 

  24. Hirst JD, Vieth M, Skolnick J, Brooks CL III: Predicting leucine zipper structures from sequence. Protein Eng 1996, 9(8):657–662. 10.1093/protein/9.8.657

    Article  CAS  PubMed  Google Scholar 

  25. Gibrat JF, Garnier J, Robson B: Further developments of protein secondary structure prediction using information theory. New parameters and consideration of residue pairs. J Mol Biol 1987, 198(3):425–443. 10.1016/0022-2836(87)90292-0

    Article  CAS  PubMed  Google Scholar 

  26. Caragea C, Sinapov J, Silvescu A, Dobbs I, Honaver V: Glycosylation site prediction using ensembles of support vector machines classifiers. BMC Bioinformatics 2007, 8: 438. 10.1186/1471-2105-8-438

    Article  PubMed Central  PubMed  Google Scholar 

  27. Chen YZ, Tang YR, Sheng ZY, Zhang Z: Prediction of mucin-type O-glycosylation sites in mammalian proteins using the composition of k-spaced amino acid pairs. BMC Bioinformatics 2008, 9: 101. 10.1186/1471-2105-9-101

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Obenauer JC, Cantley LC, Yaffe MB: Scansite 2.0: proteome-wide prediction of cell signalling interactions using short sequence motifs. Nucleic Acids Research 2003, 31: 3635–3641. 10.1093/nar/gkg584

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  29. Jones DT: Protein secondary structure prediction based on position-specific scoring matrices. J Mol Biol 1999, 292: 195–202. 10.1006/jmbi.1999.3091

    Article  CAS  PubMed  Google Scholar 

  30. Adamczak R, Porollo A, Meller J: Accurate prediction of solvent accessibility using neural networks-based regression. Proteins 2004, 56(4):753–767. 10.1002/prot.20176

    Article  CAS  PubMed  Google Scholar 

  31. Black SD, Mould DR: Development of hydrophobicity parameters to analyze proteins which bear post- or co-translational modifications. Anal Biochem 1991, 193: 72–81. 10.1016/0003-2697(91)90045-U

    Article  CAS  PubMed  Google Scholar 

  32. Matthews BW: Comparison of the predicted and observed secondary structure of T4 phage lysozyme. Biochim Biophys Acta 1975, 405(2):442–451.

    Article  CAS  PubMed  Google Scholar 

  33. Zar JH: BioStatistical analysis. 4th edition. Prentice Hall, Upper Saddle River NJ; 1970:633.

    Google Scholar 

Download references

Acknowledgements

We thank the BBSRC for a studentship and the University of Nottingham for the use of high performance computing.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jonathan D Hirst.

Additional information

Authors' contributions

SEH conducted the experiments and wrote the manuscript. JDH conceived the study and assisted in writing the manuscript. All authors read and approved the final manuscript for publication.

Electronic supplementary material

12859_2008_2485_MOESM1_ESM.csv

Additional file 1: The frequencies of amino acids surrounding modified and unmodified Asn residues. Full tables containing all amino acids (as opposed to the partial data presented in Table 1 of the paper). Statistically significant increases over the expected frequencies are starred; significant decreases are labelled with a 'd'. (CSV 2 KB)

12859_2008_2485_MOESM2_ESM.csv

Additional file 2: The frequencies of amino acids surrounding modified and unmodified Ser residues. Full table containing all amino acids (as opposed to the partial data presented in Table 2 of the paper). Statistically significant increases over the expected frequencies are starred; significant decreases are labelled with a 'd'. (CSV 2 KB)

12859_2008_2485_MOESM3_ESM.csv

Additional file 3: The frequencies of amino acids surrounding modified and unmodified Thr residues. Full table containing all amino acids (as opposed to the partial data presented in Table 3 of the paper). Statistically significant increases over the expected frequencies are starred; significant decreases are labelled with a 'd'. (CSV 2 KB)

12859_2008_2485_MOESM4_ESM.png

Additional file 4: The complete decision tree covering all the rules for Asn glycosylation. Full decision tree, extending the subset shown in Figure 1 in the paper. (PNG 574 KB)

12859_2008_2485_MOESM5_ESM.png

Additional file 5: The complete decision tree covering all the rules for Thr glycosylation. Full decision tree, extending the subset shown in Figure 2 in the paper. (PNG 709 KB)

12859_2008_2485_MOESM6_ESM.png

Additional file 6: The complete decision tree covering all the rules for Ser glycosylation. Full decision tree, extending the subset shown in Figure 3 in the paper. (PNG 719 KB)

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://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

Hamby, S.E., Hirst, J.D. Prediction of glycosylation sites using random forests. BMC Bioinformatics 9, 500 (2008). https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2105-9-500

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/1471-2105-9-500

Keywords