This repository contains scripts, data, and other resources for my publication.
scripts/: Contains scripts corresponding to each section of the publication (R scripts or Jupyter Notebooks).
Install the necessary dependencies for:
- R: session_info.yml
For the copy number analysis in the Revision folder, the following versions were used:
-
Python: main_environment.yml - for all Python-based analyses except for the survival models
conda env create -f main_environment.yml- Python: survival_environemnt.yml - for building the survival models
conda env create -f survival_environment.yml