Coder Social home page Coder Social logo

yeonghyeon / pipgcn-tf2 Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 4.0 94.88 MB

Unofficial TensorFlow implementation of Protein Interface Prediction using Graph Convolutional Networks.

License: MIT License

Python 100.00%
graph-neural-networks graph-neural-network graph-convolutional-networks graph-convolutional-network protein-protein-interaction protein prediction

pipgcn-tf2's Introduction

[TensorFlow] Protein Interface Prediction using Graph Convolutional Networks

Unofficial TensorFlow implementation of Protein Interface Prediction using Graph Convolutional Networks [1].

Usage

$ unzip dataset.zip
$ python run.py

Dataset

Number of samples

Set Complex Positive Negative
Training 140 12866 (9.1 %) 128660 (90.9 %)
Validation 35 3138 (0.2 %) 31380 (99.8 %)
Test 55 4871 (0.1 %) 4953446 (99.9 %)

Sample view for Ligand and Receptor respectively.

Feature description

Graph
│
├── Vertex: 70 features
│    ├── Windowed Position Specific Scoring Matrix: 20
│    ├── Relative Accessible Surface Area: 1
│    ├── Residue Depth: 2
│    ├── Protrusion Index: 6
│    ├── Hydrophobicity: 1
│    └── Half Sphere Amino Acid Composition: 40
└── Edge: 2 features
     ├── Average Atomic Distance: 1
     └── CCαO Angle: 1

Three equations for each neural network in this repository. Each equation is provided as net00_pipgcn_navg.py, net01_pipgcn_neavg.py, and net02_pipgcn_odepn.py

Result

  • Refer that the results shown below are temporary results. (AUROC: 0.81421)
  • The model tuning process is not finished completely.

Loss graph.

Results of the test process. The first figure (upper side) shows the negative interaction score between ligand and receptor. The lower side figures show a histogram of negative interaction score of negative labeled and positive labeled sample.

Requirements

Contribution

  • YeongHyeon Park : PIPGCN implementation (including neural network, data management)
  • Myung Jin Kim and Yeong Beom Kim : review (double-check)

Reference

[1] Fout, Alex M. Protein interface prediction using graph convolutional networks. Diss. Colorado State University, 2017.
[2] Supplementary Data for NIPS Publication: Protein Interface Prediction using Graph Convolutional Networks. https://zenodo.org/record/1127774#.WkLewGGnGcY

pipgcn-tf2's People

Contributors

yeonghyeon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.