This repository includes the code for analysing the impact of moving the HPV prophylactic vaccine to the infant series.
The repository is organized as follows:
- This script does not need to be run directly, although it can be run if you want to see the baseline epidemic profile for Nigeria. The purpose of this script is to create the baseline simulation, which is then used as the basis for constructing the different vaccination scenarios.
Note: this repository does not contain the scripts to produce the calibrated parameters. Instead, the calibrated parameters are stored in the results
folder and loaded directly by this file to create the baseline sim.
- This script sets up all the scenarios that will be created as part of this analysis (see
make_vx_scenarios
). It will generally take <5min to run on HPCs.
- This script can be used to reproduce Figure 1.
- This script can be used to reproduce Figures 2 and 3.
utils.py
contains additional miscellaneous utilities for numerical calculations and creating plots.
- the contents of the
data
folder are not currently in use, but are kept here for completeness. These were used during the initial calibration of the model. - the
results
folder contains the outputs from runningrun_scenarios
.
If HPVsim is already installed (pip install hpvsim
), the only other required dependency is seaborn
.
Run the desired analyses by running one of the scripts described above.
Further information on HPVsim is available here. If you have further questions or would like technical assistance, please reach out to us at [email protected].