Code Monkey home page Code Monkey logo

mtdd-evaluation-framework's Introduction

Evaluation Framework for AI-driven Molecular Design of Multi-target Drugs

This repository contains the code and data for the paper "Evaluation Framework for AI-driven Molecular Design of Multi-target Drugs: Brain Diseases as a Case Study".

Instructions

Setup

The code is written in Python 3.11.6. To install the required packages, run the following command:

$ pip install -r requirements.txt

To download the required data and train the QSAR models for the brain diseases case study, run the following commands:

$ python scripts/external_data_sources.py
$ python scripts/qsar_pipeline.py

Target selection

The target selction process is described in target-selection/README.md.

Running the experiments

  1. Build the dataset for the de Novo Design experiment:
$ python guacamol/data/get_data.py --holdout holdout_set_gcm_multitarget.smiles --destination guacamol/data/
  1. (Optional) Compute the top K molecules for the de Novo Design experiment:
$ python scripts/top_k.py

The top K molecules are stored in the guacamol/data/top_k folder and save time when running the de Novo Design models over the benchmarks.

  1. Run the de Novo Design models over the benchmarks:
$ python scripts/assess_baselines.py

The results of the experiments are saved in the reports folder. We can evaluate the QSAR models on the lead optimization task by running the following command:

$ python scripts/lo_task_benchmark.py

mtdd-evaluation-framework's People

Contributors

avaucher avatar arthurcerveira avatar bfabiandev avatar msgbai avatar joshuameyers avatar den-run-ai avatar sauravmaheshkar avatar dependabot[bot] avatar

Watchers

 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.