Skip to content
/ PWN Public

Prioritization with a Warped Network

License

Notifications You must be signed in to change notification settings

Standigm/PWN

Repository files navigation

PWN: Prioritization with a Warped Network

Graphical overview

Paper on BioMed Central Licensed under BSD-3-Clause-Clear

Installation

> pip install git+https://github.com/Standigm/PWN

Experiments

Notice that all experiment scripts and results are located under ./experiments. Following section explains how to reproduce the results.

Collect Experiments Results

> pip install "pwn[experiment] @ git+https://github.com/Standigm/PWN"  # additional requirements
> python run.py

Visualize

To generate figures, install R and run the following commands:

> Rscript -e 'chooseCRANmirror(ind=1); install.packages("tidyverse")'  # requirements
> Rscript figure.R

License

The source code is distributed under BSD 3-Clause Clear License, while each data used in experiments is distributed under different licenses.

Please use the following command for license information of other software used in this project:

> poetry show --only main | grep -E -o '^[^ ]+' | xargs pip-licenses -o license -p