Giter Club home page Giter Club logo

qadd's Introduction

QADD

Source code for the paper: De Novo Drug Design by Iterative Multi-Objective Deep Reinforcement Learning with graph-based Molecular Quality Assessment

Overview

Generating molecules of high quality and drug-likeness in the vast chemical space is a big challenge in the drug discovery. Most existing generating methods focus on diversity and novelty of molecules, but ignoring the drug potentials of the generated molecules during the generation process. In this study, we present a novel de novo multi-objective quality assessment-based drug design approach QADD, which integrates an iterative refinement framework with a novel graph-based molecule quality assessment model for drug potentials. QADD designs a multi-objective deep reinforcement learning pipeline to generate molecules with multiple desired properties iteratively, where a graph neural network-based model for accurate molecular quality assessment on drug potentials is introduced to guide molecule generation.

Dependency

  • python3.7
  • torch 1.8.1
  • skearn 0.21.3
  • numpy 1.20.1
  • dgl 0.6.1
  • rdkit
  • baselines

Pipeline

For the molecular quality assessment (QA) model (in the 'QA/' folder)

  1. convert SMILES strings to graph by generating "graph.bin" file

    python dataQA.py 
  2. train the QA model

    python trainQA.py
  3. predict

    python predictQA.py
    

For the deep reinforcement learning (RL) model (in the 'RL/' folder)

python run_RL.py

For the iterative refinement: retrained QA model every 5000 episode

LISENCE

  • All materials are made available under the terms of the Creative Commons Attribution-NonCommercial 4.0 International Public License (CC BY-NC 4.0) license. You can find details at: https://creativecommons.org/licenses/by-nc/4.0/legalcode
  • The license gives permission for academic use only.

Contact

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.