python-katlas 0.1.2__tar.gz → 0.1.3__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.
Files changed (23) hide show
  1. {python-katlas-0.1.2 → python_katlas-0.1.3}/LICENSE +0 -0
  2. {python-katlas-0.1.2 → python_katlas-0.1.3}/MANIFEST.in +0 -0
  3. {python-katlas-0.1.2/python_katlas.egg-info → python_katlas-0.1.3}/PKG-INFO +172 -65
  4. {python-katlas-0.1.2 → python_katlas-0.1.3}/README.md +152 -62
  5. python_katlas-0.1.3/katlas/__init__.py +1 -0
  6. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/_modidx.py +2 -2
  7. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/core.py +0 -0
  8. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/dl.py +14 -14
  9. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/feature.py +8 -5
  10. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/imports.py +0 -0
  11. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/plot.py +20 -20
  12. {python-katlas-0.1.2 → python_katlas-0.1.3}/katlas/train.py +7 -7
  13. {python-katlas-0.1.2 → python_katlas-0.1.3/python_katlas.egg-info}/PKG-INFO +172 -65
  14. {python-katlas-0.1.2 → python_katlas-0.1.3}/settings.ini +4 -3
  15. {python-katlas-0.1.2 → python_katlas-0.1.3}/setup.py +0 -0
  16. python-katlas-0.1.2/katlas/__init__.py +0 -1
  17. {python-katlas-0.1.2 → python_katlas-0.1.3}/python_katlas.egg-info/SOURCES.txt +0 -0
  18. {python-katlas-0.1.2 → python_katlas-0.1.3}/python_katlas.egg-info/dependency_links.txt +0 -0
  19. {python-katlas-0.1.2 → python_katlas-0.1.3}/python_katlas.egg-info/entry_points.txt +0 -0
  20. {python-katlas-0.1.2 → python_katlas-0.1.3}/python_katlas.egg-info/not-zip-safe +0 -0
  21. {python-katlas-0.1.2 → python_katlas-0.1.3}/python_katlas.egg-info/requires.txt +0 -0
  22. {python-katlas-0.1.2 → python_katlas-0.1.3}/python_katlas.egg-info/top_level.txt +0 -0
  23. {python-katlas-0.1.2 → python_katlas-0.1.3}/setup.cfg +0 -0
File without changes
File without changes
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-katlas
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: tools for predicting kinome specificities
5
- Home-page: https://github.com/sky1ove/python-katlas
5
+ Home-page: https://github.com/sky1ove/katlas
6
6
  Author: lily
7
7
  Author-email: lcai888666@gmail.com
8
8
  License: Apache Software License 2.0
@@ -17,19 +17,37 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
18
  Requires-Python: >=3.7
19
19
  Description-Content-Type: text/markdown
20
- Provides-Extra: dev
21
20
  License-File: LICENSE
21
+ Requires-Dist: statsmodels
22
+ Requires-Dist: fastparquet
23
+ Requires-Dist: tqdm
24
+ Provides-Extra: dev
25
+ Requires-Dist: nbdev; extra == "dev"
26
+ Requires-Dist: pyngrok; extra == "dev"
27
+ Requires-Dist: fastai>=2.7.12; extra == "dev"
28
+ Requires-Dist: fastbook; extra == "dev"
29
+ Requires-Dist: fairscale; extra == "dev"
30
+ Requires-Dist: fair-esm; extra == "dev"
31
+ Requires-Dist: logomaker; extra == "dev"
32
+ Requires-Dist: seaborn; extra == "dev"
33
+ Requires-Dist: rdkit; extra == "dev"
34
+ Requires-Dist: umap-learn; extra == "dev"
35
+ Requires-Dist: adjustText; extra == "dev"
36
+ Requires-Dist: bokeh; extra == "dev"
37
+ Requires-Dist: scikit-learn>=1.3.0; extra == "dev"
38
+ Requires-Dist: openpyxl; extra == "dev"
22
39
 
23
40
  # KATLAS
24
41
 
25
42
 
26
43
  <!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
27
44
 
45
+ <img alt="Katlas logo" width="600" caption="Katlas logo" src="https://github.com/sky1ove/katlas/raw/main/dataset/images/logo.png" id="logo"/>
46
+
28
47
  <a target="_blank" href="https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/index.ipynb">
29
48
  <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"/>
49
+ </a> <a href="https://pypi.org/project/python-katlas/">
50
+ <img src="https://img.shields.io/pypi/v/python-katlas?link=https%3A%2F%2Fpypi.org%2Fproject%2Fpython-katlas%2F" alt="PyPI"></a>
33
51
 
34
52
  KATLAS is a repository containing python tools to predict kinases given
35
53
  a substrate sequence. It also contains datasets of kinase substrate
@@ -38,9 +56,8 @@ specificities and human phosphoproteomics.
38
56
  ***References***: Please cite the appropriate papers if KATLAS is
39
57
  helpful to your research.
40
58
 
41
- - KATLAS was described in the paper \[Decoding Human Kinome
42
- Specificities through a Computational Data-Driven Approach
43
- (manuscript)\]
59
+ - KATLAS was described in the paper \[Computational Decoding of Human
60
+ Kinome Substrate Specificities and Functions\]
44
61
 
45
62
  - The positional scanning peptide array (PSPA) data is from paper [An
46
63
  atlas of substrate specificities for the human serine/threonine
@@ -60,13 +77,21 @@ helpful to your research.
60
77
  phosphoproteome](https://www.nature.com/articles/s41587-019-0344-3),
61
78
  and [CPTAC](https://pdc.cancer.gov/pdc/cptac-pancancer) /
62
79
  [LinkedOmics](https://academic.oup.com/nar/article/46/D1/D956/4607804)
63
-
64
-
80
+
81
+ ## Reproduce datasets & figures
82
+
83
+ Follow the instructions in katlas_raw:
84
+ https://github.com/sky1ove/katlas_raw
85
+
86
+ Need to install the package via: `pip install 'python-katlas[dev]' -U`
87
+
65
88
  ## Web applications
66
89
 
67
- Users can now run the analysis directly on the web without needing to code.
90
+ Users can now run the analysis directly on the web without needing to
91
+ code.
68
92
 
69
- Check out our latest web: [kinase-atlas.com](https://kinase-atlas.com/)
93
+ Check out our latest web platform:
94
+ [kinase-atlas.com](https://kinase-atlas.com/)
70
95
 
71
96
  ## Tutorials on Colab
72
97
 
@@ -77,14 +102,12 @@ Check out our latest web: [kinase-atlas.com](https://kinase-atlas.com/)
77
102
  - 3. [Kinase enrichment analysis for AKT
78
103
  inhibitor](https://colab.research.google.com/github/sky1ove/katlas/blob/main/nbs/tutorial_03a_enrichment_AKTi.ipynb)
79
104
 
80
-
81
105
  ## Install
82
106
 
83
- Install the latest version through pip
107
+ pip install python-katlas -U
84
108
 
85
- ``` python
86
- pip install python-katlas -Uq
87
- ```
109
+ To use other modules besides the core, do
110
+ `pip install 'python-katlas[dev]' -U`
88
111
 
89
112
  ## Import
90
113
 
@@ -217,7 +240,18 @@ get_pct('AEEKEyHSEGG',**param_PSPA_y, pct_ref = y_pct)
217
240
 
218
241
  considering string: ['-5A', '-4E', '-3E', '-2K', '-1E', '0Y', '1H', '2S', '3E', '4G', '5G']
219
242
 
220
-
243
+ <div>
244
+ <style scoped>
245
+ .dataframe tbody tr th:only-of-type {
246
+ vertical-align: middle;
247
+ }
248
+ &#10; .dataframe tbody tr th {
249
+ vertical-align: top;
250
+ }
251
+ &#10; .dataframe thead th {
252
+ text-align: right;
253
+ }
254
+ </style>
221
255
 
222
256
  | | log2(score) | percentile |
223
257
  |-------|-------------|------------|
@@ -233,7 +267,8 @@ get_pct('AEEKEyHSEGG',**param_PSPA_y, pct_ref = y_pct)
233
267
  | TNK2 | -4.577 | 2.050581 |
234
268
  | DDR2 | -4.920 | 10.403281 |
235
269
 
236
-
270
+ <p>93 rows × 2 columns</p>
271
+ </div>
237
272
 
238
273
  ## High-throughput substrate scoring on a dataframe
239
274
 
@@ -251,6 +286,18 @@ df = Data.get_ochoa_site().head()
251
286
  df.iloc[:,-2:]
252
287
  ```
253
288
 
289
+ <div>
290
+ <style scoped>
291
+ .dataframe tbody tr th:only-of-type {
292
+ vertical-align: middle;
293
+ }
294
+ &#10; .dataframe tbody tr th {
295
+ vertical-align: top;
296
+ }
297
+ &#10; .dataframe thead th {
298
+ text-align: right;
299
+ }
300
+ </style>
254
301
 
255
302
  | | site_seq | gene_site |
256
303
  |-----|-----------------|----------------|
@@ -260,7 +307,7 @@ df.iloc[:,-2:]
260
307
  | 3 | KSRFTEYSMTSSVMR | A0A075B6Q4_S68 |
261
308
  | 4 | FTEYSMTSSVMRRNE | A0A075B6Q4_S71 |
262
309
 
263
-
310
+ </div>
264
311
 
265
312
  ### Set the column name and param to calculate
266
313
 
@@ -279,17 +326,29 @@ results
279
326
 
280
327
  100%|██████████| 289/289 [00:05<00:00, 56.64it/s]
281
328
 
282
-
283
-
284
- | kinase | SRC | EPHA3 | FES | NTRK3 | ALK | EPHA8 | ABL1 | FLT3 | EPHB2 | FYN | ... | MEK5 | PKN2 | MAP2K7 | MRCKB | HIPK3 | CDK8 | BUB1 | MEKK3 | MAP2K3 | GRK1 |
285
- |--------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|-----|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|
286
- | 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 |
287
- | 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 |
288
- | 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 |
289
- | 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 |
290
- | 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 |
291
-
292
-
329
+ <div>
330
+ <style scoped>
331
+ .dataframe tbody tr th:only-of-type {
332
+ vertical-align: middle;
333
+ }
334
+ &#10; .dataframe tbody tr th {
335
+ vertical-align: top;
336
+ }
337
+ &#10; .dataframe thead th {
338
+ text-align: right;
339
+ }
340
+ </style>
341
+
342
+ | kinase | SRC | EPHA3 | FES | NTRK3 | ALK | EPHA8 | ABL1 | FLT3 | EPHB2 | FYN | ... | MEK5 | PKN2 | MAP2K7 | MRCKB | HIPK3 | CDK8 | BUB1 | MEKK3 | MAP2K3 | GRK1 |
343
+ |----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|
344
+ | 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 |
345
+ | 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 |
346
+ | 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 |
347
+ | 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 |
348
+ | 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 |
349
+
350
+ <p>5 rows × 289 columns</p>
351
+ </div>
293
352
 
294
353
  ## Phosphorylation sites
295
354
 
@@ -303,15 +362,26 @@ df = Data.get_cptac_ensembl_site()
303
362
  df.head(3)
304
363
  ```
305
364
 
306
-
307
-
308
- | | gene | site | site_seq | protein | gene_name | gene_site | protein_site |
309
- |-----|--------------------|-------|-----------------|-------------------|-----------|-------------|-----------------------|
310
- | 0 | ENSG00000003056.8 | S267 | DDQLGEESEERDDHL | ENSP00000000412.3 | M6PR | M6PR_S267 | ENSP00000000412_S267 |
311
- | 1 | ENSG00000003056.8 | S267 | DDQLGEESEERDDHL | ENSP00000440488.2 | M6PR | M6PR_S267 | ENSP00000440488_S267 |
312
- | 2 | ENSG00000048028.11 | S1053 | PPTIRPNSPYDLCSR | ENSP00000003302.4 | USP28 | USP28_S1053 | ENSP00000003302_S1053 |
313
-
314
-
365
+ <div>
366
+ <style scoped>
367
+ .dataframe tbody tr th:only-of-type {
368
+ vertical-align: middle;
369
+ }
370
+ &#10; .dataframe tbody tr th {
371
+ vertical-align: top;
372
+ }
373
+ &#10; .dataframe thead th {
374
+ text-align: right;
375
+ }
376
+ </style>
377
+
378
+ | | gene | site | site_seq | protein | gene_name | gene_site | protein_site |
379
+ |----|----|----|----|----|----|----|----|
380
+ | 0 | ENSG00000003056.8 | S267 | DDQLGEESEERDDHL | ENSP00000000412.3 | M6PR | M6PR_S267 | ENSP00000000412_S267 |
381
+ | 1 | ENSG00000003056.8 | S267 | DDQLGEESEERDDHL | ENSP00000440488.2 | M6PR | M6PR_S267 | ENSP00000440488_S267 |
382
+ | 2 | ENSG00000048028.11 | S1053 | PPTIRPNSPYDLCSR | ENSP00000003302.4 | USP28 | USP28_S1053 | ENSP00000003302_S1053 |
383
+
384
+ </div>
315
385
 
316
386
  ### [Ochoa et al. human phosphoproteome](https://www.nature.com/articles/s41587-019-0344-3)
317
387
 
@@ -320,14 +390,26 @@ df = Data.get_ochoa_site()
320
390
  df.head(3)
321
391
  ```
322
392
 
323
-
324
- | | 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 |
325
- |-----|------------|----------|---------|-------------|----------------|------------------------|-----------|------------------|------------------|-----------------|------------------|------|---------------------------------------------------|----------|-----------------|----------------|
326
- | 0 | A0A075B6Q4 | 24 | S | True | 0.91 | 6.839384 | True | A0A075B6Q4_24 | 0.149257 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | VDDEKGDSNDDYDSA | A0A075B6Q4_S24 |
327
- | 1 | A0A075B6Q4 | 35 | S | True | 0.87 | 9.192622 | False | A0A075B6Q4_35 | 0.136966 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | YDSAGLLSDEDCMSV | A0A075B6Q4_S35 |
328
- | 2 | A0A075B6Q4 | 57 | S | False | 0.28 | 0.818834 | False | A0A075B6Q4_57 | 0.125364 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | IADHLFWSEETKSRF | A0A075B6Q4_S57 |
329
-
330
-
393
+ <div>
394
+ <style scoped>
395
+ .dataframe tbody tr th:only-of-type {
396
+ vertical-align: middle;
397
+ }
398
+ &#10; .dataframe tbody tr th {
399
+ vertical-align: top;
400
+ }
401
+ &#10; .dataframe thead th {
402
+ text-align: right;
403
+ }
404
+ </style>
405
+
406
+ | | 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 |
407
+ |----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|
408
+ | 0 | A0A075B6Q4 | 24 | S | True | 0.91 | 6.839384 | True | A0A075B6Q4_24 | 0.149257 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | VDDEKGDSNDDYDSA | A0A075B6Q4_S24 |
409
+ | 1 | A0A075B6Q4 | 35 | S | True | 0.87 | 9.192622 | False | A0A075B6Q4_35 | 0.136966 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | YDSAGLLSDEDCMSV | A0A075B6Q4_S35 |
410
+ | 2 | A0A075B6Q4 | 57 | S | False | 0.28 | 0.818834 | False | A0A075B6Q4_57 | 0.125364 | A0A075B6Q4 | A0A075B6Q4_HUMAN | None | MDIQKSENEDDSEWEDVDDEKGDSNDDYDSAGLLSDEDCMSVPGKT... | True | IADHLFWSEETKSRF | A0A075B6Q4_S57 |
411
+
412
+ </div>
331
413
 
332
414
  ### PhosphoSitePlus human phosphorylation site
333
415
 
@@ -336,14 +418,26 @@ df = Data.get_psp_human_site()
336
418
  df.head(3)
337
419
  ```
338
420
 
339
-
340
- | | gene | protein | uniprot | site | gene_site | SITE_GRP_ID | species | site_seq | LT_LIT | MS_LIT | MS_CST | CST_CAT# | Ambiguous_Site |
341
- |-----|-------|-------------|---------|------|-----------|-------------|---------|-----------------------|--------|--------|--------|----------|----------------|
342
- | 0 | YWHAB | 14-3-3 beta | P31946 | T2 | YWHAB_T2 | 15718712 | human | \_\_\_\_\_\_MtMDksELV | NaN | 3.0 | 1.0 | None | 0 |
343
- | 1 | YWHAB | 14-3-3 beta | P31946 | S6 | YWHAB_S6 | 15718709 | human | \_\_MtMDksELVQkAk | NaN | 8.0 | NaN | None | 0 |
344
- | 2 | YWHAB | 14-3-3 beta | P31946 | Y21 | YWHAB_Y21 | 3426383 | human | LAEQAERyDDMAAAM | NaN | NaN | 4.0 | None | 0 |
345
-
346
-
421
+ <div>
422
+ <style scoped>
423
+ .dataframe tbody tr th:only-of-type {
424
+ vertical-align: middle;
425
+ }
426
+ &#10; .dataframe tbody tr th {
427
+ vertical-align: top;
428
+ }
429
+ &#10; .dataframe thead th {
430
+ text-align: right;
431
+ }
432
+ </style>
433
+
434
+ | | gene | protein | uniprot | site | gene_site | SITE_GRP_ID | species | site_seq | LT_LIT | MS_LIT | MS_CST | CST_CAT# | Ambiguous_Site |
435
+ |----|----|----|----|----|----|----|----|----|----|----|----|----|----|
436
+ | 0 | YWHAB | 14-3-3 beta | P31946 | T2 | YWHAB_T2 | 15718712 | human | \_\_\_\_\_\_MtMDksELV | NaN | 3.0 | 1.0 | None | 0 |
437
+ | 1 | YWHAB | 14-3-3 beta | P31946 | S6 | YWHAB_S6 | 15718709 | human | \_\_MtMDksELVQkAk | NaN | 8.0 | NaN | None | 0 |
438
+ | 2 | YWHAB | 14-3-3 beta | P31946 | Y21 | YWHAB_Y21 | 3426383 | human | LAEQAERyDDMAAAM | NaN | NaN | 4.0 | None | 0 |
439
+
440
+ </div>
347
441
 
348
442
  ### Unique sites of combined Ochoa & PhosphoSitePlus
349
443
 
@@ -352,14 +446,27 @@ df = Data.get_combine_site_psp_ochoa()
352
446
  df.head(3)
353
447
  ```
354
448
 
355
-
356
- | | site_seq | gene_site | gene | source | num_site | acceptor | -7 | -6 | -5 | -4 | ... | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
357
- |-----|-----------------|------------|-------|--------|----------|----------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|
358
- | 0 | AAAAAAASGGAGSDN | PBX1_S136 | PBX1 | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | G | A | G | S | D | N |
359
- | 1 | AAAAAAASGGGVSPD | PBX2_S146 | PBX2 | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | G | G | V | S | P | D |
360
- | 2 | AAAAAAASGVTTGKP | CLASR_S349 | CLASR | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | V | T | T | G | K | P |
361
-
362
-
449
+ <div>
450
+ <style scoped>
451
+ .dataframe tbody tr th:only-of-type {
452
+ vertical-align: middle;
453
+ }
454
+ &#10; .dataframe tbody tr th {
455
+ vertical-align: top;
456
+ }
457
+ &#10; .dataframe thead th {
458
+ text-align: right;
459
+ }
460
+ </style>
461
+
462
+ | | site_seq | gene_site | gene | source | num_site | acceptor | -7 | -6 | -5 | -4 | ... | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
463
+ |----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|
464
+ | 0 | AAAAAAASGGAGSDN | PBX1_S136 | PBX1 | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | G | A | G | S | D | N |
465
+ | 1 | AAAAAAASGGGVSPD | PBX2_S146 | PBX2 | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | G | G | V | S | P | D |
466
+ | 2 | AAAAAAASGVTTGKP | CLASR_S349 | CLASR | ochoa | 1 | S | A | A | A | A | ... | A | A | S | G | V | T | T | G | K | P |
467
+
468
+ <p>3 rows × 21 columns</p>
469
+ </div>
363
470
 
364
471
  ## Phosphorylation site sequence example
365
472