Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 994 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 994 Bytes

Using Graph Neural Networks for Site-of-Metabolism Prediction and its Applications to Ranking Promiscuous Enzymatic Products

This repository contains data and code for running the GNN-SOM models for site-of-metabolism prediction.

Environment Setup

We recommend using conda for managing this environment. Our implementation requires the following software toolkits to be installed: * PyTorch * PyTorch Geometric * RDKit

Usage

The example code for making SOM predictions on a given enzyme-molecule pair is presented as a Jupyter notebook, which can be found in GNN-SOM.ipynb. This notebook makes use of various commonly-used functions provided in the gnn_som directory as well as the model state and configuration files in the data directory.

License

This project is licensed under the MIT license.