GithubHelp home page GithubHelp logo

csung7 / deepdtaf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kailiwang1/deepdtaf

0.0 0.0 0.0 48.57 MB

a deep learning architecture for protein-ligand binding affinity prediction

License: Apache License 2.0

Python 63.45% Jupyter Notebook 36.55%

deepdtaf's Introduction

About DeepDTAF

DeepDTAF is a deep learning architecture, which integrates local and global features to predict the binding affinity between ligands and proteins.

The benchmark dataset can be found in ./data/. The DeepDTAF model is available in ./src/. And the result will be generated in ./runs/. See our paper for more details.

Requirements:

  • python 3.7
  • cudatoolkit 10.1.243
  • cudnn 7.6.0
  • pytorch 1.4.0
  • numpy 1.16.4
  • scikit-learn 0.21.2
  • pandas 0.24.2
  • tensorboard 2.0.0
  • scipy 1.3.0
  • numba 0.44.1
  • tqdm 4.32.1

The easiest way to install the required packages is to create environment with GPU-enabled version:

conda env create -f environment_gpu.yml
conda activate DeepDTAF_env

Then, install the apex in the DeepDTAF_env environment:

git clone https://github.com/NVIDIA/apex
cd apex
python setup.py install

Training & Evaluation

to train your own model

cd ./src/
python main.py

to see the result

tensorboard ../runs/DeepDTAF_<datetime>_<seed>/

contact

Kaili Wang: [email protected]

deepdtaf's People

Contributors

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