Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.23 KB

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