omicron-sgtf-forecast
In this work, we use S-gene target failure (SGTF) as a proxy of variant status combined with reported case counts to explore the evidence for changes in transmission advantage over time for the Omicron variant. If present this could indicate the impact of immune escape, bias in SGTF data or differences in the populations within which the variants are circulating. We also report estimates for growth rates by variant and overall, case counts overall and by variant for a 14 day forecast window assuming constant future growth, the date at which Omicron will become dominant in England and in each NHS region, and the estimated cumulative percentage of the population with a reported Omicron case.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.1%) to scientific vocabulary
Keywords
Repository
In this work, we use S-gene target failure (SGTF) as a proxy of variant status combined with reported case counts to explore the evidence for changes in transmission advantage over time for the Omicron variant. If present this could indicate the impact of immune escape, bias in SGTF data or differences in the populations within which the variants are circulating. We also report estimates for growth rates by variant and overall, case counts overall and by variant for a 14 day forecast window assuming constant future growth, the date at which Omicron will become dominant in England and in each NHS region, and the estimated cumulative percentage of the population with a reported Omicron case.
Basic Info
- Host: GitHub
- Owner: epiforecasts
- License: other
- Language: R
- Default Branch: main
- Homepage: https://epiforecasts.io/omicron-sgtf-forecast/index
- Size: 533 MB
Statistics
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 3
- Releases: 10
Topics
Metadata Files
README.md
Real-time estimation of Omicron and Delta transmission dynamics in England
Analyses
Real-time estimation of the time-varying transmission advantage of Omicron in England using S-Gene Target Status as a Proxy
In this work, we use S-gene target failure (SGTF) as a proxy of variant status combined with reported case counts to explore the evidence for changes in transmission advantage over time for the Omicron variant. If present this could indicate the impact of immune escape, bias in SGTF data or differences in the populations within which the variants are circulating. We also report estimates for growth rates by variant and overall, case counts overall and by variant for a 14 day forecast window assuming constant future growth, the date at which Omicron will become dominant in England and in each NHS region, and the estimated cumulative percentage of the population with a reported Omicron case.
Estimates are updated daily as new data is released but the summary of the situation is updated less frequently and so may not match current estimates. All data (both raw data and estimates) are available here and the report should be fully reproducible. Reports and data as available at the time of release are available from the release page. See our news file for details of what updates were made when.
Real-time report: as html, or pdf
Estimation of the test to test distribution as a proxy for generation interval distribution for the Omicron variant in England
Background
Early estimates from South Africa indicated that the Omicron COVID-19 variant may be both more transmissible and have greater immune escape than the previously dominant Delta variant. The rapid turnover of the latest epidemic wave in South Africa as well as initial evidence from contact tracing and household infection studies has prompted speculation that the generation time of the Omicron variant may be shorter in comparable settings than the generation time of the Delta variant.
Methods
We estimated daily growth rates for the Omicron and Delta variants in each UKHSA region from the 23rd of November to the 23rd of December 2021 using surveillance case counts by date of specimen and S-gene target failure status with an autoregressive model that allowed for time-varying differences in the transmission advantage of the Delta variant where the evidence supported this. By assuming a gamma distributed generation distribution we then estimated the generation time distribution and transmission advantage of the Omicron variant that would be required to explain this time varying advantage. We repeated this estimation process using two different prior estimates for the generation time of the Delta variant first based on household transmission and then based on its intrinsic generation time.
Results
Visualising our growth rate estimates provided initial evidence for a difference in generation time distributions. Assuming a generation time distribution for Delta with a mean of 2.5-4 days (90% credible interval) and a standard deviation of 1.9-3 days we estimated a shorter generation time distribution for Omicron with a mean of 1.5-3.2 days and a standard deviation of 1.3-4.6 days. This implied a transmission advantage for Omicron in this setting of 160%-210% compared to Delta. We found similar relative results using an estimate of the intrinsic generation time for Delta though all estimates incrased increased in magnitude due to the longer assumed generation time.
Conclusions
We found that a reduction in the generation time of Omicron compared to Delta was able to explain the observed variation over time in the transmission advantage of the Omicron variant. However, this analysis cannot rule out the role of other factors such as differences in the populations the variants were mixing in, differences in immune escape between variants or bias due to using the test to test distribution as a proxy for the generation time distribution.
Key files and folders
Folder/File | Purpose
---|---
writeup | Summaries and papers as Rmarkdown documents.
R | R functions used in the analysis and for evaluation.
data | Input data and summarised output generated by steps in the analysis.
scripts | R scripts used to run parts of the analysis.
.devcontainer | Resources for reproducibility using vscode and docker.
Dependencies
All dependencies can be installed using the following,
r
remotes::install_dev_deps()
If cmdstanr has not been installed previously then stan may need to be installed. This can be done using the following,
r
cmdstanr::install_cmdstan()
Access observations and estimates
r
source(here::here("R", "load-local-data.R"))
get_available_dates()
get_latest_date()
get_local_data(date = <date>)
load_results(date = <date>)
Update estimates
To update the data and estimates run the following. Note this will update estimates regardless of if the data has been updated.
bash
bash bin/update-regional-estimates.sh
Owner
- Name: Epiforecasts
- Login: epiforecasts
- Kind: organization
- Email: sebastian.funk@lshtm.ac.uk
- Location: London
- Website: https://epiforecasts.io
- Twitter: sbfnk
- Repositories: 56
- Profile: https://github.com/epiforecasts
Researchers at the London School of Hygiene & Tropical Medicine doing research to forecast infectious diseases and perform real-time analyses.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this work, please cite it as below." authors: - family-names: "Abbott" given-names: "Sam" orcid: "https://orcid.org/0000-0001-8057-8037" - family-names: "Sherratt" given-names: "Katharine" orcid: "https://orcid.org/0000-0003-2049-3423" - family-names: "Funk" given-names: "Sebastian" orcid: "https://orcid.org/0000-0002-2842-3406" title: "Real-time estimation of the time-varying transmission advantage of Omicron in England using S-Gene Target Status as a Proxy" version: 1.0.0 doi: 10.5281/zenodo.5799135 date-released: 2021-12-22 url: "https://github.com/epiforecasts/omicron-sgtf-forecast"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 7
- Total pull requests: 21
- Average time to close issues: 3 days
- Average time to close pull requests: 3 days
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.43
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- seabbs (5)
- kathsherratt (2)
Pull Request Authors
- seabbs (9)
- kathsherratt (7)
- sbfnk (4)
- pitmonticone (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 2.10 depends
- bookdown * imports
- callr * imports
- cmdstanr * imports
- dplyr * imports
- forcats * imports
- forecast.vocs * imports
- future * imports
- future.apply * imports
- future.callr * imports
- ggplot2 * imports
- here * imports
- janitor * imports
- kableExtra * imports
- knitr * imports
- loo * imports
- lubridate * imports
- patchwork * imports
- purrr * imports
- readr * imports
- rmarkdown * imports
- scales * imports
- scoringutils * imports
- tidyr * imports
- zoo * imports
- remotes * suggests