GithubHelp home page GithubHelp logo

zyfyifan / deepfmpo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stan-his/deepfmpo

0.0 0.0 0.0 163 KB

Code accompanying the paper "Deep reinforcement learning for multiparameter optimization in de novo drug design"

License: MIT License

Python 100.00%

deepfmpo's Introduction

DeepFMPO

Code accompanying the paper "Deep reinforcement learning for multiparameter optimization in de novo drug design". The paper can be found at: https://doi.org/10.26434/chemrxiv.7990910.v1.

Instructions

To run the main program on the same data as described in the paper just run:

python Main.py

It is also possible to run the program on a custom set of lead molecules and/or fragments.

python Main.py fragment_molecules.smi lead_file.smi

Molecules that are genertated during the process can be vied by running:

python Show_Epoch.py n

where n is the epoch that should be viewed. This shows two columns of molecules. The first column contains the original lead molecule, while the second column contains modified molecules. Any global parameters can be changed by changing them in the file "Modules/global_parameters.py"

Requirements

The program is originally written in Python 2.7 but there is now a 3.6 version as well. The following Python libraries are required to run it:

  • rdkit
  • numpy
  • sklearn
  • keras
  • pandas
  • bisect
  • Levenshtein
  • A backend to keras, such as theano, tensorflow or CNTK

deepfmpo's People

Contributors

stan-his avatar bp-kelley 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.