This page lists software and tools I have built, as well as one-off code functions that I think could be useful.
Software / Tools
Simulation of infectious disease dynamics
This document walks through the steps of simulating estimates of the instantaneous reproduction number,$R(t)$, which can be helpful for surveillance and intervention planning of infectious diseases. For this simulation, we take several steps to simulate how cases spread from one person to another: (1) Simulate the individual-level incubation time distribution, then (2) simulate the individual-level transmission time distribution (assumed to be independent from the incubation time distribution). We then can derive distributions for the generation time and serial interval using the relationships, simulate the individual-level administrative delay in reporting, and simulate the population-level infectivity dynamics.
R package: WhiteLabRt
This R package contains a collection of functions related to novel methods for estimating R(t), created by the lab of Professor Laura White. Currently implemented methods include two-step Bayesian back-calculation and now-casting for line-list data with missing reporting delays, adapted in ‘STAN’ from Li (2021), and calculation of time-varying reproduction number assuming a flux between various adjacent states, adapted into ‘STAN’ from Zhou (2021).
Macro for Compilation of Report-backs (MCR)
This repository contains the code for the Macro for Compilation of Report-backs (MCR), an open-source, generalizable tool designed to provide researchers in health studies with a flexible and scalable method for compiling individual reports. If you use MCR in your projects, please cite Polka et. al., 2021. Let me know if you have any questions!
Framework for Rapid Exposure and Health Effects Estimation (FRESH-Est)
The Framework for Rapid Exposure and Health Effects Estimation (FRESH-Est) is a tool that allows users to estimate the health affects attributable to point source emissions. The tool combines dispersion modeling (AERMOD) with calculations of attributable burden (similar to the EPA’s BenMAP program) in a single framework. The benefits of using FRESH-Est are: 1) health effects for various emissions scenarios can be estimated quickly, and 2) there is an optimization module that focuses on receptor concentrations, health effects, or inequality impacts. See the Milando, Martenies, and Batterman, 2016 for more details. A working demo is also available in this google folder (access available upon request).
Two-stage synthetic population generation via combinatorial optimization
We built on Combinatorial Optimization code by Dr. Paul Williamson (link) to create synthetic cohorts for various populations in Boston. These synthetic cohorts have been used in a number of applications at BU: to assess the relationship between smoking and demographic variables in New Bedford, MA (Levy et. al., 2014), to assess impacts of multiple health promoting behaviors (diet, exercise) in combination with environmental exposures (Basra et. al., 2017), and testing the impact of neighborhood greening on birthweight (Milando et. al., 2021). A summary of the methods and current applications are described here.
miniCONTAM rapid indoor air health impact estimation
In progress
This document describes how to set up CONTAM models.
CONTAM Energy-plus automated coupled model preparation
In progress