Home

Awesome

Investigating the conformational landscape of AlphaFold2-predicted protein kinase structures

All scripts used to generate the figures in the paper "Investigating the conformational landscape of AlphaFold2-predicted protein kinase structures" by Al-Masri et al. 2023 are included.

Alt text

All inputs needed are in the inputs directory and all outputs generated in outputs. The scripts include:

AF2 Database Structure Conformations & Pocket Residue Fingerprints

1. AlphaFold_fingerprints.ipynb

2. plot_conformations.ipynb

3. plot_plddt.ipynb

Requirements

Python # 3.6.8+ biopython # 1.77+ pandas # 1.4+ numpy # 1.22+ plotly # 5.8+ sklearn # 1.0.2+ kissim # 1.0.0

Docking and MD simulations

4. plot_rmsd.py, plot_rmsf.py, and plot_MD_interaction_anaysis.py

5. plot_docking_enrichment.py

6. crossdocking_interaction_analysis.ipynb

Requirements

Python # 3.7.12+ numpy # 1.21.6 pandas # 1.4.2 matplotlib # 3.5.2 seaborn # 0.11.2 MDAnalysis # 2.1.0 prolif # 2.0.0 biopython # 1.79 mdtraj # 1.9.6