Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.3 KB

Repository Description

Source code for generating the figures in the paper "Repurposing Drug Combinations for the Treatment of Brain Cancers."

System Requirements and Installation

The python code has been run with python 3.10 with the packages indicated in the comb_pred_env.yml file found at the top level of this repository.

The required version of python and the dependent packages can be downloaded here: https://www.anaconda.com/distribution/. Create a new anaconda environment and install from the default channels with conda env create -f comb_pred_env.yml. Activate the environment with conda activate comb_pred_env

Repository Organization

This repository includes a jupyter notebook for reproducing the experimental analysis:

  1. Documentation for analyzing the cell viability data (Experimental Results).

The source code is stored in the code folder. The required input data is stored in the data folder. The outputs generated from running the code are stored in the output folder.