Inferring the natural history of HPV from global cancer registries: insights from a multi-country calibration
This repository includes the code for generating the figures and results in the manuscript "Inferring the natural history of HPV from global cancer registries: insights from a multi-country calibration". The citation for the manuscript is:
Inferring the natural history of HPV from global cancer registries: insights from a multi-country calibration (preprint). Stuart RM, Cohen JA, Abeysuriya RG, Sanz-Leon P, Kerr CC, Rao D, Klein DJ.
- The scripts prefixed
run_are used for running simulations and calibrations. - The scripts prefixed
plot_are used for plotting figures. The numbering of the figures corresponds to the numbering in the manuscript. - The
datafolder contains all the input data used in the analyses - The
resultsfolder contains the finalized parameter sets from the immunovarying calibration. - The script
calibration.pycontains the methods and classes for running MultiCals, as used in the constrained calibrations within the manuscript. - The scripts
locations.pyandutils.pycontain the list of country locations and various utilities, respectively.
- Ensure you have Python installed (if you haven't installed Python already, the easiest is to use Anaconda).
- Install HPVsim
- Clone this repository and run the scripts as desired.