Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.23 KB

File metadata and controls

30 lines (21 loc) · 1.23 KB

Demo code for ranking protein-protein interfaces using Graph Neural Networks

This repository uses Graph Neural Networks (GNN's) to rank the docked protein complexes in the order of near-nativity to its co-crystalized native complex.

Run on Google collab:   Open In Colab

Dependency

Install dependencies

pip3 install -r requirements.txt

Usage

jupyter notebook

and open "Ranking protein-protein interfaces using Graph Convolution.ipynb"