Skip to content

CDCgov/cfa-ring-vax-widget

Repository files navigation

Ring vaccination widget

Overview

This repo contains code for investigating the potential efficacy of ring vaccination for a disease interactively via a streamlit app.

Model description

  • Disease progression:
    • Susceptible
    • Exposed/latent (i.e., will go on to infection)
    • Infectious
    • Recovered
  • Infection process
    • There are a finite number of generations
      • Start with 4: index infection (i.e., generation 0), generation 1 (contacts), generation 2 (contacts of contacts), and generation 3 (potential escaping infections)
      • In general, this number could be varied
    • Number of infections generated by infected people
      • Assume branching process (i.e., each infections yields an i.i.d. number of offspring)
      • Assume it's a Poisson process: draw inter-infection times from $\mathrm{Exp}(1/\lambda)$ until infectious period ends or infection is detected
        • N.B.: All "contacts" here are effective contacts, i.e., encounters that result in transmission
  • Passive detection (i.e., self-detection)
    • Each infection has an independent probability of passive detection
    • If passively detected, detection occurs at some time distribution since exposure.
      • Start with Dirac delta distribution (i.e., all passively-detected infections are detected at some fixed delay after exposure)
      • N.B.: This assumes that progression of infectiousness and symptoms are independent. We could not say that, e.g., symptoms being immediately upon onset of infectiousness, and the delay to self-detection is some time after that.
    • N.B.: There is no assumption that index case is passively detected. If the index case does not self-detect, this is not an automatic fail, since they might not infect anyone, or their infectees might self-detect.
  • Contact tracing (i.e., active detection)
    • Every detected infection (whether passive or active) has an independent probability of triggering contact tracing
    • Contact tracing has an independent probability of detecting each infection caused by the detected infection
      • N.B.: Contact tracing goes only forward and only one generation. For example, say index infects A infects B infects C, and the is passively detected, but A is passively detected. Then this creates an chance to actively detect B, but not the index or C (although C might be detected if the detection of A leads to contact tracing that detects B that in turn leads to contact tracing that detects C).
      • N.B.: "Detection" here means detection and successful intervention. We do not separately model the detected infection's probability of divulging contact information, the ability of public health to find that contact, or the probability of that contact to comply with quarantine/isolation.
    • There is a distribution of times between triggering detection and contact tracing completion. Start with Dirac delta.
  • Input parameters/assumptions for this model
    • Latent period $t_\mathrm{latent}$ distribution (time from contact to onset of infectiousness). Start with Dirac delta.
    • Infectious period $t_\mathrm{inf}$ distribution. Start with Dirac delta.
    • Infectious rate. Start with identical for all people.
      • Make this an input parameter, and for convenience, display $R_0 = \mathrm{rate} / E[t_\mathrm{inf}]$ in the widget as a derived parameter
    • Network/contact structure: see above; these are i.i.d. Poisson
    • Passive detection probability and delay distribution: Dirac delta
    • Contact tracing probability and delay distribution: Dirac delta
  • Initialization: Seed a single infection (e.g., exposed via travel)
  • Outputs
    • Number of detected and undetected infections in each generation
    • Event log, including:
      • Who infected whom
      • Timing of detections, disease state transitions, etc.

Out of scope

  • Could we make a correlated draw of infections in each generation sufficient to describe certain network parameters? Or do you also need timing?
  • If two people in generation $g$ contact an infection in generation $g+1$, and both of the $g$ infections are detected, does the $g+1$ infection get two chances for contact tracing to work?

Analysis

  • Define a "successful" simulation as one with zero 4th-generation infections

Project Admins

General Disclaimer

This repository was created for use by CDC programs to collaborate on public health related projects in support of the CDC mission. GitHub is not hosted by the CDC, but is a third party website used by CDC and its partners to share information and collaborate on software. CDC use of GitHub does not imply an endorsement of any one particular service, product, or enterprise.

Public Domain Standard Notice

This repository constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. This repository is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication. All contributions to this repository will be released under the CC0 dedication. By submitting a pull request you are agreeing to comply with this waiver of copyright interest.

License Standard Notice

This repository is licensed under ASL v2 or later.

This source code in this repository is free: you can redistribute it and/or modify it under the terms of the Apache Software License version 2, or (at your option) any later version.

This source code in this repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache Software License for more details.

You should have received a copy of the Apache Software License along with this program. If not, see http://www.apache.org/licenses/LICENSE-2.0.html

The source code forked from other open source projects will inherit its license.

Privacy Standard Notice

This repository contains only non-sensitive, publicly available data and information. All material and community participation is covered by the Disclaimer and Code of Conduct. For more information about CDC's privacy policy, please visit http://www.cdc.gov/other/privacy.html.

Contributing Standard Notice

Anyone is encouraged to contribute to the repository by forking and submitting a pull request. (If you are new to GitHub, you might start with a basic tutorial.) By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under the terms of the Apache Software License v2 or later.

All comments, messages, pull requests, and other submissions received through CDC including this GitHub page may be subject to applicable federal law, including but not limited to the Federal Records Act, and may be archived. Learn more at http://www.cdc.gov/other/privacy.html.

Records Management Standard Notice

This repository is not a source of government records but is a copy to increase collaboration and collaborative potential. All government records will be published through the CDC web site.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •