Skip to content

Zahra1998Dehghani/DiGI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiGI

This repository consists of the data and source code which are used to evaluate the performances of the DiGI method proposed in the paper entitled "Heterogeneous Networks Integration for Disease Gene Prioritization with Node Kernels", submitted to Bioinformatics journal.

DiGI is also implemented as a web tool and it is available at: http://rna.informatik.uni-freiburg.de/DiGI/Input.jsp

Dependency

Data

There are different sub-folders in the Data folder which contain the data used for different experimental setting in the paper. Besides, you can find the test data in the "test_data" sub-folder which is used for a quick test run.

How to run DiGI

Under the root directory of this repository, run the main.py with papameters' values. Following is an example how to run our model using test data:

python main.py \
--adj_folder data/test_data/adj_matrices \
--train_genes_file data/test_data/train_genes \
--train_labels_file data/test_data/train_labels \
--all_genes_file data/test_data/all_genes \
--list_D 10 15 \
--list_C 5 \
--list_d 1 2 \
--list_r 1 2 \
--use_lou

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%