Code for generating figures in the glioblastoma ICB manuscript of Ghannam et al.:
"Tumor Transcriptional Subtype is a Major Axis of Immune Checkpoint Blockade Response in Glioblastoma". Ghannam et al.(2025)
- Clone this Git repository
- Install python dependencies (listed in
environment.yaml) - Download data from Zenodo (DOI: 10.5281/zenodo.17460015)
- Unzip the data in this directory:
tar -xvzf gbm_icb_data.tar.gz. At this point there should be a directory calleddatain thegbm_icb_manuscriptdirectory. - Run each of the Jupyter (
*.ipynb) and Rmarkdown (*.Rmd/*.qmd) notebooks in thenotebooks/directory. Each notebook generates one or more of the figures. (In contrast, thesrcdirectory contains helper functions employed by the Jupyter notebooks. These files do not need to be executed directly.)