Giter VIP home page Giter VIP logo

aa-score-tool's Introduction

AA-Score

The protein-ligand scoring function plays an important role in computer-aided drug discovery, which is heavily used in virtual screening and lead optimization. In this study, we developed a new empirical protein-ligand scoring function, which is a linear combination of empirical energy components, including hydrogen bond, van der Waals, electrostatic, hydrophobic, ฯ€-stacking, ฯ€-cation, and metal-ligand interaction. Different from previous empirical scoring functions, AA-Score uses several amino acid-specific empirical interaction components. We tested AA-Score on several test sets. The resulting performance shows AA-Score performs well on scoring, docking, and ranking compared with other widely used traditional scoring functions. Our results suggest that AA-Score gains substantial improvements from using detailed protein-ligand interaction components.

Requirements

Usage

This is a example pdb for model prediction, including protein and ligand file:

data/5otc

This tool only support command line. First, you should prepare the protein-ligand complex file, then use the scripts to select binding pocket from protein by referring to the atom position of the ligand.

get_pocket.py or get_pocket_by_schrodinger.py 

The purpose of AA_Score.py is to predict binding affinity by AA-Score:

AA_Score.py
usage: AA_Score.py [-h] [--Rec REC] [--Lig LIG] [--Out OUT]

parse AA Score prediction parameters

optional arguments:
  -h, --help  show this help message and exit
  --Rec REC   the file of binding pocket, only support PDB format
  --Lig LIG   the file of ligands, support mol2, mol, sdf, PDB
  --Out OUT   the output file for recording scores

The purpose of AA_fp.py is to calculate interaction fingerprint by AA-Score:

AA_Fp.py
usage: AA_Fp.py [-h] [--Rec REC] [--Lig LIG] [--Out OUT]

parse AA Score prediction parameters

optional arguments:
  -h, --help  show this help message and exit
  --Rec REC   the file of binding pocket, only support PDB format
  --Lig LIG   the file of ligands, support mol2, mol, sdf, PDB
  --Out OUT   the output file for recording interaction fingerprint

The purpose of the code is to visualize different interactions by AA-Score, including hydrogen bond, pi-pi stacking, pi-cation, salt bridge:

show_interactions.ipynb

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.