Skip to content
/ W-VGAE Public
forked from kunjiefan/W-VGAE

A representation learning method for predicting protein-protein interactions

Notifications You must be signed in to change notification settings

Heath0/W-VGAE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

W-VGAE

Description

This is a representation learning method for predicting protein-protein interactions (PPI). Our paper about this method is currently under review. The auto-encoder part of our model is improved based on the implementation by T. N. Kifp. You can find the source code here Graph Auto-Encoders

Usage

Requirements

  • Python 2.7
  • TensorFlow
  • Keras
  • networkx
  • scipy
  • numpy

Run

cd src

python main.py

You can specify the dataset by using "--dataset E.coli", for example, you can also specify the parameter weight rate by using "--wr 10.0"

About

A representation learning method for predicting protein-protein interactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%