Giter VIP home page Giter VIP logo

pipgcn's Introduction

README

This software accompanies the 2017 NIPS paper and poster, Protein Interface Prediction using Graph Convolutional Networks. We implemented multiple versions of graph convolution and applied them to the problem of protein interface prediction. This work was supported by the National Science Foundation under grant no DBI-1564840.

Setup

Requirements

  • python 2.7
  • PyYAML 3.12
  • numpy 1.13.3
  • scikit-learn 0.19.1
  • tensorflow 1.0.1

Environment Variables

The software assumes the following environment variables are set:

  • PL_DATA: full path of data directory (where data files are kept)
  • PL_OUT: full path of output directory (where experiment results are placed)
  • PL_EXPERIMENTS: full path of experiment library (YAML files)

An alternative to setting these variables is to edit the portions of configuration.py which reference these environment variables.

CUDA Setup

Consider setting the following environment variables for CUDA use:

  • LD_LIBRARY_PATH: path to cuda libraries
  • CUDA_VISIBLE_DEVICES: Specify (0, 1, etc.) which GPU to use or set to "" to force CPU

Data

To run the provided experiments, you need the pickle files found here.

Running Experiments

Simply run: python experiment_runner.py <experiment>. Where <experiment> is the name of the experiment file (including .yml extension) in the experiments directory. Alternatively you may run run_experiments.sh, which contains expressions for all provided experiments.

Contact

Please direct any questions to:

  • Alex Fout (fout[at]colostate.edu)
  • Jonathon Byrd (jonbyrd[at]colostate.edu)
  • Basir Shariat (basir[at]cs.colostate.edu
  • Asa Ben-Hur (asa[at]cs.colostate.edu)

pipgcn's People

Contributors

fouticus avatar linhthi avatar

Watchers

James Cloos 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.