README.md

DTQbp: Modeling Detection, Contact Tracing and Quarantine with Branching Processes

We implemented a computational Branching Processes model for disease transmission, under control measures including case detection, contact tracing and quarantine. The main functions of this model are

  1. Projecting the epidemic at the early phase (assuming no depletion in susceptible fraction).
  2. Evaluating the effectiveness of case detection, contact tracing and quarantine at different strength level.
  3. Estimating unknown epidemiological parameters (reproductive numbers without the aforemenioned control measures, proportion of pre-symptomatic transmission, and the generation interval) with cluster and serial interval data.

An application on quantifying the effectiveness of COVID-19 control measures using this package can be found in Here.

Methods

We adopted the structure of the branching process model developed by Hellewell, et al., which in essence consists of two components: 1) the branching process, and 2) the intervention model. The branching process simulates the disease transmission dynamics in the early phase of an outbreak. The intervention model considers the effects of various case-based interventions for COVID-19 control. Specifically, case detection, contact tracing, and quarantine of close contacts are considered.

For the parameter estimation, we applied a Sequential Monte Carlo (SMC) algorithm similar to Peak, et al. since the likelihood of this model is intractable. Since different data informs different parts of the model, model fitting will proceed in two stages if both observed serial intervals and cluster size distribution of stuttered transmission chains were presented. The reproduction number under no interventions (detection, contact tracing and quarantine) and the dispersion parameter were estimated by fitting the model to observed cluster size distribution. And the probability of pre-symptomatic transmission and the standard deviation of the generation interval were estimated by fitting the model to the observed serial interval distribution.

Detailed methods and the parameter for the sampling algorithm can be found Here.



dachuwu/DTQbp documentation built on Dec. 19, 2021, 8:01 p.m.