docker build .
docker pull docker.io/animesh1977/gentrl
apt-get install python3 libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
conda create -c rdkit -n my-rdkit-env rdkit
conda activate my-rdkit-env
pip install sklearn jupyterlab
python3 trainGENTLR4HDACi.py
jupyter notebook --no-browser
Check out pretrain.ipynb
Supporting Information for the paper "Deep learning enables rapid identification of potent DDR1 kinase inhibitors".
The GENTRL model is a variational autoencoder with a rich prior distribution of the latent space. We used tensor decompositions to encode the relations between molecular structures and their properties and to learn on data with missing values. We train the model in two steps. First, we learn a mapping of a chemical space on the latent manifold by maximizing the evidence lower bound. We then freeze all the parameters except for the learnable prior and explore the chemical space to find molecules with a high reward.

In this repository, we provide an implementation of a GENTRL model with an example trained on a MOSES dataset.
To run the training procedure,
python setup.py installContent type
Image
Digest
Size
8.8 GB
Last updated
almost 7 years ago
docker pull animesh1977/gentrl