Skip to content

Graph convolutional neural network for multirelational link prediction

License

Notifications You must be signed in to change notification settings

Dinxin/decagon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Graph convolutional neural network for multirelational link prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.4%
  • Python 13.6%