Abstract
Multi-parameter optimization, the heart of drug design, is still an open challenge. Thus, improved methods for automated compounds design with multiple controlled properties are desired. Here, we present a significant extension to our previously described fragment-based reinforcement learning method (DeepFMPO) for the generation of novel molecules with optimal properties. As before, the generative process outputs optimized molecules similar to the input structures, now with the improved feature of replacing parts of these molecules with fragments of similar 3D-shape and electrostatics. By performing comparisons of 3D-fragments, we can simulate 3D properties while overcoming the notoriously difficult step of accurately describing bioactive conformations. We developed a new python package, ESP-Sim, for the comparison of electrostatic potential and molecular shape, allowing the calculation of state-of-the-art partial charges (e.g., RESP with B3LYP/6-31G**) obtained using the quantum chemistry program Psi4. The new improved generative (DeepFMPO v3D) method is demonstrated with a scaffold-hopping exercise identifying CDK2 bioisosteres. All code is open-source and freely available.
Supplementary materials
Title
Supplementary Materials
Description
Benchmarks and supplementary information associated with this article.
Actions
Supplementary weblinks
Title
DeepFMPO v3D
Description
Code accompanying the paper "On the value of using 3D-shape and electrostatic similarities in deep generative methods"
Actions
View Title
ESP-Sim: Comparison of electrostatic potential and shape
Description
This GitHub repository contains a code snippet to calculate similarities of shapes and electrostatic potentials between molecules. It is based on Python v3, RDKit, Numpy and Scipy. The package furthermore contains functionalities to embed (create 3D coordinates) molecules with a constrained core using RDKit functions.
Actions
View