Git Product home page Git Product logo

decagon's Introduction

Decagon

Decagon is a graph convolutional neural network (GCN) approach for multirelational link prediction in multimodal graphs.

It is a general approach for multirelational link prediction in any multimodal network. Decagon handles multimodal graphs with large numbers of edge types. It works on simple and multimodal graphs.

Please check the project page for more details, including the preprocessed datasets for modeling drug combinations.

Usage

Decagon has been used to solve problems in computational pharmacology, specifically to model polypharmacy side effects of drug pairs (i.e., drug combinations).

Using Decagon, we construct a multimodal graph of protein-protein interactions, drug-protein target interactions, and the polypharmacy side effects, which are represented as drug-drug interactions, where each side effect is an edge of a different type. Decagon then predicts the exact side effect, if any, through which a given drug combination manifests clinically.

Polypharmacy graph

Decagon species a graph convolutional neural network architecture based on this multimodal graph to model and predict polypharmacy side effects.

Polypharmacy side effect prediction

The setup for this problem using a dummy dataset is outlined in:

main.py

All preprocessed datasets used for polypharmacy side effect prediction are available for download from project page.

Citing

If you find Decagon useful for your research, please consider citing this paper:

@article{Zitnik2018,
  title     = {Modeling polypharmacy side effects with graph convolutional networks.},
  author    = {Zitnik, Marinka and Agrawal, Monica and Leskovec, Jure},
  journal   = {Bioinformatics},
  volume    = {34},
  number    = {13},
  pages     = {457โ€“466},
  year      = {2018}
}

Miscellaneous

Please send any questions you might have about the code and/or the algorithm to [email protected].

Dependencies

Decagon is tested to work under Python 2.7.

The required dependencies for Decagon are NumPy >= 1.13, NetworkX >= 2.0, and TensorFlow >= 1.1.

License

Decagon is licensed under the MIT License.

decagon's People

Contributors

marinkaz avatar agrawalm avatar

Watchers

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