GithubHelp home page GithubHelp logo

2d-pharmacophore-search's Introduction

2d-pharmacophore-search and basic De novo design

I am interested in attempting some scaffold hopping type experiments

search2d.py takes a initial model computes its 2d pharmacophore using RDKit. This is then search against a smiles library of compound In practice I have been using the Zinc Clean Leads database but a truncated version is uploaded here for trial (Zinc license prevents distribution of large chunks of Zinc)

Ideally I would parallelise the search but at the moment it is a serial search so is on the slow side. The starting molecule is compared with each member of the database using a Tanimoto similarity on the Pharmacophore fingerprint.

python search2d.py > log.txt

Once we have a list of compounds of similar pharmacophore, brics-scaffold-hop.py takes the compounds fragments them using the BRICS algorithm and then from these generates a new library of compounds. These de novo designed compounds are then assessed in a negative design fashion by comparing both similarity to the target parent molecule and to a known non-specific inhibitor.

python brics-scaffold-hop.py > bricsOut.txt

This script also plots a graph of DeltaSimilarity(Positive design - negative design) vs similarity to positive.

New generated compounds generated show enriched delta similarity compared to a search against the Zinc DB alone.

Things I want to do....

  1. parallelise search
  2. use QSAR model to predict affinity of de novo designed compounds
  3. Multidimensional optimisation
  4. Genetic algorithm for compound generation rather than BRICS

2d-pharmacophore-search's People

Contributors

arthuc01 avatar

Watchers

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