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

KSP: an integrated method for predicting catalyzing kinases of phosphorylation sites in proteins

Abstract

Background

Protein phosphorylation by kinases plays crucial roles in various biological processes including signal transduction and tumorigenesis, thus a better understanding of protein phosphorylation events in cells is fundamental for studying protein functions and designing drugs to treat diseases caused by the malfunction of phosphorylation. Although a large number of phosphorylation sites in proteins have been identified using high-throughput phosphoproteomic technologies, their specific catalyzing kinases remain largely unknown. Therefore, computational methods are urgently needed to predict the kinases that catalyze the phosphorylation of these sites.

Results

We developed KSP, a new algorithm for predicting catalyzing kinases for experimentally identified phosphorylation sites in human proteins. KSP constructs a network based on known protein-protein interactions and kinase-substrate relationships. Based on the network, it computes an affinity score between a phosphorylation site and kinases, and returns the top-ranked kinases of the score as candidate catalyzing kinases. When tested on known kinase-substrate pairs, KSP outperforms existing methods including NetworKIN, iGPS, and PKIS.

Conclusions

We developed a novel accurate tool for predicting catalyzing kinases of known phosphorylation sites. It can work as a complementary network approach for sequence-based phosphorylation site predictors.

Background

As a molecular switch in cellular biochemistry, protein phosphorylation by kinases is one of the most ubiquitous post-translational modifications (PTM). It has been estimated that biological activities of 1/3 ~ 2/3 of the proteome of an organism could be regulated by protein phosphorylation [1]. Since protein phosphorylation plays important roles in various biological processes, aberrances of phosphorylation systems are frequently related to various diseases including cancer. Over the past decade, with rapid advancement of high-throughput techniques, a large number of phosphorylation residual sites have been identified and deposited in databases such as PhosphoSitePlus [2], Phospho.ELM [3], and HPRD [4, 5], providing good resources for researchers to investigate the roles of phosphorylation in functional networks of cells. However, for the majority of these phosphorylation sites (p-sites), the cognate catalyzing kinases remain unknown. For example, Phospho.ELM currently comprises 42,914 non-redundant serine, threonine, and tyrosine p-sites in more than 11,000 protein sequences, but only ∼12% of these sites have annotated cognate kinases. On the other hand, kinases comprise the putative targets of about 20% drugs on the market [6], however, most of their substrate sites are unknown. Clearly, prediction of the substrate sites of kinases can help elucidate underlying mechanisms. Therefore, it is imperative to develop new methods to predict catalyzing kinases for the exponentially increasing number of p-sites in proteins, thereby revealing targets of therapeutics [7,8,9].

Indeed, many computational methods have been developed to address the demand. These methods can be divided into two categories. The sequence-based methods only use flanking sequence around a p-site to predict the catalyzing kinases [10,11,12,13,14]; while the combined methods integrate flanking sequences around a p-site with other types of data, such as protein disorder regions, sequence similarity between kinase families, and protein-protein interactions (PPI) to predict the catalyzing kinases [11, 15,16,17,18,19,20]. Among the existing network methods, most were developed based on the similarity between sequences [8, 11, 15, 21, 22], and do not use topological information of known interaction networks [8, 22, 23]. To overcome this shortage, KSIBW adopted a new edge clustering coefficient (NECC) to refine the weight of PPI networks [21]. However, there remains room of improvement to accurately capture the similarity between nodes in PPI networks [21, 24].

In this study, we propose a novel combined method, termed KSP, to predict kinases of given p-sites in proteins. Firstly, we constructed an interaction network by integrating known kinase-substrate relationships and known PPI. Secondly, we converted the interaction network into a bipartite graph consisting of two types of nodes: kinases and non-kinase proteins, and then assigned to each edge of the bipartite graph a weight computed by a newly designed similarity score. In addition, we provided complementary sequence-based scoring methods named PWMScore (Position Weight Matrix Score) and CBS (Clustering for BLOSUM62 similarity). Therefore, a user can perform both network-based and combined predictions. When tested on several p-sites with known kinases, KSP was able to accurately predict cognate kinases for the p-sites. KSP also outperformed NetworKIN, iGPS, PKIS, and sequence-alone methods on the datasets measured by the ROC (receiver operating characteristic) curve, the F1 score (harmonic average of the precision and recall) and the PRC (precision-recall curve).

Results

Predicting kinase-substrate relationships

We first performed 10-fold cross-validation to evaluate KSP on all kinase-substrate interaction pairs. If the true kinase for a substrate protein was included in the top 10 kinases ranked by KSPScore, we count it as a true prediction. The accuracy of the prediction is defined as the ratio of the number of true predictions to the size of test dataset. Eventually, we reached accuracies 82.9%, 84.7%, 82.8%, 85.2%, 85.9%, 83.0%, 84.1%, 84.4%, 86.5%, 85.1% respectively on each fold.

To evaluate the performance of KSP for specific kinases, we randomly divided the p-sites of a kinase into a training set and a positive test set using a ratio of 7:3. The negative test set contains both p-sites of other kinases and the sequences around S/T/Y residues without known phosphorylation. The test set is formed by the positive test set and the negative test set with a ratio of 1:1. Table 1 shows the results of predicting kinases for the p-sites of CK2A1 and Src when the top 1, 2, …, and 10 ranked kinases were considered. The results of PKACA and CDK1 are listed in Additional file 2. The F1 score is the harmonic average of the precision and recall that is a measure of a test’s accuracy. As expected, the accuracy of the prediction decreases as the benchmark becomes stricter (Fig. 1).

Table 1 Evaluation of KSP on CK2A1 and Src when different number of top-ranked predictions were considered
Fig. 1
figure 1

Vioplot of F1 Scores of the predictions in the four kinases as a whole when different number of top predictions were considered

Improving sequence-based prediction of kinase-substrate relationship

We captured the frequency and similarity features of local sequences around p-sites using PWMScore and CBSScore. In order to validate the performance of KSP in improving sequence-based prediction methods (PWM and CBS), we defined SequenceScore as the sum of normalized PWMScore and normalized CBSScore, and the OverallScore as the sum of normalized KSPScore and SequenceScore. Moreover, as kinases of the same families have very similar p-sites with similar flanking local sequences, to fully evaluate the sensitivity of KSP, we generated a test dataset in which the negative samples were from the substrates of the same kinase families of CDK2 and ATM (see Additional file 3, Additional file 4, and Additional file 8). As shown in Fig. 2, the difference of OverallScores between positives and negatives is much larger than that of their respective SequenceScores. Thus, KSP largely improved the sequence-based methods with its ability to distinguish between positives and negatives more efficiently. When adding KSP, the ROC curves show a remarkable increase in the AUROC (the area under the ROC curve) values: CDK2 by 31.5% and ATM by 20% (Fig. 2).

Fig. 2
figure 2

Comparison between the sequence-based method and the combined method (Sequence + KSP) on the p-sites of CDK2 and ATM. The two boxplots on the top show the different precision score of positive and negative samples of the sequence-based method and the combined method. The two figures on the bottom show the ROC curves of these two methods on the p-sites of CDK2 and ATM

In addition, we also compared the performance of these methods on two kinases (PKACA and PKCA) by using 10-fold cross-validation. As shown in Fig. 3, KSP significantly improved the sequence-based method in terms of the AUROC values on PKACA. Similar results were seen for PKCA (Additional file 9).

Fig. 3
figure 3

Results of the 10-fold cross validation on PKACA: the ROC curves of the sequence-based method and the combined method (Sequence+KSP)

Comparison with alternative methods

Finally, we compared KSP, PWMScore and CBS with the state-of-the-art methods NetworKIN [9, 23] and iGPS [25] on substrates of two kinases (CDK2 and ATM), using the same training set and test set as described above. To run iGPS on the data, we modified the format of flanking sequence of p-sites according to the requirement of iGPS and selected all-score output rather than a threshold. Besides, because NetworKIN does not use p-sites as the input in the form of 15-mers as in PhosphoSitePlus, we tested it by inputting substrate protein sequences and positions of p-sites. The Minimum score of output was set to be 0 with Max difference set to be the default value. The details of the output scores can be found in Additional file 3 and Additional file 4.

As shown in Fig. 4, KSP has the most accurate prediction on the two kinases compared to other methods. Sequence-based methods including PWMScore and CBS are not robust enough for different kinases, their performance may depend on the size of validated p-sites and the choice of negatives in the test set. Although the combination of NetworKIN and iGPS improves AUROC significantly on CDK2 and slightly on ATM, it still cannot match the precision of KSP.

Fig. 4
figure 4

Comparison between KSP and five other methods (including one combined method) on CDK2 and ATM

Besides, for a fairer comparison, we reconstructed our similarity bipartite graph B using the kinase-substrate pairs collected from Phospho.ELM, which were used by NetworKIN, iGPS and PKIS as well. After removing redundant and missing data, we found that the number of known p-sites of each kinase is too small, so we only trained and tested on two kinase groups (CMGC group and AGC group). The precision-recall curves of the predictions in Fig. 5 show that KSPScore also outperformed NetworKIN and iGPS on the CMGC group and the AGC group. Here, we only tested the CMGC group on PKIS and compared it with other tools because it could not provide predictions for AGC groups.

Fig. 5
figure 5

Comparison between KSP and other methods on the CMGC and AGC groups

Discussion

Phosphorylation of proteins by kinases plays a crucial role in protein functions in cells [26]. It is estimated that human genome encodes 518 protein kinase genes, comprising 134 families. These kinases are responsible for almost all of the human protein phosphorylation events, which are involved with various biological processes [27]. Therefore, it is of importance to figure out the kinase-substrate relationships in order to understand the molecular mechanisms underlying these biological processes and construct phosphorylation networks [28]. Although an increasing number of p-sites have been identified using high throughput methods, finding their cognate kinases has become a bottleneck. Here, we show that a network scoring tool KSP which integrates kinase-substrate relationships and PPI is able to accurately predict cognate kinases of p-site substrates. Furthermore, our scoring function (KSPScore) can better capture similarities of kinases than commonly used similarity indices. The aim of KSP is to predict candidate catalyzing kinases of the numerous experimentally identified p-sites, and it can be used as an assistant tool for other kinase phosphorylation prediction software. Meanwhile, we also provided two sequence-based methods (PWMScore and CBSScore) to predict the kinase of a query p-site using amino acids frequencies and BLOSUM 62 similarity, respectively, and we showed that the PWM and CBS methods could make better use of known local kinase-specific conserved sequences to predict kinase-substrate relationships for many kinases. Compared with the existing well-regarded methods (e.g., iGPS and NetworKIN) [9, 23, 25], KSP presents fairly robust high-performance in terms of the accuracy on several kinases and kinase groups.

Although some substrate-kinase relationship predictors considered other types of information like protein disorder regions [29] as well as cell cycles, the inclusion of these kinds of information seems to have little improvement for most kinases [11, 16, 18, 20, 30]. Thus, we only consider two well-recognized features, protein interactions and conserved local sequence around phosphorylation sites. Since genetic variation changes phosphorylation sites or their interacting kinases [31, 32], many methods have emerged to quantify the effects of SNVs (single nucleotide variants) on protein phosphorylation. ActiveDriver identified a specific p-site region in a given protein that has a significantly different mutation rate than expected, thereby finding cancer driver mutations [33, 34]. MIMP and PhosphoPICK-SNP provided tools to predict loss or gain of protein phosphorylation sites based on methods of predicting p-sites [12, 35]. After constructing this powerful interaction network, the next step for us is to utilize this tool to predict the impact of mutations on substrate-kinase relationships. Furthermore, one potential concern is that our prediction only works well on a few kinases due to the unbalanced distribution of kinase information, with the availability of more data of phosphorylation and protein interactions in the future, the scope of application as well as the accuracy of our methods can be further improved.

Conclusions

In this paper, we developed a novel method, KSP, to predict catalyzing kinases of query p-sites in proteins. This method is based on the connection relationship in a combined phosphorylation network and outperforms existing kinase-substrate relationship prediction tools on multiple datasets. We believe that KSP will aid in the efforts to elucidate the protein kinase regulation mechanisms, especially for the kinases that have not been well studied.

Methods

Data collection and preprocessing

Experimentally verified human p-sites with kinase information and sequences were downloaded from the latest PhosphoSitePlus [2] and Phospho.ELM [3]. After removing the redundant and missing data, we collected 10,198 known human kinase-substrate pairs for 370 kinases. The detailed information of these kinases was summarized in Additional file 1. In order to understand the structure of the kinase-substrate interaction network, we visualized it with Cytoscape [36] (see Additional file 5) and found that the network is heterogeneous, that is, a small number of nodes in the network have very large numbers of connections, while most nodes have very few connections [37, 38] (see Additional file 6). We then constructed a new network by integrating the kinase-substrate interaction network and the human PPI network extracted from HPRD (Human Protein Reference Database) [4, 5] by taking the union of their nodes and edges, and deleting all the components but the largest one. The integrated network consists of two types of nodes: those representing the kinases; and those representing other proteins. We then conducted a statistical analysis of the degree distribution of nodes in this integrated network (see Additional file 7).

We retained ± 7 flanking residues of p-sites of different kinases to capture local sequence features, and only selected those kinases with greater than 15 p-sites. After removing duplicates for each kinase using CD-HIT [39], we ended up with 113 kinases.

Kinase-substrate prediction score (KSPScore)

In a complex network, there are many indices between two different nodes, including similarity indices, matching indices and statistic-based indices [40]. In this study (Fig. 6), we constructed a complex network G = (V, E1) by combining the kinase-substrate network and the PPI network, where nodes represent kinases and other proteins, and edges represent catalytic relationships between kinases and proteins of substrate p-sites and interactions among the remaining proteins. Networks are reduced to protein interaction levels by removing the p-sites information. By wi, j, we denote the weight of the edge between nodes i and j in G according to the number of identified interactions.

Fig. 6
figure 6

Flowchart of KSP for kinase-substrate pair prediction

For a given kinase k and a p-site p in a substrate protein n, we consider all neighbors of k and n in G = (V, E1). Let Nx (x ∈ V) be the set of neighbors of x, dx (x ∈ V) be the degree of x, and Zi, j (i, j ∈ V) be the set of common neighbors of i and j. We calculate the similarity score KSPScore (k, n) between k and n as follows.

  1. 1.

    If n ∈ Nk ∩ V,

    $$ KS0={w}_{k,n} $$
  2. 2.

    Besides, if Zk, n ≠ ø,

    $$ KS1=\sum \limits_{v_k\in {Z}_{k,n}}{w}_{k,{v}_k}{w}_{v_k,n} $$
  3. 3.

    Besides, if \( {Z}_{v_p,n}\ne \varnothing \) when vp ∈ Nk ∩ V,

    $$ KS2=\sum \limits_{v_p\in {N}_k}\sum \limits_{v_q\in {Z}_{v_p,n}}{w}_{k,{v}_p}{w}_{v_p,{v}_q}{w}_{v_q,n} $$
  4. 4.

    Besides, if \( {Z}_{v_x,{v}_y}\ne \varnothing \) when vx ∈ Nk ∩ V, vy ∈ Nn ∩ V,

    $$ KS3=\sum \limits_{v_x\operatorname{}{N}_k}\sum \limits_{v_y\operatorname{}{N}_n}\sum \limits_{v_k\operatorname{}{Z}_{v_x,{v}_y}}{w}_{k,{v}_x}{w}_{v_x,{v}_k}{w}_{v_k,{v}_y}{w}_{v_y,n} $$
$$ KSPScore\left(k,n\right)=\left( KS0, KS1, KS2,\operatorname{}\operatorname{} KS3\right)\times \beta \times {p}_d(k) $$
(Finally,)

β = (β0, Î²1, Î²2, β3)T is a parameter vector of components β0, β1, β2, β3 which add up to 1 and pd is the punitive function:

$$ {p}_d(x)=\left\{\begin{array}{c}1-\frac{\left({\mathit{\log}}_2{d}_x-{\mathit{\min}}_{i\in V}\left({\mathit{\log}}_2{d}_i\right)\right)\times 0.2}{{\mathit{\max}}_{i\in V}\left({\mathit{\log}}_2{d}_i\right)-{\mathit{\min}}_{i\in V}\left({\mathit{\log}}_2{d}_i\right)},{d}_x>2\ \\ {}1,{d}_x\le 2\end{array}\right. $$

We define the KSPScore (k, n) based on the assumption that correlation between two nodes in a biological network can be further supported by interactions among their neighbors. In order to reduce the bias to over-studied kinases, we diminish impact of the interaction between a kinase and a substrate protein by using the punitive function pd and adjusting parameter β in the KSPScore formula. By default, we set β = (0.25, 0.225, 0.1875, 0.1875)T.

Next, we convert G into a weighted bipartite graph B = (K, N, E2, W), where K ∪ N = V, with K representing kinases, N non-kinase proteins, E2 the edges between K and N, and W the weights on E2 defined as the KSPScore s. Here we only connect a kinase and a non-kinase protein if their KSPScore ≠ 0. We define the KSPScore between kinase ki and a p-site p as KSPScore(ki, p) = KSPScore(ki, n), where i = 1, 2, …, 370 and n represent the substrate protein of p. For a query p-site we consider all the 370 kinases, and output 10 top-ranked kinases as possible cognate candidates.

Position weight matrix score (PWMScore)

We modeled sequence specificity of the p-sites of a kinase using a position weight matrix (PWM) following the method of MIMP [12] and constructed PWMs for 113 kinases with more than 15 p-sites. To construct a PWM, we first generated a position frequency matrix (PFM) by counting the occurrences of each amino acid at each position in the multiple alignments of the p-sites of length L, and the position profile matrix (PPM) by dividing the PFM by N, the number of p-sites. Finally, the PWMs were calculated by taking log likelihoods. Formally, let X be a set of N p-sites’ sequences of length L = 15, and M = (Mk, j) the PWM of X, then the elements Mk, j of the PWM were calculated by

$$ {M}_{k,j}={\log}_2\left(\frac{1}{N{b}_k}\sum \limits_{i=1}^NI\left({X}_{i,j}=k\right)\right) $$

where i = 1, …, N; j = 1, …, 15; k is one of amino acids; and I(a = k) is an indicator function where I(a = k)= 1 if a = k and 0 otherwise; bk is the background frequency of amino acid k.

For a query p-site p and kinase ki, we defined PWMScore(ki, p) as the sum of the relevant values at each position in the PWM of ki, where i = 1, 2, …, 113. For a query p-site we consider all the 113 PWMs, and output 10 top-ranked kinases as cognate candidates.

Clustering for BLOSUM62 similarity (CBS)

Flanking sequences around the p-sites of a kinase often show some similarity, to use this feature for predicting kinase-substrate relationships, we propose a KNN (k-nearest neighbors) based clustering method. We define the similarity score S between sequences s1 and s2 as

$$ S\left({s}_1,{s}_2\right)={\sum}_{i=-7}^{i=7} Score\left({s}_1(i),{s}_2(i)\right), $$

where Score(a, b) is the alignment score between amino acids a and b according to an amino acid substitution matrix [41] (BLOSUM62 by default), and it is defined to be 0 if the upstream or downstream regions of the sites have less than 7 residues. For each p-site sequence sj (15-mers including ± 7 flanking residues around the phosphorylated amino acid), we find its k nearest neighbors in the training set according to similarity score S (The larger the similarity score between two sequences, the closer they are). We then calculate the CBSScore(ki, sj) between kinase ki and sequence sj as the percentage of the sites catalyzed by ki in the k nearest neighbors of sj.

For the input local sequence sj of a query p-site, we consider all the 113 kinases, and output 10 top-ranked kinases as possible cognate candidates. We tested different k (1%, 2.5%, 5% and 7.5% of the size of the whole training dataset) for the kinase prediction and finally set the default k to be 7.5% of the size of the training dataset.

Availability of data and materials

All the dataset and source code, which can be used to test this method, are available at https://sourceforge.net/projects/kspscore/files/

Abbreviations

PTM:

Post-translational modification

p-sites:

phosphorylation sites

PPI:

Protein-protein interactions

NECC:

New edge clustering coefficient

PWMScore:

Position weight matrix score

CBS:

Clustering for BLOSUM62 similarity

ROC:

Receiver operating characteristic

PRC:

Precision-recall curve

HPRD:

Human Protein Reference Database

KSPScore:

Kinase-Substrate Prediction Score

PWM:

Position weight matrix

PFM:

Position frequency matrix

PPM:

Position profile matrix

KNN:

k-nearest neighbors

AUROC:

The area under the ROC curve

SNV:

Single nucleotide variants

References

  1. Vlastaridis P, Kyriakidou P, Chaliotis A, Van de Peer Y, Oliver SG, Amoutzias GD. Estimating the total number of phosphoproteins and phosphorylation sites in eukaryotic proteomes. Gigascience. 2017;6(2):1–11..

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  2. Hornbeck PV, Zhang B, Murray B, Kornhauser JM, Latham V, Skrzypek E. PhosphoSitePlus, 2014: mutations, PTMs and recalibrations. Nucleic Acids Res. 2015;43(Database issue):D512–20.

    Article  CAS  PubMed  Google Scholar 

  3. Dinkel H, Chica C, Via A, Gould CM, Jensen LJ, Gibson TJ, Diella F. Phospho.ELM: a database of phosphorylation sites—update 2011. Nucleic Acids Res. 2011;39(Database issue):D261–7.

    Article  CAS  PubMed  Google Scholar 

  4. Keshava Prasad TS, Goel R, Kandasamy K, Keerthikumar S, Kumar S, Mathivanan S, Telikicherla D, Raju R, Shafreen B, Venugopal A, et al. Human protein reference database--2009 update. Nucleic Acids Res. 2009;37(Database issue):D767–72.

    Article  CAS  PubMed  Google Scholar 

  5. Peri S, Navarro JD, Amanchy R, Kristiansen TZ, Jonnalagadda CK, Surendranath V, Niranjan V, Muthusamy B, Gandhi T. Gronborg MJGr: development of human protein reference database as an initial platform for approaching systems biology in humans. Genome Res. 2003;13(10):2363–71.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Lahiry P, Torkamani A, Schork NJ, Hegele RA. Kinase mutations in human disease: interpreting genotype-phenotype relationships. Nat Rev Genet. 2010;11(1):60–74.

    Article  CAS  PubMed  Google Scholar 

  7. Ren J, Jiang C, Gao X, Liu Z, Yuan Z, Jin C, Wen L, Zhang Z, Xue Y, Yao X. PhosSNP for systematic analysis of genetic polymorphisms that influence protein phosphorylation. Mol Cell Proteomics. 2010;9(4):623–34.

    Article  CAS  PubMed  Google Scholar 

  8. Linding R, Jensen LJ, Pasculescu A, Olhovsky M, Colwill K, Bork P, Yaffe MB, Pawson TJ. NetworKIN: a resource for exploring cellular phosphorylation networks. Nucleic Acids Res. 2007;36(suppl_1):D695–9.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  9. Linding R, Jensen LJ, Ostheimer GJ, van Vugt MA, Jorgensen C, Miron IM, Diella F, Colwill K, Taylor L, Elder K, et al. Systematic discovery of in vivo phosphorylation networks. Cell. 2007;129(7):1415–26.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Xue Y, Li A, Wang L, Feng H, Yao X. PPSP: prediction of PK-specific phosphorylation site with Bayesian decision theory. BMC Bioinformatics. 2006;7:163.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  11. Lee TY, Bo-Kai Hsu J, Chang WC, Huang HD. RegPhos: a system to explore the protein kinase-substrate phosphorylation network in humans. Nucleic Acids Res. 2011;39(Database issue):D777–87.

    Article  CAS  PubMed  Google Scholar 

  12. Wagih O, Reimand J, Bader GD. MIMP: predicting the impact of mutations on kinase-substrate phosphorylation. Nat Methods. 2015;12(6):531–3.

    Article  CAS  PubMed  Google Scholar 

  13. 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 Proteomics. 2008;7(9):1598–608.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Xue Y, Zhou F, Zhu M, Ahmed K, Chen G, Yao X. GPS: a comprehensive www server for phosphorylation sites prediction. Nucleic Acids Res. 2005;33(suppl_2):W184–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Huang KY, Wu HY, Chen YJ, Lu CT, Su MG, Hsieh YC, Tsai CM, Lin KI, Huang HD, Lee TY, et al. RegPhos 2.0: an updated resource to explore protein kinase-substrate phosphorylation networks in mammals. Database. 2014;2014(0):bau034.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  16. Patrick R, Le Cao KA, Kobe B, Boden M. PhosphoPICK: modelling cellular context to map kinase-substrate phosphorylation events. Bioinformatics. 2015;31(3):382–9.

    Article  CAS  PubMed  Google Scholar 

  17. Saunders NF, Kobe B. The Predikin webserver: improved prediction of protein kinase peptide specificity using structural information. Nucleic Acids Res. 2008;36(suppl_2):W286–90.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Song J, Wang H, Wang J, Leier A, Marquez-Lago T, Yang B, Zhang Z, Akutsu T, Webb GI, Daly RJ. PhosphoPredict: a bioinformatics tool for prediction of human kinase-specific phosphorylation substrates and sites by integrating heterogeneous feature selection. Sci Rep. 2017;7(1):6862.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  19. Damle NP, Mohanty D. Deciphering kinase-substrate relationships by analysis of domain-specific phosphorylation network. Bioinformatics. 2014;30(12):1730–8.

    Article  CAS  PubMed  Google Scholar 

  20. Qin GM, Li RY, Zhao XM. PhosD: inferring kinase–substrate interactions based on protein domains. Bioinformatics. 2017;33(8):1197–204.

    CAS  PubMed  Google Scholar 

  21. Chen Q, Deng C, Lan W, Liu Z, Zheng R, Liu J, Wang JJ. Identifying Interactions Between Kinases and Substrates Based on Protein–Protein Interaction Network. J Comput Biol. 2019;26:836–45.

    Article  CAS  PubMed  Google Scholar 

  22. Li H, Wang M, Xu XJ. Prediction of kinase–substrate relations based on heterogeneous networks. J Bioinf Comput Biol. 2015;13(06):1542003.

    Article  CAS  Google Scholar 

  23. Horn H, Schoof EM, Kim J, Robin X, Miller ML, Diella F, Palma A, Cesareni G, Jensen LJ, Linding R. KinomeXplorer: an integrated platform for kinome biology studies. Nat Methods. 2014;11(6):603–4.

    Article  CAS  PubMed  Google Scholar 

  24. Ma CY, Chen YP, Berger B, Liao CS. Identification of protein complexes by integrating multiple alignment of protein interaction networks. Bioinformatics. 2017;33(11):1681–8.

    CAS  PubMed  PubMed Central  Google Scholar 

  25. Song C, Ye M, Liu Z, Cheng H, Jiang X, Han G, Songyang Z, Tan Y, Wang H, Ren J, et al. Systematic analysis of protein phosphorylation networks from phosphoproteomic data. Mol Cell Proteomics. 2012;11(10):1070–83.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Harsha HC, Pandey A. Phosphoproteomics in cancer. Mol Oncol. 2010;4(6):482–95.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Manning G, Whyte DB, Martinez R, Hunter T, Sudarsanam S. The protein kinase complement of the human genome. Science. 2002;298(5600):1912–34.

    Article  CAS  PubMed  Google Scholar 

  28. Xue Y, Gao X, Cao J, Liu Z, Jin C, Wen L, Yao X, Ren J. A summary of computational resources for protein phosphorylation. Curr Protein Pept Sci. 2010;11(6):485–96.

    Article  CAS  PubMed  Google Scholar 

  29. Iakoucheva LM, Radivojac P, Brown CJ, O’Connor TR, Sikes JG, Obradovic Z, Dunker AK. The importance of intrinsic disorder for protein phosphorylation. Nucleic Acids Res. 2004;32(3):1037–49.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  30. Dunker AK, Oldfield CJ, Meng J, Romero P, Yang JY, Chen JW, Vacic V, Obradovic Z, Uversky VN. The unfoldomics decade: an update on intrinsically disordered proteins. BMC Genomics. 2008;9(Suppl 2):S1.

    Article  PubMed  PubMed Central  Google Scholar 

  31. Kim Y, Kang C, Min B, Yi GS. Detection and analysis of disease-associated single nucleotide polymorphism influencing post-translational modification. BMC Med Genomics. 2015;8(Suppl 2):S7.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  32. Ryu G-M, Song P, Kim K-W, Oh K-S, Park K-J, Kim JH. Genome-wide analysis to predict protein sequence variations that change phosphorylation sites or their corresponding kinases. Nucleic Acids Res. 2009;37(4):1297–307.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  33. Cheng F, Zhao J, Zhao Z. Advances in computational approaches for prioritizing driver mutations and significantly mutated genes in cancer genomes. Brief Bioinform. 2016;17(4):642–56.

    Article  CAS  PubMed  Google Scholar 

  34. Reimand J, Bader GD. Systematic analysis of somatic mutations in phosphorylation signaling predicts novel cancer drivers. Mol Syst Biol. 2013;9:637.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  35. Patrick R, Kobe B, Le Cao KA, Boden M. PhosphoPICK-SNP: quantifying the effect of amino acid variants on protein phosphorylation. Bioinformatics. 2017;33(12):1773–81.

    Article  CAS  PubMed  Google Scholar 

  36. Shannon P, Markiel A, Ozier O, Baliga NS, Wang JT, Ramage D, Amin N, Schwikowski B, Ideker T. Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res. 2003;13(11):2498–504.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  37. Albert R, Jeong H, Barabási AL. Internet: diameter of the world-wide web. Nature. 1999;401(6749):130.

    Article  CAS  Google Scholar 

  38. Huberman BA, Adamic LAJN. Internet: growth dynamics of the world-wide web. Nature. 1999;401(6749):131.

    Article  CAS  Google Scholar 

  39. Fu L, Niu B, Zhu Z, Wu S, Li W. CD-HIT: accelerated for clustering the next-generation sequencing data. Bioinformatics. 2012;28(23):3150–2.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  40. Bass JIF, Diallo A, Nelson J, Soto JM, Myers CL, Walhout AJ. Using networks to measure similarity between genes: association index selection. Nat Methods. 2013;10(12):1169.

    Article  CAS  Google Scholar 

  41. Henikoff S, Henikoff JG. Amino acid substitution matrices from protein blocks. Proc Natl Acad Sci U S A. 1992;89(22):10915–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We would like to thank Yang Li for his assistance and discussions on programming and validations.

Funding

This work was supported by National Science Foundation of China with codes 11931008, 61771009.

Author information

Authors and Affiliations

Authors

Contributions

GL and HM conceived and designed the study. HM preprocessed the data, developed the software, performed the experiments, and wrote the manuscript. GL contributed to the analysis and edited the manuscript. ZS wrote and revised the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Guojun Li.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary information

Additional file 1: Table S1.

Kinases information collected in KSP.

Additional file 2: Table S2.

Evaluation of KSP on PKACA and CDK1 when different number of top-ranked predictions were considered.

Additional file 3: Table S3.

test set of ATM kinase including peptides, interactions, and output scores of all softwares.

Additional file 4: Table S4.

test set of CDK2 kinase including peptides, interactions, and output scores of all softwares.

Additional file 5: Figure S1.

Visualized kinase-substrate interaction network.

Additional file 6: Figure S2.

The distribution of kinase information validated in PhosphoSitePlus dataset of 370 kinases.

Additional file 7: Figure S3.

The degree distribution of kinase and other non-kinase proteins in the intergrated network.

Additional file 8: Figure S3.

The frequency heatmap of the positive samples and negative samples of ATM kinase.

Additional file 9: Figure S5.

Results of the 10-fold cross validation experiment on PKCA.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ma, H., Li, G. & Su, Z. KSP: an integrated method for predicting catalyzing kinases of phosphorylation sites in proteins. BMC Genomics 21, 537 (2020). https://doi.org/10.1186/s12864-020-06895-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12864-020-06895-2

Keywords