Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.08 KB

File metadata and controls

26 lines (18 loc) · 1.08 KB

DOI

A Multi-Dimensional Map of Pediatric B-cell Leukemia

This repository contains scripts, data, and other resources for my publication.

Folders included

  • scripts/: Contains scripts corresponding to each section of the publication (R scripts or Jupyter Notebooks).

Requirements

Install the necessary dependencies for:

  • R: session_info.yml

For the copy number analysis in the Revision folder, the following versions were used:

conda env create -f main_environment.yml
  • Python: survival_environemnt.yml - for building the survival models
conda env create -f survival_environment.yml