You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package implements the PQR framework -- a generative approach to structure-based ligand elaboration. The framework consists of a multi-level contrastive learning protocol that constructs a generative posterior as a product of context factors, representing 1D, 2D and 3D context information. A description of the method can be found here.
This particular implementation uses stochastic reconstructions during model training, with the 2D and 3D context factors represented by graph-convolutional and hypergraph-convolutional neural networks, respectively.
Installation
System requirements
The code has been tested on 64-bit Linux only. GPU support is essential for model training, with a recommended GPU RAM of at least 16GB.
The workflow is described here. The instructions will guide you through the individual training steps. Note that, to build performant models, you will first need to download and preprocess the complete datasets.
Citation
A description of the framework is available on arXiv -- please cite this if you find the method and/or code useful:
@article{chan_3d_2022,
doi = {10.48550/ARXIV.2204.10663},
url = {https://arxiv.org/abs/2204.10663},
author = {Chan, Lucian and Kumar, Rajendra and Verdonk, Marcel and Poelking, Carl},
keywords = {Machine Learning (stat.ML), Machine Learning (cs.LG), Biomolecules (q-bio.BM)},
title = {3D pride without 2D prejudice: Bias-controlled multi-level generative models for structure-based ligand design},
publisher = {arXiv},
year = {2022}
}
About
Bias-controlled 3D generative framework for structure-based ligand design