Code Monkey home page Code Monkey logo

smplip-score's Introduction

Overview

SMPLIP-Score

SMPLIP-Score was develped for prediction of absolute ligand-protein binding affinities.

image

Requirements:

The following necessary packages should be installed in to process, generate fingerprint, train and test your model.

Procedures:

  1. Process the protein PDB files using KNIME workflow (PDBbind_v2015_Preprocessing).

    => This will generate correct protein PDB files in *.mol2 file format.

    The interface of KNIME workflow to process the protein (PDB) file.

    image

    => To know, how to import the PDBbind_v2015_Preprocessin.knwf workflow into KNIME Analytics Platform visit this tutorial (official channel of KNIMETV).

    https://www.youtube.com/watch?v=4GiwmM-qcC4

  2. Generate the protein-ligand binding fingerprints using IChem program.

    # run the following command to generate *.ifp file
    
    IChem 1a30_protein.mol2 1a30_ligand.mol2 > 1a30.ifp
    
    
  3. Generate substructutal molecular ligand fragments using SMF program.

     - SMF program provides GUI.
    

    image

     - The user must provide all the ligands in *.sdf file format.
    
  4. Generate a matrix of fingerprint from the output file IChem program using KNIME workflow (IChem_IFP_PDBBind_2015)

    => This worflow, took input of all *.ifp files from the directory, extract all relevant information and save into *.csv format.

  5. Train, validate and test your RF and DNN model using python script.

    => To train, validate and test the RF model use the Train-Valid-Test-RF.ipynb [SMPLIP-Score]

     Load the *.ipynb* file using the jupyter notebook.
    

    => To train, validate and test the DNN model use the Train_Valid_Test-DNN.py [SMPLIP-DNN]

    # usage argument (bash shell):
    
    python Train_Valid_Test-DNN.py > log.txt
    
    # see the comment section of Train_Valid_Test-DNN.py for detailed information on file uses.
    
    

Additional Information:

For any queries mail to Mi-hyun Kim ([email protected]) or Surendra Kumar ([email protected])

References:

SMPLIP-Score: predicting ligand binding affinity from simple and interpretable on-the-fly interaction fingerprint pattern descriptors

HTML Manuscript

smplip-score's People

Contributors

malonate 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.