Code Monkey home page Code Monkey logo

automatedseriesclassification's Introduction

AutomatedSeriesClassification

This is code for automated chemical series classification

Original article

Automated Identification of Chemical Series: Classifying like a Medicinal Chemist https://pubs.acs.org/doi/abs/10.1021/acs.jcim.0c00204

Installation

First, you should have RDKit installed. Then, the code can be downloaded and installed with:

git clone https://github.com/rdkit/AutomatedSeriesClassification
cd AutomatedSeriesClassification
pip install -e .

The -e flag means it gets installed in editable mode.

Example usage

Data Preparation

  1. The following script will download chembl27.sdf.gz and make substructurefingerprint library. If you want to use an alternate version of chembl, specify the --chebml-version flag. You can run python -m automated_series_classification.dataprep --help in your shell to see all options.
$ python -m automated_series_classification.dataprep  # it'll take ~30 or more minutes on my PC
  1. Then launch jupyter notebook, the notebook use same dataset as original articles. But you'll get different results compared to the article. This is because I used more newer version of ChEMBL for this code. If you would like to use same dataset to original article it is easy, just changing download link of chembl

Acknoledgements

  • Greg Landrum

etc

Any comments, requests and suggestions will be greatly appreciated.

License

MIT

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.