Giter Site home page Giter Site logo

pignet's Introduction

Code for the paper: "PIGNET: A physics-informed deep learning model toward generalized drug-target interaction predictions" by Seokhyun Moon, Wonho Zhung, Soojung Yang, Jaechang Lim, Woo Youn Kim

Table of Contents

Install Dependencies

PIGNet needs conda environment. After installing conda,

you can manually install the necessary packages for executing our code. The package list is shown as follows

  • rdkit
  • pytorch
  • numpy
  • biopython
  • scikit-learn
  • scipy
  • smina

or you can just execute the followings in the command line.

./dependencies
conda activate pignet

Running

Data

You can generate the data.

  • Training data by executing data/download_train_data.sh.
  • Benchmark data by executing data/download_test_data.sh.

Train

You should download and process the data with data/download_test_data.sh.
Then, Trainig can be done with run.sh.
This process will use the data in ./data/pdbbind_v2019/*.

Model benchmark with CASF2016 benchmark and csar

You should download and process the data with data/download_test_data.sh.
After that, you can use the execution commands for the benchmark are shown in benchmarks/*/test.sh.

Citing this work

@article{moon2022pignet,
  title={PIGNet: A physics-informed deep learning model toward generalized drug-target interaction predictions},
  author={Moon, Seokhyun and Zhung, Wonho and Yang, Soojung and Lim, Jaechang and Kim, Woo Youn},
  journal={Chemical Science},
  year={2022},
  publisher={Royal Society of Chemistry}
}

pignet's People

Contributors

mseok avatar ace-kaist 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.