python-katlas 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python-katlas-0.0.1/LICENSE +201 -0
- python-katlas-0.0.1/MANIFEST.in +5 -0
- python-katlas-0.0.1/PKG-INFO +385 -0
- python-katlas-0.0.1/README.md +363 -0
- python-katlas-0.0.1/katlas/__init__.py +1 -0
- python-katlas-0.0.1/katlas/_modidx.py +110 -0
- python-katlas-0.0.1/katlas/core.py +769 -0
- python-katlas-0.0.1/katlas/dl.py +355 -0
- python-katlas-0.0.1/katlas/feature.py +290 -0
- python-katlas-0.0.1/katlas/imports.py +7 -0
- python-katlas-0.0.1/katlas/plot.py +663 -0
- python-katlas-0.0.1/katlas/train.py +231 -0
- python-katlas-0.0.1/python_katlas.egg-info/PKG-INFO +385 -0
- python-katlas-0.0.1/python_katlas.egg-info/SOURCES.txt +20 -0
- python-katlas-0.0.1/python_katlas.egg-info/dependency_links.txt +1 -0
- python-katlas-0.0.1/python_katlas.egg-info/entry_points.txt +2 -0
- python-katlas-0.0.1/python_katlas.egg-info/not-zip-safe +1 -0
- python-katlas-0.0.1/python_katlas.egg-info/requires.txt +19 -0
- python-katlas-0.0.1/python_katlas.egg-info/top_level.txt +1 -0
- python-katlas-0.0.1/settings.ini +43 -0
- python-katlas-0.0.1/setup.cfg +4 -0
- python-katlas-0.0.1/setup.py +57 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: python-katlas
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: tools for predicting kinome specificities
|
|
5
|
+
Home-page: https://github.com/sky1ove/python-katlas
|
|
6
|
+
Author: lily
|
|
7
|
+
Author-email: lcai888666@gmail.com
|
|
8
|
+
License: Apache Software License 2.0
|
|
9
|
+
Keywords: nbdev jupyter notebook python
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Natural Language :: English
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
|
+
Requires-Python: >=3.7
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
Provides-Extra: dev
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
|
|
23
|
+
# KATLAS
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
|
|
27
|
+
|
|
28
|
+
<a target="_blank" href="https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/index.ipynb">
|
|
29
|
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
|
30
|
+
</a>
|
|
31
|
+
|
|
32
|
+
<img alt="Katlas logo" width="700" caption="Katlas logo" src="https://github.com/sky1ove/katlas/raw/main/dataset/images/logo.png" id="logo"/>
|
|
33
|
+
|
|
34
|
+
KATLAS is a repository containing python tools to predict kinases given
|
|
35
|
+
a substrate sequence. It also contains datasets of kinase substrate
|
|
36
|
+
specificities and human phosphoproteomics.
|
|
37
|
+
|
|
38
|
+
***References***: Please cite the appropriate papers if KATLAS is
|
|
39
|
+
helpful to your research.
|
|
40
|
+
|
|
41
|
+
- KATLAS was described in the paper \[Decoding Human Kinome
|
|
42
|
+
Specificities through a Computational Data-Driven Approach
|
|
43
|
+
(manuscript)\]
|
|
44
|
+
|
|
45
|
+
- The positional scanning peptide array (PSPA) data is from paper [An
|
|
46
|
+
atlas of substrate specificities for the human serine/threonine
|
|
47
|
+
kinome](https://www.nature.com/articles/s41586-022-05575-3) and paper
|
|
48
|
+
[The intrinsic substrate specificity of the human tyrosine
|
|
49
|
+
kinome](https://www.nature.com/articles/s41586-024-07407-y)
|
|
50
|
+
|
|
51
|
+
- The kinase substrate datasets used for generating PSSMs are derived
|
|
52
|
+
from
|
|
53
|
+
[PhosphoSitePlus](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3245126/)
|
|
54
|
+
and paper [Large-scale Discovery of Substrates of the Human
|
|
55
|
+
Kinome](https://www.nature.com/articles/s41598-019-46385-4)
|
|
56
|
+
|
|
57
|
+
- Phosphorylation sites are acquired from
|
|
58
|
+
[PhosphoSitePlus](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3245126/),
|
|
59
|
+
paper [The functional landscape of the human
|
|
60
|
+
phosphoproteome](https://www.nature.com/articles/s41587-019-0344-3),
|
|
61
|
+
and [CPTAC](https://pdc.cancer.gov/pdc/cptac-pancancer) /
|
|
62
|
+
[LinkedOmics](https://academic.oup.com/nar/article/46/D1/D956/4607804)
|
|
63
|
+
|
|
64
|
+
## Tutorials on Colab
|
|
65
|
+
|
|
66
|
+
- 1. [Substrate scoring on a single substrate
|
|
67
|
+
sequence](https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/tutorial_01_sinlge_input.ipynb)
|
|
68
|
+
- 2. [High throughput substrate scoring on phosphoproteomics
|
|
69
|
+
dataset](https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/tutorial_02_high_throughput.ipynb)
|
|
70
|
+
- 3. [Query a protein’s phosphorylation sites and predict their
|
|
71
|
+
upstream
|
|
72
|
+
kinases](https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/tutorial_03_query_gene.ipynb)
|
|
73
|
+
- 4. [Kinase enrichment analysis for AKT
|
|
74
|
+
inhibitor](https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/tutorial_04a_enrichment_AKTi.ipynb)
|
|
75
|
+
/ [Kinase enrichment analysis for EGFR
|
|
76
|
+
inhibitor](https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/tutorial_04b_enrichment_EGFRi.ipynb)
|
|
77
|
+
|
|
78
|
+
## Install
|
|
79
|
+
|
|
80
|
+
Install the latest version through git
|
|
81
|
+
|
|
82
|
+
``` python
|
|
83
|
+
!pip install git+https://github.com/sky1ove/katlas.git -Uqq
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Import
|
|
87
|
+
|
|
88
|
+
``` python
|
|
89
|
+
from katlas.core import *
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
# Quick start
|
|
93
|
+
|
|
94
|
+
We provide two methods to calculate substrate sequence:
|
|
95
|
+
|
|
96
|
+
- Computational Data-Driven Method (CDDM)
|
|
97
|
+
- Positional Scanning Peptide Array (PSPA)
|
|
98
|
+
|
|
99
|
+
We consider the input in two formats:
|
|
100
|
+
|
|
101
|
+
- a single input string (phosphorylation site)
|
|
102
|
+
- a csv/dataframe that contains a column of phosphorylation sites
|
|
103
|
+
|
|
104
|
+
For input sequences, we also consider it in two conditions:
|
|
105
|
+
|
|
106
|
+
- all capital
|
|
107
|
+
- contains lower cases indicating phosphorylation status
|
|
108
|
+
|
|
109
|
+
## Single sequence as input
|
|
110
|
+
|
|
111
|
+
### CDDM, all capital
|
|
112
|
+
|
|
113
|
+
``` python
|
|
114
|
+
predict_kinase('AAAAAAASGGAGSDN',**param_CDDM_upper)
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
considering string: ['-7A', '-6A', '-5A', '-4A', '-3A', '-2A', '-1A', '0S', '1G', '2G', '3A', '4G', '5S', '6D', '7N']
|
|
118
|
+
|
|
119
|
+
kinase
|
|
120
|
+
PAK6 2.032
|
|
121
|
+
ULK3 2.032
|
|
122
|
+
PRKX 2.012
|
|
123
|
+
ATR 1.991
|
|
124
|
+
PRKD1 1.988
|
|
125
|
+
...
|
|
126
|
+
DDR2 0.928
|
|
127
|
+
EPHA4 0.928
|
|
128
|
+
TEK 0.921
|
|
129
|
+
KIT 0.915
|
|
130
|
+
FGFR3 0.910
|
|
131
|
+
Length: 289, dtype: float64
|
|
132
|
+
|
|
133
|
+
### CDDM, with lower case indicating phosphorylation status
|
|
134
|
+
|
|
135
|
+
``` python
|
|
136
|
+
predict_kinase('AAAAAAAsGGAGsDN',**param_CDDM)
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
considering string: ['-7A', '-6A', '-5A', '-4A', '-3A', '-2A', '-1A', '0s', '1G', '2G', '3A', '4G', '5s', '6D', '7N']
|
|
140
|
+
|
|
141
|
+
kinase
|
|
142
|
+
ULK3 1.987
|
|
143
|
+
PAK6 1.981
|
|
144
|
+
PRKD1 1.946
|
|
145
|
+
PIM3 1.944
|
|
146
|
+
PRKX 1.939
|
|
147
|
+
...
|
|
148
|
+
EPHA4 0.905
|
|
149
|
+
EGFR 0.900
|
|
150
|
+
TEK 0.898
|
|
151
|
+
FGFR3 0.894
|
|
152
|
+
KIT 0.882
|
|
153
|
+
Length: 289, dtype: float64
|
|
154
|
+
|
|
155
|
+
### PSPA, with lower case indicating phosphorylation status
|
|
156
|
+
|
|
157
|
+
``` python
|
|
158
|
+
predict_kinase('AEEKEyHsEGG',**param_PSPA).head()
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
considering string: ['-5A', '-4E', '-3E', '-2K', '-1E', '0y', '1H', '2s', '3E', '4G', '5G']
|
|
162
|
+
|
|
163
|
+
kinase
|
|
164
|
+
EGFR 4.013
|
|
165
|
+
FGFR4 3.568
|
|
166
|
+
ZAP70 3.412
|
|
167
|
+
CSK 3.241
|
|
168
|
+
SYK 3.209
|
|
169
|
+
dtype: float64
|
|
170
|
+
|
|
171
|
+
### To replicate the results from The Kinase Library (PSPA)
|
|
172
|
+
|
|
173
|
+
Check this link: [The Kinase
|
|
174
|
+
Library](https://kinase-library.phosphosite.org/site?s=AEEKEy*HsEGG&pp=false&scp=true),
|
|
175
|
+
and use log2(score) to rank, it shows same results with the below (with
|
|
176
|
+
slight differences due to rounding).
|
|
177
|
+
|
|
178
|
+
``` python
|
|
179
|
+
predict_kinase('AEEKEyHSEGG',**param_PSPA).head(10)
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
considering string: ['-5A', '-4E', '-3E', '-2K', '-1E', '0y', '1H', '2S', '3E', '4G', '5G']
|
|
183
|
+
|
|
184
|
+
kinase
|
|
185
|
+
EGFR 3.181
|
|
186
|
+
FGFR4 2.390
|
|
187
|
+
CSK 2.308
|
|
188
|
+
ZAP70 2.068
|
|
189
|
+
SYK 1.998
|
|
190
|
+
PDHK1_TYR 1.922
|
|
191
|
+
RET 1.732
|
|
192
|
+
MATK 1.688
|
|
193
|
+
FLT1 1.627
|
|
194
|
+
BMPR2_TYR 1.456
|
|
195
|
+
dtype: float64
|
|
196
|
+
|
|
197
|
+
- So far [The kinase Library](https://kinase-library.phosphosite.org)
|
|
198
|
+
considers all ***tyr sequences*** in capital regardless of whether or
|
|
199
|
+
not they contain lower cases, which is a small bug and should be fixed
|
|
200
|
+
soon.
|
|
201
|
+
- Kinase with “\_TYR” indicates it is a dual specificity kinase tested
|
|
202
|
+
in PSPA tyrosine setting, which has not been included in
|
|
203
|
+
kinase-library yet.
|
|
204
|
+
|
|
205
|
+
We can also calculate the percentile score using a referenced score
|
|
206
|
+
sheet.
|
|
207
|
+
|
|
208
|
+
``` python
|
|
209
|
+
# Percentile reference sheet
|
|
210
|
+
y_pct = Data.get_pspa_tyr_pct()
|
|
211
|
+
|
|
212
|
+
get_pct('AEEKEyHSEGG',**param_PSPA_y, pct_ref = y_pct)
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
considering string: ['-5A', '-4E', '-3E', '-2K', '-1E', '0Y', '1H', '2S', '3E', '4G', '5G']
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
| | log2(score) | percentile |
|
|
220
|
+
|-------|-------------|------------|
|
|
221
|
+
| EGFR | 3.181 | 96.787423 |
|
|
222
|
+
| FGFR4 | 2.390 | 94.012303 |
|
|
223
|
+
| CSK | 2.308 | 95.201640 |
|
|
224
|
+
| ZAP70 | 2.068 | 88.380041 |
|
|
225
|
+
| SYK | 1.998 | 85.522898 |
|
|
226
|
+
| ... | ... | ... |
|
|
227
|
+
| EPHA1 | -3.501 | 12.139440 |
|
|
228
|
+
| FES | -3.699 | 21.216678 |
|
|
229
|
+
| TNK1 | -4.269 | 5.481887 |
|
|
230
|
+
| TNK2 | -4.577 | 2.050581 |
|
|
231
|
+
| DDR2 | -4.920 | 10.403281 |
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## High-throughput substrate scoring on a dataframe
|
|
236
|
+
|
|
237
|
+
### Load your csv
|
|
238
|
+
|
|
239
|
+
``` python
|
|
240
|
+
# df = pd.read_csv('your_file.csv')
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
### Load a demo df
|
|
244
|
+
|
|
245
|
+
``` python
|
|
246
|
+
# Load a demo df with phosphorylation sites
|
|
247
|
+
df = Data.get_ochoa_site().head()
|
|
248
|
+
df.iloc[:,-2:]
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
| | site_seq | gene_site |
|
|
253
|
+
|-----|-----------------|----------------|
|
|
254
|
+
| 0 | VDDEKGDSNDDYDSA | A0A075B6Q4_S24 |
|
|
255
|
+
| 1 | YDSAGLLSDEDCMSV | A0A075B6Q4_S35 |
|
|
256
|
+
| 2 | IADHLFWSEETKSRF | A0A075B6Q4_S57 |
|
|
257
|
+
| 3 | KSRFTEYSMTSSVMR | A0A075B6Q4_S68 |
|
|
258
|
+
| 4 | FTEYSMTSSVMRRNE | A0A075B6Q4_S71 |
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Set the column name and param to calculate
|
|
263
|
+
|
|
264
|
+
Here we choose param_CDDM_upper, as the sequences in the demo df are all
|
|
265
|
+
in capital. You can also choose other params.
|
|
266
|
+
|
|
267
|
+
``` python
|
|
268
|
+
results = predict_kinase_df(df,'site_seq',**param_CDDM_upper)
|
|
269
|
+
results
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
input dataframe has a length 5
|
|
273
|
+
Preprocessing
|
|
274
|
+
Finish preprocessing
|
|
275
|
+
Calculating position: [-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7]
|
|
276
|
+
|
|
277
|
+
100%|██████████| 289/289 [00:05<00:00, 56.64it/s]
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
| kinase | SRC | EPHA3 | FES | NTRK3 | ALK | EPHA8 | ABL1 | FLT3 | EPHB2 | FYN | ... | MEK5 | PKN2 | MAP2K7 | MRCKB | HIPK3 | CDK8 | BUB1 | MEKK3 | MAP2K3 | GRK1 |
|
|
282
|
+
|--------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|-----|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|
|
|
283
|
+
| 0 | 0.991760 | 1.093712 | 1.051750 | 1.067134 | 1.013682 | 1.097519 | 0.966379 | 0.982464 | 1.054986 | 1.055910 | ... | 1.314859 | 1.635470 | 1.652251 | 1.622672 | 1.362973 | 1.797155 | 1.305198 | 1.423618 | 1.504941 | 1.872020 |
|
|
284
|
+
| 1 | 0.910262 | 0.953743 | 0.942327 | 0.950601 | 0.872694 | 0.932586 | 0.846899 | 0.826662 | 0.915020 | 0.942713 | ... | 1.175454 | 1.402006 | 1.430392 | 1.215826 | 1.569373 | 1.716455 | 1.270999 | 1.195081 | 1.223082 | 1.793290 |
|
|
285
|
+
| 2 | 0.849866 | 0.899910 | 0.848895 | 0.879652 | 0.874959 | 0.899414 | 0.839200 | 0.836523 | 0.858040 | 0.867269 | ... | 1.408003 | 1.813739 | 1.454786 | 1.084522 | 1.352556 | 1.524663 | 1.377839 | 1.173830 | 1.305691 | 1.811849 |
|
|
286
|
+
| 3 | 0.803826 | 0.836527 | 0.800759 | 0.894570 | 0.839905 | 0.781001 | 0.847847 | 0.807040 | 0.805877 | 0.801402 | ... | 1.110307 | 1.703637 | 1.795092 | 1.469653 | 1.549936 | 1.491344 | 1.446922 | 1.055452 | 1.534895 | 1.741090 |
|
|
287
|
+
| 4 | 0.822793 | 0.796532 | 0.792343 | 0.839882 | 0.810122 | 0.781420 | 0.805251 | 0.795022 | 0.790380 | 0.864538 | ... | 1.062617 | 1.357689 | 1.485945 | 1.249266 | 1.456078 | 1.422782 | 1.376471 | 1.089629 | 1.121309 | 1.697524 |
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
## Phosphorylation sites
|
|
292
|
+
|
|
293
|
+
Besides calculating sequence scores, we also provides multiple datasets
|
|
294
|
+
of phosphorylation sites.
|
|
295
|
+
|
|
296
|
+
### CPTAC pan-cancer phosphoproteomics
|
|
297
|
+
|
|
298
|
+
``` python
|
|
299
|
+
df = Data.get_cptac_ensembl_site()
|
|
300
|
+
df.head(3)
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
| | gene | site | site_seq | protein | gene_name | gene_site | protein_site |
|
|
306
|
+
|-----|--------------------|-------|-----------------|-------------------|-----------|-------------|-----------------------|
|
|
307
|
+
| 0 | ENSG00000003056.8 | S267 | DDQLGEESEERDDHL | ENSP00000000412.3 | M6PR | M6PR_S267 | ENSP00000000412_S267 |
|
|
308
|
+
| 1 | ENSG00000003056.8 | S267 | DDQLGEESEERDDHL | ENSP00000440488.2 | M6PR | M6PR_S267 | ENSP00000440488_S267 |
|
|
309
|
+
| 2 | ENSG00000048028.11 | S1053 | PPTIRPNSPYDLCSR | ENSP00000003302.4 | USP28 | USP28_S1053 | ENSP00000003302_S1053 |
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### [Ochoa et al. human phosphoproteome](https://www.nature.com/articles/s41587-019-0344-3)
|
|
314
|
+
|
|
315
|
+
``` python
|
|
316
|
+
df = Data.get_ochoa_site()
|
|
317
|
+
df.head(3)
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
| | uniprot | position | residue | is_disopred | disopred_score | log10_hotspot_pval_min | isHotspot | uniprot_position | functional_score | current_uniprot | name | gene | Sequence | is_valid | site_seq | gene_site |
|
|
322
|
+
|-----|------------|----------|---------|-------------|----------------|------------------------|-----------|------------------|------------------|-----------------|------------------|------|---------------------------------------------------|----------|-----------------|----------------|
|
|
323
|
+
| 0 | A0A075B6Q4 | 24 | S | True | 0.91 | 6.839384 | True | A0A075B6Q4_24 | 0.149257 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | VDDEKGDSNDDYDSA | A0A075B6Q4_S24 |
|
|
324
|
+
| 1 | A0A075B6Q4 | 35 | S | True | 0.87 | 9.192622 | False | A0A075B6Q4_35 | 0.136966 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | YDSAGLLSDEDCMSV | A0A075B6Q4_S35 |
|
|
325
|
+
| 2 | A0A075B6Q4 | 57 | S | False | 0.28 | 0.818834 | False | A0A075B6Q4_57 | 0.125364 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | IADHLFWSEETKSRF | A0A075B6Q4_S57 |
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### PhosphoSitePlus human phosphorylation site
|
|
330
|
+
|
|
331
|
+
``` python
|
|
332
|
+
df = Data.get_psp_human_site()
|
|
333
|
+
df.head(3)
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
| | gene | protein | uniprot | site | gene_site | SITE_GRP_ID | species | site_seq | LT_LIT | MS_LIT | MS_CST | CST_CAT# | Ambiguous_Site |
|
|
338
|
+
|-----|-------|-------------|---------|------|-----------|-------------|---------|-----------------------|--------|--------|--------|----------|----------------|
|
|
339
|
+
| 0 | YWHAB | 14-3-3 beta | P31946 | T2 | YWHAB_T2 | 15718712 | human | \_\_\_\_\_\_MtMDksELV | NaN | 3.0 | 1.0 | None | 0 |
|
|
340
|
+
| 1 | YWHAB | 14-3-3 beta | P31946 | S6 | YWHAB_S6 | 15718709 | human | \_\_MtMDksELVQkAk | NaN | 8.0 | NaN | None | 0 |
|
|
341
|
+
| 2 | YWHAB | 14-3-3 beta | P31946 | Y21 | YWHAB_Y21 | 3426383 | human | LAEQAERyDDMAAAM | NaN | NaN | 4.0 | None | 0 |
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Unique sites of combined Ochoa & PhosphoSitePlus
|
|
346
|
+
|
|
347
|
+
``` python
|
|
348
|
+
df = Data.get_combine_site_psp_ochoa()
|
|
349
|
+
df.head(3)
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
| | site_seq | gene_site | gene | source | num_site | acceptor | -7 | -6 | -5 | -4 | ... | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|
|
354
|
+
|-----|-----------------|------------|-------|--------|----------|----------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
|
|
355
|
+
| 0 | AAAAAAASGGAGSDN | PBX1_S136 | PBX1 | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | G | A | G | S | D | N |
|
|
356
|
+
| 1 | AAAAAAASGGGVSPD | PBX2_S146 | PBX2 | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | G | G | V | S | P | D |
|
|
357
|
+
| 2 | AAAAAAASGVTTGKP | CLASR_S349 | CLASR | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | V | T | T | G | K | P |
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
## Phosphorylation site sequence example
|
|
362
|
+
|
|
363
|
+
***All capital - 15 length (-7 to +7)***
|
|
364
|
+
|
|
365
|
+
- QSEEEKLSPSPTTED
|
|
366
|
+
- TLQHVPDYRQNVYIP
|
|
367
|
+
- TMGLSARyGPQFTLQ
|
|
368
|
+
|
|
369
|
+
***All capital - 10 length (-5 to +4)***
|
|
370
|
+
|
|
371
|
+
- SRDPHYQDPH
|
|
372
|
+
- LDNPDyQQDF
|
|
373
|
+
- AAAAAsGGAG
|
|
374
|
+
|
|
375
|
+
***With lowercase - (-7 to +7)***
|
|
376
|
+
|
|
377
|
+
- QsEEEKLsPsPTTED
|
|
378
|
+
- TLQHVPDyRQNVYIP
|
|
379
|
+
- TMGLsARyGPQFTLQ
|
|
380
|
+
|
|
381
|
+
***With lowercase - (-5 to +4)***
|
|
382
|
+
|
|
383
|
+
- sRDPHyQDPH
|
|
384
|
+
- LDNPDyQQDF
|
|
385
|
+
- AAAAAsGGAG
|