Molpher-lib: Systematic Chemical Space Exploration with Molecular Morphing

This library is essentially a fork of the de novo drug design framework Molpher. Molpher is a program developed to tackle systematic exploration of chemical space using an intuitive atom-based method called molecular morphing to sample new and potentially useful chemical structures. The task of Molpher is to bring the idea of molecular morphing to non-technical users. Therefore, it contains a rich graphical user interface with visualizations of chemical space and other GUI features that help to analyse and oversee the exploration.

Over the years, however, as we learnt more about this concept and its potential, the need to adjust certain parts of the exploration algorithm for different purposes became more imminent and Molpher-lib was born. It wraps the core idea of Molpher in a user-friendly programming interface (also available from Python) that can be used to drive the exploration in a more nuanced way or to implement entirely new use cases.

If you wish to jump right in, you can take a look at the tutorial. It showcases some of the typical tasks that the library was designed for and should get any new users acquainted with it quickly. If you wish to know more about molecular morphing itself and how this library can be useful in de novo drug design, you may continue reading the next section. To understand the concept of molecular morphing more in depth, you can check out the original paper on the Molpher software.

Warning

Please, note that the project is in early stage of development and so a lot of features mentioned in this documentation might change in the future and there might still be a considerable amount of bugs and other issues.

Note

If you find a bug or have a point to make regarding missing features or other things, do not hesitate to post on the project’s issue tracker.

Table of Contents