Skip to content

Integration of Protein Sequence and Protein-protein Interaction Data by Hypergraph Learning to Identify Novel Protein Complex

Notifications You must be signed in to change notification settings

SimmyXia/HyperGraphComplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HyperGraphComplex

Description

This is a protein complex prediction model based on hypergraph representation learning. HyperGraphComplex integrates high-order topological information from the protein-protein interaction (PPI) network and protein sequence features by simultaneously training the encoder and decoder using the HyperGraphVariational Autoencoder (HGVAE). This process generates latent feature vectors for protein complexes. Subsequently, a deep neural network (DNN) is employed to classify candidate protein sets.

Dependencies

All dependencies are included environment.yml in the method folder.

You could install all dependencies with conda:

  conda env create -f environment.yml

Usage

Traning HyperGraphComplex base on Mann PPI . Enter the method folder:

 python main.py

Predicting protein complex by HyperGraphComplex

 python Predicting_protein_complex.py

About

Integration of Protein Sequence and Protein-protein Interaction Data by Hypergraph Learning to Identify Novel Protein Complex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages