Skip to main content

An Easy to install version of the jtnn encoder for generation of latent molecule features.

Project description

jtnnencoder

Pip installable version of the Junction Tree Variational Autoencoder https://arxiv.org/abs/1802.04364. The original, full repository can be found here: https://github.com/wengong-jin/icml18-jtnn

Intended to be used as a simple interface for generating molecular features for molecules based on JTNN latent vectors.

Install

$ pip install jtnnencoder
$ pip install torch

You will also need rdkit:

$ conda install -c rdkit rdkit

Use

from jtnnencoder import JTNNEmbed

smiles = ['CC1(C)[C@H]2C[C@H](C/C=C\CCCC(=O)O)[C@@H](NC(=O)c3csc4ccc(O)cc34)[C@@H]1C2']
jtnn = JTNNEmbed(smiles)
features = jtnn.get_features()

features is then a numpy ndarray of dimension (n_smiles x n_features).

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jtnnencoder-0.1.tar.gz (19.0 MB view hashes)

Uploaded Source

Built Distribution

jtnnencoder-0.1-py3-none-any.whl (19.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page