Skip to content

Code and data for modeling analysis and shiny app associated with the manuscript titled 'Application of mathematical modeling to inform national malaria intervention planning in Nigeria'

License

Notifications You must be signed in to change notification settings

numalariamodeling/hbhi-nigeria-publication-2021

Repository files navigation

Application of Mathematical Modeling to Inform National Malaria Intervention Planning in Nigeria

Table of Contents
  1. About The Project
  2. Summary Of The Modeling Framework
  3. Getting Started With The Simulation Modeling Framework
  4. Post processing
  5. Analyzers
  6. Contact
  7. Acknowledgements

About the Project

The Nigerian Malaria Elimination Program (NMEP) together with the World Health Organization developed a targeted response to intervention deployment at the local government-level to inform the development of the 2021-2025 National Malaria Strategic Plan, as part of the High Burden to High Impact response. The Northwestern University Malaria Modeling Team were recruited to create a mathematical modeling framework for predicting the impact of four NMEP proposed strategies on malaria morbidity and mortality in each of Nigeria's 774 local government areas (LGA). This repository contains scripts and data for replicating the LGA-level models described in the associated manuscript entitled "Application of mathematical modeling to inform national malaria intervention planning in Nigeria" and the modeling outputs also present in the manuscript and related R Shiny Application.

Summary of the Modeling Framework

A three-step process was used to generate LGA-level predictions of potential national strategic plans. At the outset, the goal was to capture the intrinsic potential of each LGA to support malaria transmission in a baseline period before 2010 when most interventions were not scaled up nationwide. Data and geospatial modeled surfaces from 2010 or before were used to group LGAs into epidemiological archetypes. For each archetype, baseline malaria transmission was calibrated to 2010 data. Next, Nigeria’s intervention history from 2010-20 at the LGA level was imposed on the baseline models to generate 774 LGA-level models up through 2020. Last, various future intervention strategies were applied to the LGA models and intervention impact on prevalence, incidence, and mortality was assessed

alt text

Built With

Models were developed within EMOD v2.20, an agent-based model of Plasmodium falciparum Transmission, a coupling of models of temperature-dependent vector lifecycle and vector population dynamics, human disease and immunity, and intervention effects.

alt text

Getting Started With The Simulation Modeling Framework

Prerequisites

Install Python 3.6 and dtk-tools following the instructions here. dtk-tools is a set of generic modules created for configuring disease and vector-related simulations, and intervention campaigns in EMOD, and is available upon request from the Institute for Disease Modeling.

The dtk-tools-malaria package is also required as it contains modules specific for modeling malaria. Installation instructions can be found here and requests for access should also be directed to the Institute for Disease Modeling.

The EMOD model executable should be downloaded and linked to within simtools.ini. A similar copy as that used in this project is available here.

Seasonality Calibration

Five scripts are provided for replicating archetype-level seasonality calibrations

  1. SeasonalityCalibSite.py: Python module with class for getting reference incidence data per LGA and importing the analyzer script for comparing simulation and incidence data.

  2. Helper.py: Includes a function for setting priors on monthly habitats and another function for importing and processing facility-level incidence data from the Rapid Impact Assessment (RIA) study conducted by the NMEP. Incidence data is used to compare simulated incidence

  3. seasonality_calib.py: Contains functions and scripts for calibrating seasonality

  4. grab_best_plots.py: Function and script for obtaining the best fitting archetypal seasonality plots and their values.

  5. replot_seasonality_best_fit.py: Classes and functions for plotting the best archetype seasonality fits, their corresponding incidence values, and 95% confidence intervals.

Data inputs to the seasonality calibration - demographics and climate per LGA are provided here. RIA and LGA population data are available from the NMEP on request.

Baseline Calibration

Five scripts are provided for setting baseline transmission intensity

  1. sweep_biting_rates.py: For running a sweep of simulations to sample monthly larval habitats using vector relative abundance values.

  2. analyze_daily_bites_per_human.py: Analyzes simulation results from #1 for daily mosquito bites between 1 and 200 to produce associated minimum and maximum larval habitats scale factors to sample when matching PfPR in the simulation to the 2010 MIS.

  3. sweep_seasonal_archetypes.py: Comprises dtk related configuration builders and scripts for running 50 year burn-ins to establish population immunity (in the absence of ITN use) using larval habitat values, estimated from seasonality calibrations, and in the presence of 2010 archetype-level case management estimates from the Nigeria Malaria Indicator Survey (MIS).

  4. sweep_2010_PfPR_with_ITN.py: Script for applying a scaling factor on the monthly vector larval habitat availability to reproduce the 2010 MIS U5 PfPR, in the presence of the observed 2010 ITN usage and case management (CM) coverage.

  5. analyze_pfpr_itn_2010.py: Plots the output of sweeps showcasing the larval habitat scale factors and simulated U5 PfPR match to the 2010 MIS U5 PfPR.

Data inputs to the baseline calibration - 2010 MIS archetype case management data is linked here, 2010 MIS archetype ITN data is linked here, 2010 MIS archetype PfPR data is linked here and relative vector abundance input files are here

We have also provided a set of tools of generating intervention coverage data from the Demographic and Health Surveys and the MIS in order to replicate the simulation intervention coverage inputs and plots in the manuscript here.

Historical Simulations

  1. run_LGA_to_present.py: Used for running 11 year historical simulations from 2010-2020.

Intervention inputs files required for running the simulation - case management, insecticide treated net use and seasonal malaria chemoprevention (SMC) - can be found here

Future Projections

  1. run_LGA_2020_forward.py: Used for running 11 year historical simulations from 2020-2030.

Scenario files required for running the simulation - case management, insecticide treated net use, SMC, Intermittent preventive treatment in pregnancy (IPTp), intemittent preventive treatment in infants (IPTp) - can be found here

Post-Processing

Adjustment for the impact of IPTp and IPTi on burden projections are done outside the simulation. Adjustment for IPTi occurs before the IPTp adjustment in order to generate relative reduction tables per LGA, which are then used to adjust simulation outputs during the IPTp adjustment.The following scripts are used for post-postprocessing:

IPTi

  1. master.R: This master script sources and runs associated adjustment scripts for specified scenarios. Included in the scripts are descriptions of assumptions, experiment steps, and prerequisites.

Since IPTi is only applied in scenario 2, only the case management coverages for scenario 2 is required and it is available here. Because IPTi has never been historically implemented in Nigeria, Expanded Programme on Immunization coverages for the first, second and third doses of pentavalent diphtheria, tetanus and pertussis vaccine were extracted from the 2018 DHS and used to substitute for historical coverages as both interventions are expected to be rolled out simultaneously.

IPTp

  1. simAdjustments_mortality_MiP_IPTp_IPTi.R: This master script connects to functions and additional scripts for adjusting the simulation output for the impact of IPTp on malaria burden. A description is included on how to use the script as well as prerequisites.

IPTp scenario coverages is located here. Scenario adjustment information for IPTp is available here.

Analyzers

Several simulation output analyzers, plotting scripts, and related functions for plotting projected trends, relative reductions and replicating the result tables within the manuscript are included in this repository here. Additional plotting functions are available within the R shiny Application used to visualize manuscript outputs here.

Contact

For IPTi-specific inquiries, contact Manuela Runge, Postdoctoral Fellow, Northwestern University (NU). Email - manuela.runge@northwestern.edu

For IPTp-specific questions, contact Monique Ambrose, Senior Research Scientist, Institute for Disease Modeling. Email - mambrose@idmod.org

For all other inquiries, contact Ifeoma Ozodiegwu, Research Assistant Professor, NU. Email - ifeoma.ozodiegwu@northwestern.edu

Project Link: https://github.com/numalariamodeling/hbhi-nigeria-publication-2021

Acknowledgements

About

Code and data for modeling analysis and shiny app associated with the manuscript titled 'Application of mathematical modeling to inform national malaria intervention planning in Nigeria'

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •