Git Product home page Git Product logo

kinase_inhibitor_pose_scorer's Introduction

Kinase inhibitor pose scorer

Codes to calculation interaction fingerprints of Kinase inhibitors from docked poses and MD simulations.

For docked poses, an example use case would be,

python analyse_kinase_docking_with_plip.py -pdbid 6rsh -receptor 6rsh_receptor_hadd.pdbqt -poses out.pdbqt -ligand_sdf 6rsh_ligand.sdf

where one has docked a ligand of choice to the protein chain from PDB ID 6RSH (script assumes it's chain A), and docking was run using the receptor file "6rsh_receptor_hadd.pdbqt" and the docked poses were saved in "out.pdbqt". The co crystallized ligand is also provided in the "6rsh_ligand.sdf" file.

The script outputs folders named "docked_complex_pose_XX_interactions" which contain interactions of pose ID XX with the receptor split into different types of interactions. Each file contains rows equivalent to the number of atoms in the ligand and columns equivalent to the Kinase active site residues (backbone and side chain) which is taken fro m the KLIFS database. These interactions are then summed up in the overall.csv file. The docked pose is also saved in a pdb file within each "docked_complex_pose_XX_interactions" directory.

To rank the docked poses, the script also outputs another file called "overall_interactions_rmsd_sorting.csv" which contains the ids of the poses sorted according to first, the number of interactions a pose captures compared to the cocrystallized ligand and then according to the RMSD of the maximum common substructure between the docked and cocrystallized ligand. A combination of both of these metrics could be used to decide which one of the top docked poses is close to the actual pose. Keep in mind that with very small maximum common substructures or tanimoto similarity between the docked and cocrystallized ligand, this method of ranking docked poses will lose its effectiveness.

kinase_inhibitor_pose_scorer's People

Contributors

roshan-m-regy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.