Next Article in Journal
MicroRNA Biomarkers in IBD—Differential Diagnosis and Prediction of Colitis-Associated Cancer
Next Article in Special Issue
Insight into the Interactome of Intramitochondrial PKA Using Biotinylation-Proximity Labeling
Previous Article in Journal
Organic Cation Transporters in Human Physiology, Pharmacology, and Toxicology
Previous Article in Special Issue
Phosphoproteomics and Bioinformatics Analyses Reveal Key Roles of GSK-3 and AKAP4 in Mouse Sperm Capacitation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

GasPhos: Protein Phosphorylation Site Prediction Using a New Feature Selection Approach with a GA-Aided Ant Colony System

1
Department of Computer Science and Engineering, National Chung-Hsing University, Taichung City 402, Taiwan
2
Institute of Genomics and Bioinformatics, National Chung Hsing University, Taichung City 402, Taiwan
3
Ph.D. Program in Medical Biotechnology, National Chung Hsing University, Taichung City 402, Taiwan
4
Department of Pathology, China Medical University Hospital, Taichung 404, Taiwan
5
Institute of Molecular Biology, National Chung Hsing University, Taichung City 402, Taiwan
6
Agricultural Biotechnology Center, National Chung Hsing University, Taichung City 402, Taiwan
7
Biotechnology Center, National Chung Hsing University, Taichung City 402, Taiwan
8
Program in Translational Medicine, National Chung Hsing University, Taichung City 402, Taiwan
9
Rong Hsing Research Center for Translational Medicine, National Chung Hsing University, Taichung City 402, Taiwan
*
Authors to whom correspondence should be addressed.
Int. J. Mol. Sci. 2020, 21(21), 7891; https://doi.org/10.3390/ijms21217891
Submission received: 10 October 2020 / Revised: 20 October 2020 / Accepted: 20 October 2020 / Published: 24 October 2020

Abstract

:
Protein phosphorylation is one of the most important post-translational modifications, and many biological processes are related to phosphorylation, such as DNA repair, transcriptional regulation and signal transduction and, therefore, abnormal regulation of phosphorylation usually causes diseases. If we can accurately predict human phosphorylation sites, this could help to solve human diseases. Therefore, we developed a kinase-specific phosphorylation prediction system, GasPhos, and proposed a new feature selection approach, called Gas, based on the ant colony system and a genetic algorithm and used performance evaluation strategies focused on different kinases to choose the best learning model. Gas uses the mean decrease Gini index (MDGI) as a heuristic value for path selection and adopts binary transformation strategies and new state transition rules. GasPhos can predict phosphorylation sites for six kinases and showed better performance than other phosphorylation prediction tools. The disease-related phosphorylated proteins that were predicted with GasPhos are also discussed. Finally, Gas can be applied to other issues that require feature selection, which could help to improve prediction performance.

1. Introduction

Protein phosphorylation is an important post-translational modification in eukaryotes [1]. It plays a key role in many biological processes, including DNA repair, transcriptional regulation, apoptosis, immune responses, signal transmission, metabolism and cell differentiation [2]. Phosphorylation is catalyzed by a specific kinase that transfers a phosphate group to the target protein and mainly occurs on serine (S), threonine (T) and tyrosine (Y) residues. Approximately one-third to one-half of proteins can be phosphorylated in eukaryotic cells [3]. Furthermore, Manning et al. [4] confirmed that there are 518 protein kinases in the human body, of which 244 protein kinases are related to cancer and other diseases. Therefore, accurately identifying the substrates of phosphorylation and phosphorylation sites will help reveal the molecular mechanism of phosphorylation-related biological processes and solve related diseases [5,6].
Although mass spectrometry can provide a large amount of phosphorylation data, this technique cannot identify kinase-specific protein phosphorylation sites and requires very expensive equipment and expertise. Therefore, many phosphorylation prediction tools have been proposed to predict specific kinases; these tools utilize machine learning predictions [7,8,9,10], such as Muste [11], KinasePhos 2.0 [12] and PPSP [13]. Among them, Muste uses nearest neighbor method scores, disorder scores and amino acid frequencies as features, while KinasePhos 2.0 uses sequences and coupling patterns to identify phosphorylation sites; both technologies are trained by a support vector machine. PPSP uses Bayesian decision theory to predict phosphorylation sites. In addition, biological properties are also used for prediction, such as with the GPS [14] and iGPS [15]; GPS uses the motif length selection (MLS) method, and iGPS is based on GPS [16] and adds information such as protein interactions to predict phosphorylation sites. Other prediction tools are non-specific [17], such as NetPhos [18] and DISPHOS [19]. NetPhos uses neural networks to predict the phosphorylation sites, while DISPHOS uses the amino acid frequency and disorder information to identify phosphorylation sites.
To improve the performance of human phosphorylation site prediction, this study integrated four protein phosphorylation databases to collect human phosphorylation sites. The kinase family and subfamily data sets were organized and evaluated for suitable classification methods from 35 machine learning methods for different kinases. The features suitable for machine learning are not the same for different kinases. Therefore, the feature selection algorithm Gas proposed in this research was used to select important features to construct the prediction model. Gas is based on the ant colony system (ACS) [20] and genetic algorithm (GA) and uses the following strategies: (i) the binary transformation strategy and state transition rule, reducing the number of overall paths, preventing pheromones from being overly dispersed in different paths, resulting in waste of pheromones and, at the same time, reducing the calculation time and proposing a new state transition rule. (ii) The mean decrease Gini index (MDGI) is used as a heuristic value [21,22,23] to help ants obtain better solutions faster. (iii) The pheromone update rule was used with a local update to escape the best solution for the local optima and a global update to allow ants to select a low number of high-performance feature subsets. (iv) Genetic algorithm search assistance was used, providing better path information for ants. Through the above strategies, a new feature selection algorithm was developed and applied to the prediction of protein phosphorylation sites.
In the analysis and evaluation of the system, we considered the number of data sets and chose CDK (S/T), CK2 (S/T), MAPK (S/T), PKA (S/T), PKC (S/T) and Src (Y) for a total of six kinds of kinases to construct 11 prediction models. Compared with five kinase-specific prediction tools, GasPhos had the best prediction performance. In five-fold cross-validation, the overall average Matthew correlation coefficient reached 0.739, which was higher than those of the other five prediction tools. By analyzing the performance of each prediction tool for different functional proteins, in addition to the defense proteins, our GasPhos was better than the other five prediction tools for enzymes, contractile proteins, regulatory proteins and receptor proteins. In addition, the features selected by Gas were related to amino acid frequency. Moreover, analyzing important features and their physical and chemical properties may also be the key to phosphorylation prediction. Finally, the phosphorylation sites of human disease-related proteins and viruses were used in a case study to successfully predict these sites.

2. Results

2.1. Selection of Machine Learning Methods and Heuristic Functions

We constructed prediction models for six kinases: CDK, CK2, MAPK, PKA, PKC and Src. Tables S2–S12 shows the performance of 35 machine learning methods using all feature construction models on the six kinases, including Sn, Sp, Acc and MCC. Table 1 summarizes the best classifiers for the six kinases.
Based on the best classifier, this study compares the effectiveness of four different heuristic functions for ant colony system feature selection (ACSFS), including the mean decrease Gini index (MDGI), Pearson correlation coefficient (PCC) [24], information gain (IG) [25] and F-score [26], as shown in Table 1. It can be found that using different heuristic functions is helpful for the ant colony system. The performance of the model based on ant colony system feature selection was better than that before feature selection. Specifically, the PCC and MDGI proposed by this research had the best MCC, which reached an average of 0.700 and 0.713, respectively, especially the MDGI average MCC, which increased from 0.648 to 0.713. Therefore, we used the MDGI as the heuristic function for the ant colony system.

2.2. Analysis of GA-Aided Strategy

To further improve the performance of the ant colony system, we used genetic algorithms to aid the ant colony system (ACSGAFS). Table 2 shows the performance before and after adding the genetic algorithm. The ACSGAFS MCC after application of the GA was higher than the ACSFS without the GA, especially for PKA_T and Src_Y, where there was a significant increase of approximately 0.034 and 0.048 in the MCC, and the overall average performance also increased, as indicated by an MCC of 0.013. The results showed that the application of the GA can indeed improve the performance of the ant colony system and, finally, we named this method Gas.

2.3. Full Pseudo-Random Proportional Rule

From Table 3, we can see that the MCC values of the pseudo-random proportional rule indicated a lower performance than that of the binary transformation strategy. Therefore, we proposed a full pseudo-random proportional rule to improve this problem. The average performance of our full pseudo-random proportional rules reached an MCC value 0.739, which is better than the 0.720 of the pseudo-random proportional rule. The full pseudo-random proportional rule can effectively reduce the number of features. The average uses 38.64 features, which is nearly half of the 76.64 features used in the pseudo-random proportional rule. Therefore, in the end, we use the full pseudo-random proportional rule in our proposed method.

2.4. Comparison with Other Feature Selection Methods

We compared Gas with the genetic algorithm and a simulated annealing algorithm. Table 4 lists the MCC values of Gas and the other two feature selection methods. Separately, we used a simulated annealing algorithm and genetic algorithm, tested the same training set and classification algorithm as used in Gas, and obtained an average MCC of 0.649 and 0.696 in the five-fold cross-validation. Using the feature subset selected by Gas, the classification performance was better than that of the other two methods. The overall average MCC was 0.739. Gas uses heuristic functions to enable ants to explore better answers at the beginning, which is conducive to subsequent exploration and better results. Afterwards, the genetic algorithm evolves based on the ant’s answer, and the result of the evolution is fed back to the ant. Combining the characteristics of the two algorithms can achieve better results than using a single algorithm.

2.5. Comparison with the Existing Predictors

The Gas method we proposed was used to construct a phosphorylation site prediction model named GasPhos. Finally, the performance of GasPhos was compared with that of other phosphorylation site prediction tools, including KinasPhos 2.0, GPS, iGPS, Muste and PPSP. As shown in Table 5, our proposed GasPhos method had a performance represented by an average MCC of 0.739, which was better than that of other tools. The MCC of GasPhos was 0.463 points higher than that of KinasePhos2.0, which is a eukaryotic phosphorylation prediction tool. Among GPS, iGPS, Muste and PPSP, which are human phosphorylation prediction tools, the highest MCC was 0.621 for PPSP, while that of GasPhos was 0.118 points higher.

3. Discussion

3.1. Similarity of Conserved Sequences and Features

We used WebLogo [27] to calculate the frequency of the amino acids of six kinases in 11 training sets with P4H in a specific position. The higher the frequency, the larger the letter size, and vice versa. The amino acid frequency and feature selection results obtained with Gas are shown in Figure 1 and Figure S1. For CDK_S, CDK_T, MAPK_S and MAPK_T, there is usually a proline in which the amino acid next to the phosphorylation site on the right corresponds to the Gas feature selection results, also showing that the position is important. Similarly, the third amino acid downstream of the phosphorylation site of CK2_S and CK2_T was frequently aspartic acid and glutamic acid. Therefore, the number of features selected for this location was greater than that for other locations. In the case of PKA_S and PKA_T, the second and third amino acids upstream of the phosphorylation site also showed the same situation. These results show that the Gas feature selection proposed in this study can select important feature subsets to help the classification algorithm improve its prediction efficiency.
In the feature results selected by Gas, there were four major biological features: (i) hydrophobicity. Huang et al. [28] proposed that phosphorylation often occurs in low-hydrophobicity regions, so there is a higher possibility of phosphorylation of residues in low-hydrophobicity regions. (ii) Electrostatic charge. Because the phosphate group has a strong negative charge, these groups will repel each other when there are many negatively charged residues. As a result, there are fewer negative amino acids around the phosphorylation site. (iii) Side chain length. The side chain structure of amino acids will affect their hydrophobicity and charge. Therefore, we suppose that side chain lengths may have a correlation with (i) and (ii). (vi) Number of codons. The number of codons affects the stability of heredity. The greater the number of codons is, the lower the probability of encoded amino acid changes when a mutation occurs. Thus, when a region mainly comprises amino acids which have a larger number of codons, the sequence retention is also higher, and the probability of phosphorylation may also be greater. As a result, this feature may help reveal the connection between positions near the phosphorylation site. Therefore, the features selected by Gas are related to phosphorylation and can improve the accuracy of prediction. Even so, these features still need to be based on more studies, and more verification is needed to support them.

3.2. Performance for Different Functional Proteins

To assess the predictive performance of the tool for proteins with different functions, we used the 1148p testing data to divide the proteins into defense proteins, enzymes, contractile proteins, regulatory proteins, receptor proteins and other functional proteins. Table 6 shows the MCC values of GasPhos and other tools for different functional proteins. In terms of the effectiveness of defense proteins, GPS can obtain an MCC of 0.499; thus, GPS is more suitable for the prediction of defense protein phosphorylation than the other models. The MCC of GasPhos for defense proteins was 0.396 because the proportion of defense proteins was lowest in our five types of functional protein training data. If we can increase the defense protein data, this may improve the accuracy of the prediction. For the other five functional classifications, GasPhos was more efficient than the other tools. As a result, GasPhos is suitable for the prediction of proteins with these functions

3.3. Case Study Predicting the Phosphorylation Sites of Disease-Related Proteins

In this study, human RAD9 protein, histone deacetylase 1 (HDAC1), HIV-1 viral protein U (Vpu) and IVA nucleoprotein (NP) were used as case studies. Rad9 is involved in many important biological functions, including DNA repair and induction of apoptosis. Apoptosis is regulated by phosphorylation of RAD9 by cyclin A-Cdk2 [29]. In addition, a more recent study has shown [30,31] that HDAC1 may play an important role in tumor formation, phosphorylating a specific location of HDAC1 by CK2 to regulate its activity and cause tumors. Vpu is a small membrane phosphoprotein that can be phosphorylated by CK-2 at S52 and S56, resulting in recruitment of beta-transducin repeat-containing proteins (β-TrCPs). It functions as a liaison between its target protein and ubiquitin ligase machinery, which leads to protein degradation. NP regulates the expression of different life cycles through different phosphorylation sites, while phosphorylation and dephosphorylation of Y78 regulate replication, transcription and NP nuclear export. RAD9 is mentioned in the literature [32], with the five sites of S277, S328, S336, T292 and T355 being phosphorylated, and the CDK_S and CDK_T models successfully predicted these five sites. In the case of HDAC1 and Vpu, three phosphorylated sites on HDAC1 (S393, S421 and S423) and two phosphorylated sites on Vpu (S52, S56) were identified in the literature [33]. In the same way, the CK2_S model has also successfully predicted these points. NP was found to be phosphorylated by Src, and it was also successfully predicted by the Src_Y model. These results prove that our proposed GasPhos method is reliable.

4. Materials and Methods

4.1. Data Preparation

The experimental data of this study were extracted from four protein phosphorylation databases, UniProtKB/Swiss-Prot [34], Phospho.ELM [35], PhosphoSitePlus [36] and PhosphoPOINT [37]. We extracted experimentally verified human phosphorylation sites, protein sequences and kinase information from these databases and collected these data to create a new data set named P4H. We referred to the kinase classification information provided by Lee et al. [38] and classified P4H according to kinase family or subfamily, and the amount of data was greater for CDK (S/T), CK2 (S/T), MAPK (S/T), PKA (S/T), PKC (S/T) and Src (Y). The modified residues S, T and Y were divided into 11 data sets, and 11 kinase prediction models were constructed. CD-HIT [39] was used to remove redundant and similar sequences to avoid overestimation with the prediction model. The threshold was set to 0.7. The detailed numbers are listed in Table S1. In addition, to encode amino acid information around phosphorylated residues, we used a window size of 21 excised sequence fragments [40]. If the S, T or Y residues on the protein sequence were annotated as phosphorylated sites in the database, the sequence fragments consisting of them and the left and right 10 amino acids were included as positive data. The rest of the sequence fragments that were not annotated as phosphorylation sites were used as negative data. However, the amount of negative data was much larger than that of positive data, and even in the CDK_S area, the gap was close to 40-fold. If all the negative data were added to the training set for use, it may have led to biased prediction results and make the prediction results inaccurate. Therefore, in our research, we used random methods to obtain the same amount of negative data as positive data and created a training data set with a 1:1 ratio. In addition, a data set called 1148p was created according to the types of proteins in the 11-kinase training set, which was used to evaluate the performance of different tools for different functional proteins, including defense proteins, enzymes, contractile proteins, regulatory proteins, receptor proteins and other functional proteins.

4.2. Feature Encoding

In previous studies, most of the codes for the physical and chemical properties of amino acids used the Amino Acid Index Database (AAindex) [41], which contains 544 biochemical and physical properties of amino acids. However, the use of 544 features for encoding would be excessive and make the calculation too slow. Therefore, only 10 integrated physical and chemical properties were used in this study. These were in accordance with those of William et al. [42], who used similarity to simplify the range of amino acid characteristics, integrating the AAindex features into polarity, secondary structure, molecular size or volume, and five codon characteristics of diversity and electrostatic charge. In addition, Mathura et al., 2001 [43] sorted out and summarized five characteristics from the literature: hydrophobicity, side chain length, α-helix propensity, number of codons and β-strand propensity. In this study, the above 10 characteristics were used for encoding, and each of these characteristics had values corresponding to 20 amino acids. We normalized these values from 0.0 to 1.0 and then used them for coding. An amino acid was represented by 10 values. Finally, the number of features was the number of amino acids in the sequence fragment multiplied by a vector of 10 dimensions, and there were 200 features in total.

4.3. Evaluating Machine Learning Methods

Different problems and data are suitable for different machine learning methods. To select suitable classification algorithms for the 11 training sets, we used 35 classification methods from six broad categories, including tree, rule, meta, lazy, function and Bayes methods, for performance evaluation and implemented these methods with Weka [44]. In this study, each training set was used to evaluate the prediction method with all the features and five-fold cross-validation. Finally, 11 training sets were selected to suit the classification method. To obtain better classification results, we choose the machine learning method with the highest MCC for subsequent development of Gas and designed and tested the feature selection algorithm.

4.4. GA-Aided Ant Colony System

This study proposes a new feature selection algorithm, Gas, which is based on the ant colony system and has improved path selections, heuristic values and pheromone updates. Finally, the genetic algorithm was used to aid the ants. The Gas execution process is shown in Figure 2 and Algorithm S1, and the detailed steps were as follows:
1. Initialization of Gas parameters at the beginning of the algorithm. 2. Generation of new ants and construction of candidate solutions based on the binary transformation strategy and state transition rule. After the ant selected a path, it updated the pheromone locally. 3. When all the ants completed their tour, the machine learning classifier was used to evaluate the performance of the feature subset selected by each ant, and the MCC was used to determine the ant’s ability. 4. The step 3 ant colony underwent the evolutionary process of selection, crossover and mutation through the GA until the set number of generations stopped. 5. The optimal ant was chosen as the global best ant. 6. If the set number of generations was reached, the algorithm was stopped and the feature subset selected by the global best ant was output. 7. If the set number of generations was not reached, the global best ant was used to update the global pheromone, and the process was repeated starting at step 2.

4.5. New Ant Colony System

The ant colony system in Gas used a new binary transformation strategy and state transition rule, which used the mean decrease Gini index (MDGI) as a heuristic value. The update of pheromones was determined by the number of feature subsets and the performance of the prediction model.

4.5.1. Binary Transformation Strategy

First, the path selection was different from that of the traditional ant colony system, which uses a complete graph in the application of the feature selection problem. We used the digraph to represent the application, as shown in Figure 3. Each node has only two connected paths, representing the selection ( E 1 ) or not ( E 0 ) of the connected nodes (features), and the ant will only choose one of the paths to move forward. When an ant completes the entire tour, the selected feature subset is determined according to the path chosen by the ant. Compared with the original method of using a complete graph, this binary transformation strategy can save considerable computational time by completing the entire tour before calculating the performance evaluation. We used a binary method to indicate whether a feature was selected. Each ant had a binary vector to represent the state of each feature. When the feature was selected, the corresponding code was 1; otherwise, it was 0. The probability that a path will be selected by an ant was calculated as follows:
p i j ( t ) =   [ τ i j ( t ) ] α ( η i j ) β [ τ i 0 ( t ) ] α ( η i 0 ) β +   [ τ i 1 ( t ) ] α ( η i 1 ) β     ( i = 1 , 2 , , n ; j = 0 , 1 )
where τ 1 represents the pheromones of path E 1 , τ 0 is the pheromones of path of   E 0 ,   η 1 is the importance of the feature and η 0 is the average importance of all features. α and β represent the weights of the pheromone and heuristic values, respectively. i is the i-th feature, and j is the path of E 1 or E 0 . Therefore, when choosing a path, the higher probability is not necessarily chosen, and low probability paths also have the opportunity to be selected.

4.5.2. State Transition Rule

Furthermore, we changed the pseudo-random proportional rule of the ant colony system and proposed a new pseudo-random proportional rule called the full pseudo-random proportional rule. The original ant colony system has only two possibilities: selecting features or not selecting features to construct feature subsets. However, the full pseudo-random proportional rule we proposed adds the possibility of not selecting features to help reduce redundancy features, as follows:
J = { p i j ( t )      i f   q >   q 0 , 0            o t h e r w i s e ,
When an ant moves from node Vi to node Vj, the probability of choosing a certain path depends on a random variable q and parameter q 0   , both of which are between 0 and 1. Each time the ant chooses a path, a variable q is randomly generated. If   q     q 0 , E0 is directly selected; otherwise, if q >   q 0 , Equation (1) is used to calculate the probability of a path being selected. By setting a variable q 0 (while avoiding setting this variable as too large of a value, otherwise it may cause most of the ants to not select features directly), the ants have a certain chance of not selecting features. The advantage of this is that for some features that have a high correlation with classification, it does not affect performance or even reduces performance. These features will be selected because they have a higher heuristic value. However, with the full pseudo-random proportional rule, there is a certain probability of ignoring these features, thereby reducing the number of features and even improving the classification performance.
In addition to the use of pheromones, the ant colony system also adds a heuristic function so that ants have another basis for path selection, so ants prefer to choose important features instead of relying on pheromones. A suitable heuristic function can help ants find a better solution faster. In other related studies, there are different design methods using the information gain [25], F-score [26] and minimum redundancy maximum relevance [45] as heuristic values. In this research, the random forest calculation MDGI (R randomForest package) was used to repeat the calculation 10 times, and the heuristic value was averaged to help the ants choose the most important features and thus improve prediction performance.

4.5.3. Update of Pheromones

Pheromone update depends on different update methods and different parameter settings, which will affect the future trends and convergence speed of the ant. In the ant colony system, there are two pheromone update methods: local and global. Local update means that when an ant walks a path, it will immediately change the pheromone concentration of the path so that the pheromone concentration of the path is reduced. Therefore, the probability of the next ant choosing the path taken by the previous ant will decrease slightly, so that the ant can increase the chance of exploring other paths, giving the system a chance to escape the local optima, and the pheromone of the unselected path remains unchanged. The local update was calculated according to Equation (3).
τ i j ( t + 1 ) = ( 1 p ) τ i j ( t ) + p τ 0
where p is the pheromone evaporation rate and τ 0   is the initial pheromone. Another type of pheromone update is the global update. After the completion of each round of the construction process, only the global best ant (the selected feature subset with the best performance) is left with pheromones, and the path taken by the global best ant increases its pheromone concentration, so that later ants will more likely choose these paths. However, when the performance MCC is negative, it may reduce the pheromone, so that the ants do not choose these paths, while the other paths reduce the concentration of pheromones through the evaporation of pheromones. The global update was calculated according to Equation (4).
τ i j ( t + 1 ) = ( 1 p ) τ i j ( t ) + Δ τ i j ( t )
where Δ τ i j ( t )   is the pheromone left by the ant. The concentration of the pheromone left varies according to the quality of the ant, which was calculated according to Equation (5).
Δ τ i j ( t ) = { ρ ( S b e s t ( t ) ) +   ( 1 ( S b e s t ( t ) ) n )      i f   i   S b e s t ( t ) ,   j = 1 ,   0                                          o t h e r w i s e ,
where S b e s t ( t ) represents the global best ant feature subset, ρ ( S b e s t ( t ) ) represents the MCC performance of the feature subset, ( S b e s t ( t ) ) represents the feature number of the feature subset and n is the number of all features. According to this formula, when the classification efficiency of the feature subset selected by the global best ant is higher and the number of feature subsets selected is smaller, more pheromones remain. In this way, a model with high performance and a small number of features can be explored.

4.6. The GA Strategy

This study used genetic algorithms to aid the ant colony system. In addition to local updating, ants can also use the GA to escape the local optimal solution to help ants find better solutions. All the ants in each round complete their tour, and their performance is evaluated; then they are subjected to the GA as populations, and the GA’s selection, crossover and mutation processes are used to evolve better ants. However, the GA-derived generations are limited by its execution time, so the GA does not necessarily produce the optimal solution. Therefore, we compared the ants before and after the evolution of the GA with the best ants at present. If there was a better ant than the best ant in all the current rounds, we set it as the best ant in the global update.

4.7. System Implementation

The process of system implementation is shown in Figure 4. First, we collected the human phosphorylation sites, sequences and kinases that were identified in the four phosphate databases and extracted the data of six kinase families or subfamilies, which were divided into 11 categories according to their residues. After the generation of each data set, CD-HIT was used to remove duplicate and similar sequences with a threshold of 0.7, and then sequence fragments were created with a window size of 21. Then, the training set was created with a ratio of positive to negative numbers of 1:1. Then, amino acids with 10 physical and chemical properties were encoded, the fixed residues in the center of the sequence fragment were removed and the feature length after encoding was 200. Then, the machine learning algorithm provided by Weka was used to evaluate 35 methods for each training set. From these 35 types of machine learning, the method with the highest MCC for each training set was selected for later evaluation of feature selection. After confirming the optimal classification method of each data set, the Gas method proposed in this research was used to perform feature selection. The parameters used in Gas were set as follows: iterations 10, ant number 30, alpha 0.8, beta 2.0, initial pheromone 1 in the ACS, pheromone evaporation rate 0.2, q 0:0.35. In the GA part, the parameters were as follows: crossover rate 0.7, mutation rate 0.1, population 30, chromosome length 200, generations 10 and, finally, the subset of features selected by Gas was used to build the GasPhos model.

4.8. Evaluation of Classification Performance

To evaluate the performance of the classifier, four measurements, including sensitivity (Sn), specificity (Sp), accuracy (Acc) and Matthews correlation coefficient (MCC), were used to evaluate the classified predictive power, where Sn, Sp and Acc represented the positive, negative and overall data sets predicting success rates, respectively. MCC was used for evaluating the correlation of positive and negative data accuracy, and its value lies between −1 and 1; the closer the value to 1, the more accurate the predictions, the closer the value to −1, the more inaccurate the prediction. To avoid single positive or negative data sets having too high accuracy, leading to higher overall predictive accuracy and thus affecting credibility, the MCC provided a better evaluation. These measurements were thus calculated according to the following equations:
Sn = T P T P + F N
Sp = T N T N + F P
Acc = T P + T N T N + F N + T P + F P
MCC = ( T P × T N ) ( F P × F N ) ( T P + F N ) × ( T N + F P ) × ( T P + F P ) × ( T N + F N )
where TP, FP, TN and FN represent the correct prediction of positives, the incorrect prediction of negatives, the correct prediction of negatives and the incorrect prediction of positives, respectively.

5. Conclusions

This study proposes a prediction system, GasPhos, for predicting human protein phosphorylation sites and constructs prediction models for the six protein phosphorylation kinase families of CDK, CK2, MAPK, PKA, PKC and Src. Because the number of other kinase families or subfamilies is relatively small, we constructed prediction models for predicting non-specific phosphorylation sites. The overall architecture is mainly to evaluate the performance of the classifier for different human kinase phosphorylation data. After selecting the best machine learning method, the Gas algorithm was used for feature selection to improve prediction performance. The results showed that our strategy of fusing the two algorithms can obtain better performance than other phosphorylation prediction tools that use a single strategy. The overall average Matthews correlation coefficient reached 0.739, which was higher than those of the other tools. This shows that our system is more effective than other tools in predicting human phosphorylation sites, and the overall predictive capability has higher accuracy than other tools. We used human RAD9 protein, histone deacetylase 1 (HDAC1), HIV-1 viral protein U (Vpu) and IVA nucleoprotein (NP) as case studies to explore the applicability of this system. HDACs are very important to convert chromatin states and transition histones–protamines in human spermatozoa. GasPhos could be used to study the effects of heavy metals that lead to alterations in the reproductive health of marine organisms and humans [46,47,48].
In addition, Gas also had better performance in the measurement of the MCC than the genetic algorithm and simulated annealing algorithm. This also shows that the feature selection Gas proposed in this research and the selected feature subsets are more effective for machine learning than the use of all available features. In addition, the number of features after feature selection was reduced by approximately four-fifths, on average. Therefore, the feature selection algorithm designed in this study is helpful for machine learning methods in constructing prediction models. Finally, the algorithm proposed in this study can also be applied to other topics with feature selection requirements or other research fields and is expected to help solve various problems. In terms of phosphorylation site prediction, our research shows that the proposed prediction model has better performance in the prediction of human kinase-specific protein phosphorylation sites than other models. GasPhos can predict the phosphorylation sites of six kinds of protein kinases, integrate other kinase data and build a model to predict non-specific protein phosphorylation sites. Although there are many categories and few data, the accuracy rate can also be 60% or higher (Table S13). GasPhos is freely accessible to the public at http://predictor.nchu.edu.tw/GasPhos.

Supplementary Materials

Supplementary materials can be found at https://www.mdpi.com/1422-0067/21/21/7891/s1.

Author Contributions

Conceptualization, Y.-W.C.; Data curation, L.-Y.H.; Investigation, K.-P.C.; Methodology, C.-W.C.; Project administration, Y.-W.C.; Software, C.-F.L.; Supervision, Y.-W.C.; Validation, C.-F.L.; Writing—original draft, C.-W.C.; Writing—review and editing, L.-Y.H., K.-P.C. and Y.-W.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by (a) Ministry of Science and Technology under grant number 109-2321-B-005-024. (b) National Chung Hsing University and Chung-Shan Medical University under grant number NCHU-CSMU 10911. (c) China Medical University Hospital, DMR-109-258. (d) Taichung Veterans General Hospital and National Chung Hsing University grant number TCVGH-NCHU-1097618.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, T.; Du, P.; Xu, N. Identifying human kinase-specific protein phosphorylation sites by integrating heterogeneous information from various sources. PLoS ONE 2010, 5, e15411. [Google Scholar] [CrossRef] [PubMed]
  2. Trost, B.; Kusalik, A. Computational prediction of eukaryotic phosphorylation sites. Bioinformatics 2011, 27, 2927–2935. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Hubbard, M.J.; Cohen, P. On target with a new mechanism for the regulation of protein phosphorylation. Trends Biochem. Sci. 1993, 18, 172–177. [Google Scholar] [CrossRef]
  4. Manning, G.; Whyte, D.B.; Martinez, R.; Hunter, T.; Sudarsanam, S. The protein kinase complement of the human genome. Science 2002, 298, 1912–1934. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Karampetsou, M.; Ardah, M.T.; Semitekolou, M.; Polissidis, A.; Samiotaki, M.; Kalomoiri, M.; Majbour, N.; Xanthou, G.; El-Agnaf, O.M.; Vekrellis, K. Phosphorylated exogenous alpha-synuclein fibrils exacerbate pathology and induce neuronal dysfunction in mice. Sci Rep. 2017, 7, 1–18. [Google Scholar] [CrossRef] [PubMed]
  6. Junqueira, S.C.; Centeno, E.G.; Wilkinson, K.A.; Cimarosti, H. Post-translational modifications of parkinson’s disease-related proteins: Phosphorylation, sumoylation and ubiquitination. Biochim. Biophys. Acta BBA Mol. Basis Dis. 2019, 1865, 2001–2007. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Song, J.; Wang, H.; Wang, J.; Leier, A.; Marquez-Lago, T.; Yang, B.; Zhang, Z.; Akutsu, T.; Webb, G.I.; Daly, R.J. Phosphopredict: A bioinformatics tool for prediction of human kinase-specific phosphorylation substrates and sites by integrating heterogeneous feature selection. Sci. Rep. 2017, 7, 1–19. [Google Scholar] [CrossRef] [Green Version]
  8. Ismail, H.D.; Jones, A.; Kim, J.H.; Newman, R.H.; Kc, D.B. Rf-phos: A novel general phosphorylation site prediction tool based on random forest. BioMed. Res. Int. 2016, 2016, 3281590. [Google Scholar] [CrossRef] [Green Version]
  9. Lumbanraja, F.R.; Mahesworo, B.; Cenggoro, T.W.; Budiarto, A.; Pardamean, B. An evaluation of deep neural network performance on limited protein phosphorylation site prediction data. Proc. Comput. Sci. 2019, 157, 25–30. [Google Scholar] [CrossRef]
  10. Gan, J.; Qiu, J.; Deng, C.; Lan, W.; Chen, Q.; Hu, Y. Ksimc: Predicting kinase–substrate interactions based on matrix completion. Int. J. Mol. Sci. 2019, 20, 302. [Google Scholar] [CrossRef] [Green Version]
  11. Gao, J.; Thelen, J.J.; Dunker, A.K.; Xu, D. Musite, a tool for global prediction of general and kinase-specific phosphorylation sites. Mol. Cell. Proteom. 2010, 9, 2586–2600. [Google Scholar] [CrossRef] [Green Version]
  12. Wong, Y.-H.; Lee, T.-Y.; Liang, H.-K.; Huang, C.-M.; Wang, T.-Y.; Yang, Y.-H.; Chu, C.-H.; Huang, H.-D.; Ko, M.-T.; Hwang, J.-K. Kinasephos 2.0: A web server for identifying protein kinase-specific phosphorylation sites based on sequences and coupling patterns. Nucl. Acids Res. 2007, 35, W588–W594. [Google Scholar] [CrossRef] [PubMed]
  13. Xue, Y.; Li, A.; Wang, L.; Feng, H.; Yao, X. Ppsp: Prediction of pk-specific phosphorylation site with bayesian decision theory. BMC Bioinf. 2006, 7, 163. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  14. Xue, Y.; Liu, Z.; Cao, J.; Ma, Q.; Gao, X.; Wang, Q.; Jin, C.; Zhou, Y.; Wen, L.; Ren, J. Gps 2.1: Enhanced prediction of kinase-specific phosphorylation sites with an algorithm of motif length selection. Protein Eng. Des. Select. 2011, 24, 255–260. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Song, C.; Ye, M.; Liu, Z.; Cheng, H.; Jiang, X.; Han, G.; Songyang, Z.; Tan, Y.; Wang, H.; Ren, J. Systematic analysis of protein phosphorylation networks from phosphoproteomic data. Mol. Cell. Proteom. 2012, 11, 1070–1083. [Google Scholar] [CrossRef] [Green Version]
  16. Xue, Y.; Ren, J.; Gao, X.; Jin, C.; Wen, L.; Yao, X. Gps 2.0, a tool to predict kinase-specific phosphorylation sites in hierarchy. Mol. Cell. Proteom. 2008, 7, 1598–1608. [Google Scholar] [CrossRef] [Green Version]
  17. Dang, T.H.; Trac, Q.T.; Phan, H.K.; Nguyen, M.C.; Thi, Q.T.P. Skiphos: Non-kinase specific phosphorylation site prediction with random forests and amino acid skip-gram embeddings. BioRxiv 2019, 793794. [Google Scholar]
  18. Blom, N.; Gammeltoft, S.; Brunak, S. Sequence and structure-based prediction of eukaryotic protein phosphorylation sites. J. Mol. Biol. 1999, 294, 1351–1362. [Google Scholar] [CrossRef]
  19. Iakoucheva, L.M.; Radivojac, P.; Brown, C.J.; O’Connor, T.R.; Sikes, J.G.; Obradovic, Z.; Dunker, A.K. The importance of intrinsic disorder for protein phosphorylation. Nucl. Acids Res. 2004, 32, 1037–1049. [Google Scholar] [CrossRef] [Green Version]
  20. Dorigo, M.; Birattari, M.; Stutzle, T. Ant colony optimization. IEEE Comput. Intell. Mag. 2006, 1, 28–39. [Google Scholar] [CrossRef] [Green Version]
  21. Liaw, A.; Wiener, M. Classification and regression by randomforest. R News 2002, 2, 18–22. [Google Scholar]
  22. Ebina, T.; Toh, H.; Kuroda, Y. Drop: An svm domain linker predictor trained with optimal features selected by random forest. Bioinformatics 2011, 27, 487–494. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  23. Schaduangrat, N.; Nantasenamat, C.; Prachayasittikul, V.; Shoombuatong, W. Meta-iavp: A sequence-based meta-predictor for improving the prediction of antiviral peptides using effective feature representation. Int. J. Mol. Sci. 2019, 20, 5743. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Benesty, J.; Chen, J.; Huang, Y.; Cohen, I. Pearson correlation coefficient. In Noise Reduction in Speech Processing; Springer: Berlin/Heidelberg, Germany, 2009; pp. 1–4. [Google Scholar]
  25. Kabir, M.M.; Shahjahan, M.; Murase, K. A new hybrid ant colony optimization algorithm for feature selection. Exp. Syst. Appl. 2012, 39, 3747–3763. [Google Scholar] [CrossRef]
  26. Huang, C.-L. Aco-based hybrid classification system with feature subset selection and model parameters optimization. Neurocomputing 2009, 73, 438–448. [Google Scholar] [CrossRef]
  27. Crooks, G.E.; Hon, G.; Chandonia, J.-M.; Brenner, S.E. Weblogo: A sequence logo generator. Genom. Res. 2004, 14, 1188–1190. [Google Scholar] [CrossRef] [Green Version]
  28. Huang, J.-H.; Cao, D.-S.; Yan, J.; Xu, Q.-S.; Hu, Q.-N.; Liang, Y.-Z. Using core hydrophobicity to identify phosphorylation sites of human g protein-coupled receptors. Biochimie 2012, 94, 1697–1704. [Google Scholar] [CrossRef]
  29. Zhan, Z.; He, K.; Zhu, D.; Jiang, D.; Huang, Y.-H.; Li, Y.; Sun, C.; Jin, Y.-H. Phosphorylation of rad9 at serine 328 by cyclin a-cdk2 triggers apoptosis via interfering bcl-xl. PLoS ONE 2012, 7, e44923. [Google Scholar] [CrossRef] [Green Version]
  30. Witt, O.; Deubzer, H.E.; Milde, T.; Oehme, I. Hdac family: What are the cancer relevant targets? Cancer Lett. 2009, 277, 8–21. [Google Scholar] [CrossRef]
  31. Pluemsampant, S.; Safronova, O.S.; Nakahama, K.i.; Morita, I. Protein kinase ck2 is a key activator of histone deacetylase in hypoxia-associated tumors. Int. J. Cancer 2008, 122, 333–341. [Google Scholar] [CrossRef]
  32. Onge, R.P.S.; Besley, B.D.; Pelley, J.L.; Davey, S. A role for the phosphorylation of hrad9 in checkpoint signaling. J. Biol. Chem. 2003, 278, 26620–26628. [Google Scholar]
  33. Khan, D.H.; He, S.; Yu, J.; Winter, S.; Cao, W.; Seiser, C.; Davie, J.R. Protein kinase ck2 regulates the dimerization of histone deacetylase 1 (hdac1) and hdac2 during mitosis. J. Biol. Chem. 2013, 288, 16518–16528. [Google Scholar] [PubMed] [Green Version]
  34. Boutet, E.; Lieberherr, D.; Tognolli, M.; Schneider, M.; Bairoch, A. Uniprotkb/swiss-prot. In Plant Bioinformatics; Springer: Berlin/Heideiberg, Germany, 2007; pp. 89–112. [Google Scholar]
  35. Diella, F.; Cameron, S.; Gemünd, C.; Linding, R.; Via, A.; Kuster, B.; Sicheritz-Pontén, T.; Blom, N.; Gibson, T.J. Phospho. Elm: A database of experimentally verified phosphorylation sites in eukaryotic proteins. BMC Bioinf. 2004, 5, 1–5. [Google Scholar]
  36. Hornbeck, P.V.; Kornhauser, J.M.; Tkachev, S.; Zhang, B.; Skrzypek, E.; Murray, B.; Latham, V.; Sullivan, M. Phosphositeplus: A comprehensive resource for investigating the structure and function of experimentally determined post-translational modifications in man and mouse. Nucl. Acids Res. 2012, 40, D261–D270. [Google Scholar] [PubMed] [Green Version]
  37. Yang, C.-Y.; Chang, C.-H.; Yu, Y.-L.; Lin, T.-C.E.; Lee, S.-A.; Yen, C.-C.; Yang, J.-M.; Lai, J.-M.; Hong, Y.-R.; Tseng, T.-L. Phosphopoint: A comprehensive human kinase interactome and phospho-protein database. Bioinformatics 2008, 24, i14–i20. [Google Scholar]
  38. Lee, T.-Y.; Bo-Kai Hsu, J.; Chang, W.-C.; Huang, H.-D. Regphos: A system to explore the protein kinase–substrate phosphorylation network in humans. Nucl. Acids Res. 2011, 39, D777–D787. [Google Scholar] [PubMed] [Green Version]
  39. Li, W.; Godzik, A. Cd-hit: A fast program for clustering and comparing large sets of protein or nucleotide sequences. Bioinformatics 2006, 22, 1658–1659. [Google Scholar]
  40. Lee, T.-Y.; Bretaña, N.A.; Lu, C.-T. Plantphos: Using maximal dependence decomposition to identify plant phosphorylation sites with substrate site specificity. BMC Bioinf. 2011, 12, 261. [Google Scholar]
  41. Kawashima, S.; Pokarowski, P.; Pokarowska, M.; Kolinski, A.; Katayama, T.; Kanehisa, M. Aaindex: Amino acid index database, progress report 2008. Nucl. Acids Res. 2007, 36, D202–D205. [Google Scholar]
  42. Atchley, W.R.; Zhao, J.; Fernandes, A.D.; Drüke, T. Solving the protein sequence metric problem. Proc. Natl. Acad. Sci. USA 2005, 102, 6395–6400. [Google Scholar]
  43. Venkatarajan, M.S.; Braun, W. New quantitative descriptors of amino acids based on multidimensional scaling of a large number of physical–chemical properties. Mol. Model. Ann. 2001, 7, 445–453. [Google Scholar]
  44. Hall, M.; Frank, E.; Holmes, G.; Pfahringer, B.; Reutemann, P.; Witten, I.H. The weka data mining software: An update. ACM SIGKDD Exp. Newslett. 2009, 11, 10–18. [Google Scholar] [CrossRef]
  45. Huang, H.; Xie, H.-B.; Guo, J.-Y.; Chen, H.-J. Ant colony optimization-based feature selection method for surface electromyography signals classification. Comput. Biol. Med. 2012, 42, 30–38. [Google Scholar] [CrossRef]
  46. Piscopo, M.; Trifuoggi, M.; Notariale, R.; Labar, S.; Troisi, J.; Giarra, A.; Rabbito, D.; Puoti, R.; Brundo, M.V.; Basile, A. Protamine-like proteins analyses as emerging biotechnique for cadmium impact assessment on male mollusk mytilus galloprovincialis (lamarck 1819). Acta Biochim. Pol. 2018, 65, 259–267. [Google Scholar] [CrossRef] [PubMed]
  47. Lettieri, G.; Marra, F.; Moriello, C.; Prisco, M.; Notari, T.; Trifuoggi, M.; Giarra, A.; Bosco, L.; Montano, L.; Piscopo, M. Molecular alterations in spermatozoa of a family case living in the land of fires. A first look at possible transgenerational effects of pollutants. Int. J. Mol. Sci. 2020, 21, 6710. [Google Scholar]
  48. Lettieri, G.; D’Agostino, G.; Mele, E.; Cardito, C.; Esposito, R.; Cimmino, A.; Giarra, A.; Trifuoggi, M.; Raimondo, S.; Notari, T. Discovery of the involvement in DNA oxidative damage of human sperm nuclear basic proteins of healthy young men living in polluted areas. Int. J. Mol. Sci. 2020, 21, 4198. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Comparison of conserved sequences and feature subsets.
Figure 1. Comparison of conserved sequences and feature subsets.
Ijms 21 07891 g001
Figure 2. Gas flowchart.
Figure 2. Gas flowchart.
Ijms 21 07891 g002
Figure 3. The path selection strategy adopted by Gas.
Figure 3. The path selection strategy adopted by Gas.
Ijms 21 07891 g003
Figure 4. GasPhos flow chart.
Figure 4. GasPhos flow chart.
Ijms 21 07891 g004
Table 1. Comparison of different heuristic functions.
Table 1. Comparison of different heuristic functions.
KinaseClassifierAll FeaturesACSFS
IGF-ScorePCCMDGI
CDK_SBFTree0.7110.7230.7470.7480.746
CDK_TSimpleCart0.7640.7700.7670.7730.776
CK2_SNaiveBayes0.6300.6990.6920.7020.700
CK2_TMultiBoostAB0.6250.6300.6810.6820.692
MAPK_SBFTree0.7420.7450.7700.7750.773
MAPK_TBFTree0.8430.8500.8590.8490.854
PKA_SDecisionTable0.7470.7690.7720.7810.781
PKA_TRBFNetwork0.7200.7630.8000.8230.862
PKC_SDecisionTable0.5580.5740.5850.5850.585
PKC_TSimpleLogistic0.4700.5020.5790.5790.649
Src_YNaiveBayes0.3200.3590.3940.4080.421
Avg. 0.6480.6710.6950.7000.713
Table 2. The results of the genetic algorithm (GA)-aided strategy with the mean decrease Gini index (MDGI).
Table 2. The results of the genetic algorithm (GA)-aided strategy with the mean decrease Gini index (MDGI).
KinaseACSFSACSGAFS
SNSPACCMCCSNSPACCMCC
CDK_S0.8380.9060.8720.7460.8450.9040.8740.751
CDK_T0.8610.9130.8870.7760.8650.9130.8890.779
CK2_S0.8140.8840.8490.7000.8150.8980.8560.716
CK2_T0.8130.8750.8440.6920.8250.8750.8500.705
MAPK_S0.8770.8940.8850.7730.8770.9010.8890.779
MAPK_T0.9040.9490.9270.8540.9140.9440.9290.859
PKA_S0.8710.9070.8890.7810.8780.9020.8900.782
PKA_T0.9050.9510.9290.8620.8881.0000.9440.896
PKC_S0.7950.7890.7920.5850.8040.7860.7950.592
PKC_T0.8150.8310.8230.6490.7920.8620.8270.656
Src_Y0.7150.7040.7090.4210.7520.7150.7330.469
Avg.0.8370.8730.8550.7130.8410.8820.8620.726
Table 3. The result of the full pseudo-random proportional rule.
Table 3. The result of the full pseudo-random proportional rule.
KinaseBinary Transformation StrategyPseudo-Random Proportional RuleFull Pseudo-Random Proportional Rule
CDK_S0.751 (50)0.743 (104)0.755 (33)
CDK_T0.779 (41)0.779 (43)0.792 (27)
CK2_S0.716 (74)0.712 (112)0.712 (49)
CK2_T0.705 (71)0.705 (50)0.758 (44)
MAPK_S0.779 (45)0.769 (83)0.786 (30)
MAPK_T0.859 (29)0.866 (27)0.864 (20)
PKA_S0.782 (45)0.774 (62)0.795 (25)
PKA_T0.896 (55)0.896 (40)0.909 (34)
PKC_S0.592 (77)0.585 (126)0.615 (48)
PKC_T0.656 (73)0.651 (64)0.667 (54)
Src_Y0.469 (92)0.437 (132)0.477 (61)
Avg.0.726 (59.27)0.720 (76.64)0.739 (38.64)
The number in parentheses is the number of features selected.
Table 4. The results of different feature selection methods.
Table 4. The results of different feature selection methods.
KinaseSimulated Annealing AlgorithmGenetic AlgorithmGas
CDK_S0.6920.7360.755
CDK_T0.7640.7730.792
CK2_S0.6020.6990.712
CK2_T0.5800.6940.758
MAPK_S0.7460.7600.786
MAPK_T0.8440.8440.864
PKA_S0.7700.7800.795
PKA_T0.7690.8300.909
PKC_S0.5710.5890.615
PKC_T0.3790.5570.667
Src_Y0.3230.3910.477
Avg.0.6400.6960.739
Table 5. The results of different predictors for various specific kinases.
Table 5. The results of different predictors for various specific kinases.
KinaseKinasPhos 2.0GPSiGPSMusitePPSPGasPhos
CDK_S0.1500.5930.5030.6770.6890.755
CDK_T0.2600.6880.5750.7430.7610.792
CK2_S0.6470.6190.4230.6610.5830.712
CK2_T0.4000.5900.4340.5550.5500.758
MAPK_S0.3900.5880.6130.6910.6960.786
MAPK_TN/A *0.7300.7080.8200.8240.864
PKA_S0.1610.7650.5160.7470.7470.795
PKA_T0.5600.8130.5140.7190.7000.909
PKC_S0.1660.4640.4660.4930.5210.615
PKC_T0.2310.4590.4100.4180.4360.667
Src_Y0.0750.4590.3290.2850.3190.477
Avg.0.2760.6150.4990.6190.6210.739
* N/A is not available.
Table 6. Proteomics analysis of various functional proteins by different predictors.
Table 6. Proteomics analysis of various functional proteins by different predictors.
Function TypeKinasPhos 2.0GPSiGPSMusitePPSPGasPhos
Defense proteins0.0400.4990.2310.3860.4580.396
Enzymes0.2520.6060.5150.5430.5440.680
Contractile proteins0.0640.2470.3060.4140.3910.447
Regulatory proteins0.2120.3930.2730.4260.4690.539
Receptor proteins0.1760.5710.4470.5000.5430.588
Other0.2690.6020.4730.6270.6100.744
Avg.0.1690.4860.3740.4830.5020.566
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Chen, C.-W.; Huang, L.-Y.; Liao, C.-F.; Chang, K.-P.; Chu, Y.-W. GasPhos: Protein Phosphorylation Site Prediction Using a New Feature Selection Approach with a GA-Aided Ant Colony System. Int. J. Mol. Sci. 2020, 21, 7891. https://doi.org/10.3390/ijms21217891

AMA Style

Chen C-W, Huang L-Y, Liao C-F, Chang K-P, Chu Y-W. GasPhos: Protein Phosphorylation Site Prediction Using a New Feature Selection Approach with a GA-Aided Ant Colony System. International Journal of Molecular Sciences. 2020; 21(21):7891. https://doi.org/10.3390/ijms21217891

Chicago/Turabian Style

Chen, Chi-Wei, Lan-Ying Huang, Chia-Feng Liao, Kai-Po Chang, and Yen-Wei Chu. 2020. "GasPhos: Protein Phosphorylation Site Prediction Using a New Feature Selection Approach with a GA-Aided Ant Colony System" International Journal of Molecular Sciences 21, no. 21: 7891. https://doi.org/10.3390/ijms21217891

APA Style

Chen, C.-W., Huang, L.-Y., Liao, C.-F., Chang, K.-P., & Chu, Y.-W. (2020). GasPhos: Protein Phosphorylation Site Prediction Using a New Feature Selection Approach with a GA-Aided Ant Colony System. International Journal of Molecular Sciences, 21(21), 7891. https://doi.org/10.3390/ijms21217891

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