https://github.com/hcui2/DIMSUM
Raw File
Tip revision: 2a0214f000449bc12d2697bdb09ba6ab4b1a7a94 authored by Hongzhu Cui on 25 September 2019, 16:30:37 UTC
Initial Commit
Tip revision: 2a0214f
README.MD
# DIMSUM

This project contains the python scripts for network propagation and subnetwork extraction in the DIMSUM paper. 

## Dependency

- python 3.6.4
- networkx 2.1
- numpy 1.16.2
- pandas 0.24.2

## Usage

We have provided sample inputs for the Coronary Artery Disease (CAD) study in the data folder. 
Simply run the main.py scirpt, `python main.py`. This will output the module detected by DIMSUM. 

back to top