Strobl et al (2024). To modulate or to skip: De-escalating PARP inhibitor maintenance therapy in ovarian cancer using adaptive therapy
This repository contains the code and data for our publication Strobl et al (2024). To modulate or to skip: De-escalating PARP inhibitor maintenance therapy in ovarian cancer using adaptive therapy, Cell Systems xxx, available here [xxx]. A pre-print of our manuscript is available on the bioRxiv [2].
A full list of the Python packages used in this project can be found in requirements.txt. To recreate the virtual
environment, run:
$ conda create --name <envname> --file requirements.txt
$ source <env_name>/bin/activateFor further details, see here
Both the raw and processed data files can be found in the data folder. These contain all the confluence vs time data used to calibrate and validate the models shown in the paper (in vitro and in vivo). The data processing steps are documented in jnb_dataProcessing.ipynb:
continuousTreatmentDf_raw.csvcontains the data for the experiments in which we treated cells continuously at different doses and from different starting densities.continuousTreatmentDf_cleaned.csvcontains the cleaned continuous treatment data that we used for model fitting/testing (seejnb_dataProcessing.ipynbfor details of post-processing).intermittentTreatmentDf_oc3_raw.csvandintermittentTreatmentDf_oc3_raw.csvcontains the raw data for the experiments in which we treated cells for some time and then withdrew treatment.intermittentTreatmentDf_cleaned.csvcontains the cleaned intermittent treatment data that we used for model fitting/testing (seejnb_dataProcessing.ipynbfor details of post-processing).mouseDataDf_oc3.csvcontains the volume vs time data from the in vivo experiment.sweep_mod_vs_skipping.csvcontains the simulation data from comparing modulation-based and skipping based strategies in Figure 7a.
For each results figure in the manuscript we have created a separate jupyter notebook which houses the code to
re-create this figure. These are named jnb_figure2.ipynb etc. and contain further explanations within.
In case of questions or comments, feel free to reach out to me at anytime.
- [1] xxx
- [2] Strobl, M. et al. (2023). Adaptive therapy for ovarian cancer: An integrated approach to PARP inhibitor scheduling. bioRxiv 2023.03.22.533721, doi:10.1101/2023.03.22.533721.
