OpenAD Plugins

Plugins are how molecular tools and AI models are made available to the OpenAD client. They provide drastically simplified access to a series of advanced tools, and they make it easy for your own Python applications to interface with OpenAD.

Creating your own plugins is easy if you have a basic understanding of Python.


Creating Your Own Plugin

You can create your first plugin in just minutes. This creates the ability for your own projects (or your favorite tools) to access OpenAD’s powerful visualisation capabilities and more.

We will be publishing a detailed tutorial soon on this page.



Available Plugins

Currently there are two publicly available plugins available.

  1. Deep Search
    Find molecules by similarity or substructure, scan patents for molecules and vice versa and search across available Deep Search collections.
    More information about this plugin can be found in the openad-plugin-ds repo.

     pip install git+https://github.com/acceleratedscience/openad-plugin-ds
    
  2. RXN
    RXN helps you predict chemical reactions, retrosynthesis pathways and experimental procedures.
    More information about this plugin can be found in the openad-plugin-rxn repo.

     pip install git+https://github.com/acceleratedscience/openad-plugin-rxn