Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base branch for new kinase talkorials #115

Merged
merged 187 commits into from
Dec 10, 2021
Merged
Show file tree
Hide file tree
Changes from 185 commits
Commits
Show all changes
187 commits
Select commit Hold shift + click to select a range
4643db3
Create new branch
dominiquesydow Aug 10, 2021
7ec03d5
Create new branch
dominiquesydow Aug 10, 2021
a8a6cc2
Add kinase-similarity-focused template talktorial
dominiquesydow Aug 10, 2021
93f526c
Merge pull request #116 from volkamerlab/kinase-template
dominiquesydow Aug 10, 2021
033282d
:tada: start branch
t-kimber Aug 10, 2021
33cdaa2
:tada: start branch
t-kimber Aug 10, 2021
794a1b2
:tada: start branch
dominiquesydow Aug 10, 2021
f114306
Add folder
dominiquesydow Aug 10, 2021
0bb7394
:tada: start branch
dominiquesydow Aug 10, 2021
9b7c995
:tada: start branch
dominiquesydow Aug 10, 2021
6ff4e77
:tada: start new branch
t-kimber Aug 10, 2021
2c1f1a7
Add talktorial folder + theory content
dominiquesydow Aug 23, 2021
60eb636
Add opencadd to theory; finish dataset preparation
dominiquesydow Aug 23, 2021
7d266ae
create table for kinases of interest.
t-kimber Aug 23, 2021
54633a1
flake8 fix.
t-kimber Aug 23, 2021
b14de3b
Add structure/kinase matrix calculation + heatmap
dominiquesydow Aug 23, 2021
5ad3cdf
More structure>kinase mapping; first draft for phylo tree
dominiquesydow Aug 23, 2021
5254f50
Use scipy to cluster and plot the dendrogram
dominiquesydow Aug 23, 2021
507479f
unique measurement for a compound against a kinase.
t-kimber Aug 23, 2021
16710db
Satisfy black-nb
dominiquesydow Aug 23, 2021
0bd8805
Fix typos
dominiquesydow Aug 23, 2021
d5b0b84
Add frozen dataset + use it in notebook
dominiquesydow Aug 23, 2021
0ac4f57
Add Jaccard distance equation
dominiquesydow Aug 23, 2021
f0fb54c
update theory and create similarity matrix.
t-kimber Aug 23, 2021
965d57e
retrieve klifs pocket sequence.
t-kimber Aug 23, 2021
16b0c73
Add identity sequence comparison.
t-kimber Aug 24, 2021
23c0225
add substitution metric.
t-kimber Aug 24, 2021
b30bcad
finalize similarity matrix.
t-kimber Aug 24, 2021
601309f
add csv for similarity matrix.
t-kimber Aug 24, 2021
198dd01
add csv table for similarity matrix.
t-kimber Aug 24, 2021
23e47d7
Add talktorial folder skeleton
dominiquesydow Aug 24, 2021
9dad580
Add talktorial (Theory + Practical)
dominiquesydow Aug 24, 2021
7f1c16c
Add frozen set of structure KLIFS IDs
dominiquesydow Aug 24, 2021
9710bc7
Update talktorial (use fingerprints from CSV instead of JSON)
dominiquesydow Aug 24, 2021
1b63b8c
Add fingerprints CSV file to data
dominiquesydow Aug 24, 2021
7c3e160
Add kinase distance matrix (output)
dominiquesydow Aug 24, 2021
5475616
Update Table1, remove plots, save matrix
dominiquesydow Aug 24, 2021
0012a41
Add kinase distance matrix (output)
dominiquesydow Aug 24, 2021
764636c
Remove unused imports
dominiquesydow Aug 24, 2021
2d3f384
Remove unused imports
dominiquesydow Aug 24, 2021
43c71a2
finalize notebook.
t-kimber Aug 24, 2021
57ce05f
Merge pull request #118 from volkamerlab/tk-t027-kinsim-lig
t-kimber Aug 24, 2021
68d9039
Remove numpy output, fix TOC contents
dominiquesydow Aug 24, 2021
878ad38
Merge pull request #121 from volkamerlab/ds-t025-kinsim-kissim
dominiquesydow Aug 24, 2021
e74e054
Remove numpy output, fix TOC contents
dominiquesydow Aug 24, 2021
893bfd2
Merge pull request #122 from volkamerlab/ds-t026-kinsim-ifp
dominiquesydow Aug 24, 2021
7bec0fc
Add folder skeleton + Aim of this talktorial
dominiquesydow Aug 24, 2021
4a69474
Add kinase matrices
dominiquesydow Aug 24, 2021
b593e02
Add visualization code for example matrix
dominiquesydow Aug 24, 2021
8d31287
Add draft for perspective comparison
dominiquesydow Aug 24, 2021
53619b3
Add discussion and quiz
t-kimber Aug 24, 2021
292dac7
Merge pull request #117 from volkamerlab/tk-t024-kinsim-seq
t-kimber Aug 24, 2021
61c6dcc
add seq and ligand profile info.
t-kimber Aug 24, 2021
2632936
Merge pull request #123 from volkamerlab/ds-tk-t028-kinsim-comparison
t-kimber Aug 24, 2021
d7e2b43
add all perspective matrices
t-kimber Aug 24, 2021
b985046
add distance matrix (and not only similarity matrix)
t-kimber Sep 7, 2021
1aba707
replace np.nan by 0
t-kimber Sep 7, 2021
b7dd74e
from similarity to distance matrix.
t-kimber Sep 7, 2021
527f544
add distance matrix (and not only similarity matrix)
t-kimber Sep 7, 2021
2fe92b3
add distance matrix (and not only similarity matrix)
t-kimber Sep 7, 2021
177595b
consider only distance matrices for the 4 perspectives (and not simil…
t-kimber Sep 7, 2021
f294ec6
add more details in theory.
t-kimber Sep 7, 2021
4c1af9a
Final fixes.
t-kimber Sep 7, 2021
3fc081f
small adaptions to T024
AndreaVolkamer Sep 21, 2021
3271321
small adaptions to T025
AndreaVolkamer Sep 21, 2021
2de8101
small adaptions to T026
AndreaVolkamer Sep 21, 2021
b400e8d
small adaptions to T027
AndreaVolkamer Sep 21, 2021
c31d264
added fix for table to T027
AndreaVolkamer Sep 22, 2021
952da33
fix long runtime issue for T024
AndreaVolkamer Sep 22, 2021
c5fd43c
minor adaptions to T028
AndreaVolkamer Sep 22, 2021
95c24b4
ideas for theory part
AndreaVolkamer Sep 22, 2021
442badc
Merge branch 'master' into kinase-talkorials
t-kimber Sep 23, 2021
406f554
Merge pull request #120 from volkamerlab/ds-t023-what-is-a-kinase
t-kimber Sep 23, 2021
61a3f64
✨ Add kinase selection as csv
t-kimber Sep 23, 2021
e65b839
Update kinase data csv
t-kimber Sep 23, 2021
2946484
T023: Add KLIFS theory
dominiquesydow Sep 27, 2021
8f06259
T023: Add note about KLIFS IDs
dominiquesydow Sep 27, 2021
faf15b1
T026: Add IFP figure; use kinase CSV; update variable names; proof-read
dominiquesydow Sep 27, 2021
b74e5b2
T025: Use kinase CSV; update variable names; proof-read
dominiquesydow Sep 27, 2021
c17d85f
T023: Add bioactivity datasets refs; add details to our kinase dataset
dominiquesydow Sep 27, 2021
83c45c5
T023: Condense details on Molecules dataset; add note on customized CSV
dominiquesydow Sep 27, 2021
0e558cf
T023: Move Molecules dataset to Practical; add transition to T024-T028
dominiquesydow Sep 27, 2021
24d00b4
rescaling blosum matrix.
t-kimber Sep 27, 2021
d752910
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 27, 2021
6a2a363
T024: Add sequence logo figure
dominiquesydow Sep 27, 2021
95bf162
Merge remote-tracking branch 'origin/kinase-talkorials' into kinase-t…
dominiquesydow Sep 27, 2021
5d30797
T23: Add kinase structure figure; add KinMap data generation
dominiquesydow Sep 27, 2021
306fc6f
Add logo, address AV comments.
t-kimber Sep 27, 2021
5a7e53c
final checks.
t-kimber Sep 27, 2021
f7ad096
T023: Add KinMap trees (#bioactivities, #structures)
dominiquesydow Sep 27, 2021
d6cdf69
T023/25/26: Satisfy black-nb
dominiquesydow Sep 27, 2021
462b8d4
Update headers.
t-kimber Sep 27, 2021
03847bc
Revert "Update headers."
t-kimber Sep 27, 2021
e6415fd
address some comments of AV.
t-kimber Sep 27, 2021
c314975
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 27, 2021
90267f7
T023: Add KinMap-Erlotinib figure
dominiquesydow Sep 27, 2021
2d7721e
T023: Add kinase similarity section
dominiquesydow Sep 27, 2021
6d05309
address some comments of AV.
t-kimber Sep 27, 2021
6e3eec0
Add dataframe for non reduced fraction
t-kimber Sep 27, 2021
195c405
add kinmap figure from T023 in T027.
t-kimber Sep 27, 2021
81cdb5c
Run of notebook for pipeline.
t-kimber Sep 27, 2021
4026e85
Merge remote-tracking branch 'origin/kinase-talkorials' into kinase-t…
dominiquesydow Sep 28, 2021
e48f7a2
review of theory (minor adjustements)
t-kimber Sep 28, 2021
41483e6
T023: Solve conflicts
dominiquesydow Sep 28, 2021
feb91c0
T023: Post-revolve conflicts
dominiquesydow Sep 28, 2021
dcc164b
minor edits in practical.
t-kimber Sep 28, 2021
7d61be2
T027: DS review text/code
dominiquesydow Sep 28, 2021
149135c
:pencil2: fix typos.
t-kimber Sep 28, 2021
ce6a717
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 28, 2021
dbd94e8
T027: Satisfy black-nb
dominiquesydow Sep 28, 2021
6ab3d2b
Merge remote-tracking branch 'origin/kinase-talkorials' into kinase-t…
dominiquesydow Sep 28, 2021
c333d49
change ** to __ for bold markdown.
t-kimber Sep 28, 2021
92eb112
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 28, 2021
1e4f3af
Minor edits in theory.
t-kimber Sep 28, 2021
35da64c
minor changes in practical.
t-kimber Sep 28, 2021
98140d5
T024: DS review text/code; add nbval checks
dominiquesydow Sep 28, 2021
7cff833
Merge branch 'kinase-talkorials' of github.com:volkamerlab/teachopenc…
dominiquesydow Sep 28, 2021
b0e8306
T024: Use sequences as input for `similarity_score`
dominiquesydow Sep 28, 2021
787d86e
Minor edits in theory.
t-kimber Sep 28, 2021
24e24fe
T024: Compare identity+subsitution (save only substitution)
dominiquesydow Sep 28, 2021
c02623a
Minor changes in the practical part.
t-kimber Sep 28, 2021
9d3104d
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 28, 2021
b9ccefd
minor change
t-kimber Sep 28, 2021
67fa571
T024: Comment on id/subst results; simplify output file names
dominiquesydow Sep 28, 2021
242aae3
add NBVAL_CHECK_OUTPUT
t-kimber Sep 28, 2021
62d8618
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 28, 2021
accb4db
Update csv name.
t-kimber Sep 28, 2021
4613500
T026: Fix df merge; rename output to "kinase_distance_matrix.csv"
dominiquesydow Sep 28, 2021
9f9c8bf
Add # NBVAL_CHECK_OUTPUT
t-kimber Sep 28, 2021
4420500
Merge branch 'kinase-talkorials' of https://github.com/volkamerlab/te…
t-kimber Sep 28, 2021
7b1723b
T025: Rename output to "kinase_distance_matrix.csv"
dominiquesydow Sep 28, 2021
7e73bf5
T024: Rename output to "kinase_distance/similarity_matrix.csv"
dominiquesydow Sep 28, 2021
f08b18c
:pencil2: fix typo
t-kimber Sep 28, 2021
fc1cb28
T024: Add docstring!
dominiquesydow Sep 28, 2021
4ecacc6
Merge remote-tracking branch 'origin/kinase-talkorials' into kinase-t…
dominiquesydow Sep 28, 2021
21fdbe8
T028: Update filepaths+theory; normalize df; sort kinases
dominiquesydow Sep 28, 2021
40d02eb
T028: Add discussion; finalize code+text
dominiquesydow Sep 28, 2021
34b130d
Add matrix checks.
t-kimber Sep 29, 2021
38f72c5
flake8 checks.
t-kimber Sep 29, 2021
787eb82
:pencil2: fix typo.
t-kimber Sep 29, 2021
b26041e
running notebook from top to bottom.
t-kimber Sep 29, 2021
e94b6b1
very minor textual adaptions in T023
AndreaVolkamer Oct 1, 2021
3d66b32
T023: Update KLIFS image URL, add cell output
dominiquesydow Oct 1, 2021
bba443b
T023: Add comment on KLIFS ID 4367
dominiquesydow Oct 1, 2021
aa41f28
very minor adaptions in T024
AndreaVolkamer Oct 1, 2021
ebc3a2a
Merge branch 'kinase-talkorials' of github.com:volkamerlab/teachopenc…
AndreaVolkamer Oct 1, 2021
bb19cca
very minor adaptions in T025
AndreaVolkamer Oct 1, 2021
202f921
very minor adaptions in T026
AndreaVolkamer Oct 1, 2021
8437deb
very minor adaptions in T027
AndreaVolkamer Oct 2, 2021
96829d8
very minor adaptions in T028
AndreaVolkamer Oct 2, 2021
c361f31
T026+T028: Move heatmap/dendrogram quiz T026>T028; add new quiz to T026
dominiquesydow Oct 4, 2021
9fe8f5d
change kinase_name, kinase_seq to kinase_dict
t-kimber Oct 5, 2021
c95d693
:pencil2: fix typos and nb in math mode.
t-kimber Oct 6, 2021
6fd6e2e
:pencil2: fix typos.
t-kimber Oct 6, 2021
c6bb9cc
T026: fix typo.
t-kimber Oct 6, 2021
e239902
✨T028: add distance matrix ttheory + practical
t-kimber Oct 7, 2021
51f44a5
T028: :pencil2: fix typo
t-kimber Oct 7, 2021
14e2914
Merge branch 'master' of https://github.com/volkamerlab/teachopencadd…
t-kimber Nov 8, 2021
39713c4
Add kinase similarity talktorials to docs.
t-kimber Nov 8, 2021
3b9dc47
Small textual edits.
t-kimber Nov 8, 2021
b630e6e
T024: Textual edits.
t-kimber Nov 8, 2021
d2ab6ba
T025: minor text edits.
t-kimber Nov 12, 2021
cf71b4d
T026: minor text edits + add label to boxplot.
t-kimber Nov 12, 2021
51130bf
T027: fix typos.
t-kimber Nov 12, 2021
1ae5783
T028: html rendering latex fix.
t-kimber Nov 12, 2021
e61bf1b
Merge branch 'master' of https://github.com/volkamerlab/teachopencadd…
t-kimber Nov 12, 2021
957933a
T023-T028: Update READMEs.
t-kimber Nov 17, 2021
bcdc7cc
Merge branch 'master' of https://github.com/volkamerlab/teachopencadd…
t-kimber Nov 17, 2021
687c0d9
T023-T028: run black on notebooks.
t-kimber Nov 17, 2021
5483fc5
Rerun notebooks top to bottom
t-kimber Nov 17, 2021
b7ffcc7
Add sorting when printing for CI nbval output.
t-kimber Nov 18, 2021
d4b1b00
Remove one nbval_output for CI.
t-kimber Nov 18, 2021
0a005c2
Empty commit
Nov 18, 2021
9c9af67
Merge branch 'kinase-talkorials' of github.com:volkamerlab/teachopenc…
Nov 18, 2021
f23ee4e
Trigger action.
t-kimber Nov 18, 2021
a78674d
trigger action
t-kimber Nov 23, 2021
a441259
Merge branch 'master' of https://github.com/volkamerlab/teachopencadd…
t-kimber Nov 23, 2021
00082d8
Add kinase similarity collection + change caption location.
t-kimber Nov 29, 2021
bd00957
Add viewer for thumbnail.
t-kimber Nov 29, 2021
b0afb4f
Add tag for thumbnail.
t-kimber Nov 29, 2021
c8aa8aa
Add df as img for thumbnail.
t-kimber Nov 29, 2021
8c7f1d8
Open thumbnail matrix img with matplotlib.
t-kimber Nov 29, 2021
23264b4
T024-T027: Adapt thumbnail.
t-kimber Nov 30, 2021
ba38d4e
Remove unecessary imports.
t-kimber Nov 30, 2021
9da0a81
Remove png of dist. matrix.
t-kimber Nov 30, 2021
254f1e7
Merge branch 'master' of https://github.com/volkamerlab/teachopencadd…
t-kimber Dec 3, 2021
a4e6fa3
Merge branch 'master' of https://github.com/volkamerlab/teachopencadd…
t-kimber Dec 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/all_talktorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ This is the complete list of talktorials available for online reading. Take into
talktorials/T020_md_analysis.nblink
talktorials/T021_one_hot_encoding.nblink
talktorials/T022_ligand_based_screening_neural_network.nblink
talktorials/T023_what_is_a_kinase.nblink
talktorials/T024_kinase_similarity_sequence.nblink
talktorials/T025_kinase_similarity_kissim.nblink
talktorials/T026_kinase_similarity_ifp.nblink
talktorials/T027_kinase_similarity_ligand_profile.nblink
talktorials/T028_kinase_similarity_compare_perspectives.nblink
25 changes: 22 additions & 3 deletions docs/talktorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ Talktorials as presented in the original `JCIM 2019 article <https://jcheminf.bi
Ligand-based cheminformatics
----------------------------

The basis for computer-aided drug discovery

.. nbgallery::
:name: ligandbased
:caption: The basis for computer-aided drug discovery

talktorials/T001_query_chembl.nblink
talktorials/T002_compound_adme.nblink
Expand All @@ -44,9 +45,10 @@ Ligand-based cheminformatics
Structural biology
------------------

3D models, structural similarity, protein-ligand interaction analysis and other methods

.. nbgallery::
:name: structuralmodeling
:caption: 3D models, structural similarity, protein-ligand interaction analysis and other methods

talktorials/T008_query_pdb.nblink
talktorials/T009_compound_ensemble_pharmacophores.nblink
Expand All @@ -63,13 +65,30 @@ Structural biology
Online APIs/servers
-------------------

Online API/servers for structural bioinformatics and cheminformatics

.. nbgallery::
:name: onlineapi
:caption: Online API/servers for structural bioinformatics and cheminformatics

talktorials/T001_query_chembl.nblink
talktorials/T008_query_pdb.nblink
talktorials/T011_query_online_api_webservices.nblink
talktorials/T012_query_klifs.nblink
talktorials/T013_query_pubchem.nblink


Kinase similarity
-------------------

Kinase similarity comparison using various methods

.. nbgallery::
:name: kinasesimilarity

talktorials/T023_what_is_a_kinase.nblink
talktorials/T024_kinase_similarity_sequence.nblink
talktorials/T025_kinase_similarity_kissim.nblink
talktorials/T026_kinase_similarity_ifp.nblink
talktorials/T027_kinase_similarity_ligand_profile.nblink
talktorials/T028_kinase_similarity_compare_perspectives.nblink

1 change: 1 addition & 0 deletions docs/talktorials/T023_what_is_a_kinase.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"path": "../../teachopencadd/talktorials/T023_what_is_a_kinase/talktorial.ipynb", "extra-media": ["../../teachopencadd/talktorials/T023_what_is_a_kinase/images"]}
1 change: 1 addition & 0 deletions docs/talktorials/T024_kinase_similarity_sequence.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"path": "../../teachopencadd/talktorials/T024_kinase_similarity_sequence/talktorial.ipynb", "extra-media": ["../../teachopencadd/talktorials/T024_kinase_similarity_sequence/images"]}
1 change: 1 addition & 0 deletions docs/talktorials/T025_kinase_similarity_kissim.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"path": "../../teachopencadd/talktorials/T025_kinase_similarity_kissim/talktorial.ipynb", "extra-media": ["../../teachopencadd/talktorials/T025_kinase_similarity_kissim/images"]}
1 change: 1 addition & 0 deletions docs/talktorials/T026_kinase_similarity_ifp.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"path": "../../teachopencadd/talktorials/T026_kinase_similarity_ifp/talktorial.ipynb", "extra-media": ["../../teachopencadd/talktorials/T026_kinase_similarity_ifp/images"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"path": "../../teachopencadd/talktorials/T027_kinase_similarity_ligand_profile/talktorial.ipynb", "extra-media": ["../../teachopencadd/talktorials/T027_kinase_similarity_ligand_profile/images"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"path": "../../teachopencadd/talktorials/T028_kinase_similarity_compare_perspectives/talktorial.ipynb", "extra-media": ["../../teachopencadd/talktorials/T028_kinase_similarity_compare_perspectives/images"]}
49 changes: 49 additions & 0 deletions teachopencadd/talktorials/T023_what_is_a_kinase/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# T023 · What is a kinase?

Authors:

- Dominique Sydow, 2021, [Volkamer lab, Charité](https://volkamerlab.org/)
- Talia B. Kimber, 2021, [Volkamer lab, Charité](https://volkamerlab.org/)
- Andrea Volkamer, 2021, [Volkamer lab, Charité](https://volkamerlab.org/)


## Aim of this talktorial

In this talktorial, we will talk about kinases: why are they important in life and drug design, what do they look like, and what data resources are available?
Finally, we select a set of kinases which will be analyzed in the forthcoming talktorials **T024**-**T028** with respect to their similarity, the goal being to gain insight into potential off-target effects.


### Contents in *Theory*

- Kinases in a nutshell
- The human kinome
- Kinase structures and important motifs
- Kinase resources
- Kinase structures and related information
- Bioactivity data
- Kinase similarity: Off-targets and promiscuous binding
- Kinase dataset compilation


### Contents in *Practical*

- Define the kinases of interest


### References

- Kinases as drug targets: [<i>Nat. Rev. Drug Discov.</i> (2021), <b>20(7)</b>, 551-569](https://doi.org/10.1038/s41573-021-00195-4)
- Sequence-based kinase clustering: Manning et al. [<i>Science</i> (2002), <b>298(5600)</b>, 1912-1934](https://doi.org/10.1126/science.1075762)
- KinMap:
- Paper: [<i>BMC Bioinformatics</i> (2017), <b>18</b>, 16](https://dx.doi.org/10.1186%2Fs12859-016-1433-7)
- Website: http://www.kinhub.org/kinmap/
- KLIFS
- KLIFS URL: https://klifs.net/
- KLIFS database: [<i>Nucleic Acid Res.</i> (2020), <b>49(D1)</b>, D562-D569](https://doi.org/10.1093/nar/gkaa895)
- KLIFS binding site definition: [<i>J. Med. Chem.</i> (2014), <b>57(2)</b>, 249-277](https://doi.org/10.1021/jm400378w)
- Bioactivity data
- Karaman et al. dataset: [<i>Nature Biotechnology</i> (2008), <b>26</b>, 127-132](https://doi.org/10.1038/nbt1358)
- Davis et al. dataset: [<i>Nature Biotechnology</i> (2011), <b>29</b>, 1046-1051](https://doi.org/10.1038/nbt.1990)
- KIBA dataset: [<i>J. Chem. Inf. Model.</i> (2014), <b>54(3)</b>, 753-743](https://doi.org/10.1021/ci400709d)
- PKIS dataset: [<i>PLOS ONE</i> (2017), <b>12</b>, 1-20](https://doi.org/10.1371/journal.pone.0181585)
- Kinase selection: [<i>Molecules</i> (2021), <b>26(3)</b>, 629](https://www.mdpi.com/1420-3049/26/3/629)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Data

This folder stores input and output data for the Jupyter notebook.

- `xxx.csv`: Describe data.
- `xxx.sdf`: Describe data.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kinase,kinase_klifs,uniprot_id,group,full_kinase_name
EGFR,EGFR,P00533,TK,Epidermal growth factor receptor
ErbB2,ErbB2,P04626,TK,Erythroblastic leukemia viral oncogene homolog 2
PI3K,p110a,P42336,Atypical,Phosphatidylinositol-3-kinase
VEGFR2,KDR,P35968,TK,Vascular endothelial growth factor receptor 2
BRAF,BRAF,P15056,TKL,Rapidly accelerated fibrosarcoma isoform B
CDK2,CDK2,P24941,CMGC,Cyclic-dependent kinase 2
LCK,LCK,P06239,TK,Lymphocyte-specific protein tyrosine kinase
MET,MET,P08581,TK,Mesenchymal-epithelial transition factor
p38a,p38a,Q16539,CMGC,p38 mitogen activated protein kinase alpha