Skip to content

whocov/trend_analysis_public

Repository files navigation

Welcome to the WHO COVID-19 trend analysis repository

refresh-readme

DOI

Preamble

Forewords

Welcome to the repository implementing the COVID-19 surveillance pipelines developed by the WHO COVID-19 Analytics Team. For more information on the infrastructure, check the dedicated website.

General disclaimer

This repository contains work in progress. It implements an automated data pipeline for country-level surveillance of COVID-19 dynamics using publicly available data. Its content should not be used for publications without explicit agreement from the authors. The accuracy of the estimates provided in these analyses is contingent on data quality and availability. Results presented here do not represent the official view of the WHO, its staff or consultants. Caution must be taken when interpreting all data presented, and differences between information products published by WHO, national public health authorities, and other sources using different inclusion criteria and different data cut-off times are to be expected. While steps are taken to ensure accuracy and reliability, all data are subject to continuous verification and change. All counts are subject to variations in case detection, definitions, laboratory testing, vaccination strategy, and reporting strategies. See https://covid19.who.int/info/ for further background and other important considerations surrounding the source data. The designations employed and the presentation of these materials do not imply the expression of any opinion whatsoever on the part of WHO concerning the legal status of any country, territory or area or of its authorities, or concerning the delimitation of its frontiers or boundaries. We seek to provide results for countries in all WHO regions (see inclusion criteria below). For technical reasons (missing data, low incidence, model not successfully fitting to the data), results may not be available for some countries. Where this happens, the list of missing countries is indicated in the relevant sections.

Content of this repository

This repository provides country-level analyses of COVID-19 dynamics characterised as summary figures, which outline:

  • x-axis: the daily growth rate of reported cases
  • y-axis: the current level of infections in the country (using 2 different metrics, see below)
  • color: indications of increase in transmissibility from ASMODEE

The sections below provides details on these elements.

Growth rates

The daily growth rate is estimated by fitting a Poisson GLM to reported cases over the last 3 weeks. Note that whilst it is able to fit most countries, this model may underestimate uncertainty. See this issue and this one for discussions on future improvements.

Current levels of infection

Two metrics are used as proxy for the current levels of infection:

  1. % of historical peak of case incidence: this metric uses the highest case incidence reported over a weekly time window; in situations where a country is currently going up its historical peak, this metric will slightly exceed 100%
  2. death incidence per 1M inhabitants: this metric is less sensitive to testing or case reporting; however, it does not solely reflect changes in COVID-19 dynamics, and is likely impacted by healthcare infrastructure

Recent increases detected by ASMODEE

ASMODEE (Automated Selection of Models and Detection of Outliers for EpidEmics) is a new method for detecting recent changes of trend in case incidence data. The initial publication (Jombart et al. 2021 Phil Trans B) describing the method is currently in press, and will be linked as soon as available.

Inclusion criteria

Analyses are performed on all countries of WHO regions meeting the following criteria:

  • reported at least 100 cases or tests over the last 7 weeks
  • (in analyses using peak incidence) peak weekly incidence is strictly positive (i.e. at least on case was reported in the past)

Getting in touch

  • For bug reports, feature requests, or general feedback, please use github issues.

  • You have questions, ideas, or comments you would like to share? Join our discussion forum.

  • Contributions to this repository are welcome through pull requests.

  • For further enquiries, send an email to Thibaut Jombart.

Note that for all matters of social interactions, this project is submitted to a code of conduct.



Quick links

Overall dynamics figures

ASMODEE runs

This section contains links to asmodee results for each WHO region. Results are stored as rds files, each containing a list with the following items:

  • summary: summary of the ASMODEE results
  • results: outputs of ASMODEE
  • plot_overall_deaths: ggplot2 object of the overall dynamics plot using death per capita on the y-axis
  • plot_overall_peaks: ggplot2 object of the overall dynamics plot using incidence as percentage of historical peak on the y-axis

Links to the rds files:

Overall dynamics figures

AFRO region

auto-update-afro


Analyses were last updated Tuesday 15 March 2022.

Notes
The following countries reported < 100 cases/tests over the last 7 weeks and were not included in further analyses:
Saint Helena, Sierra Leone

Infection levels as % of historical incidence peak

Infection levels as weekly deaths per 1M inhabitants



EMRO region

auto-update-emro


Analyses were last updated Tuesday 15 March 2022.

Notes
Nothing to report. All countries were successfully included in the analyses.

Infection levels as % of historical incidence peak

Infection levels as weekly deaths per 1M inhabitants



EURO region

auto-update-euro


Analyses were last updated Tuesday 15 March 2022.

Notes
The following countries reported < 100 cases/tests over the last 7 weeks and were not included in further analyses:
Holy See

Infection levels as % of historical incidence peak

Infection levels as weekly deaths per 1M inhabitants

† All references to Kosovo should be understood to be in the context of the United Nations Security Council resolution 1244 (1999).



PAHO region

auto-update-paho


Analyses were last updated Tuesday 15 March 2022.

Notes: The following countries reported < 100 cases/tests over the last 7 weeks and were not included in further analyses:
Falkland Islands (Malvinas), Montserrat, Saba

Notes of geographic units:

  • a dispute exists between the Governments of Argentina and the United Kingdom of Great Britain and Northern Ireland concerning sovereignty over the Falkland Islands (Malvinas)

  • data for Bonaire, Sint Eustatius and Saba have been disaggregated and displayed at the subnational level.

Infection levels as % of historical incidence peak

Infection levels as weekly deaths per 1M inhabitants



auto-update-searo

SEARO region


Analyses were last updated Tuesday 15 March 2022.

Notes
The following countries reported < 100 cases/tests over the last 7 weeks and were not included in further analyses:
Democratic People’s Republic of Korea

Infection levels as % of historical incidence peak

Infection levels as weekly deaths per 1M inhabitants



WPRO region

auto-update-wpro


Analyses were last updated Tuesday 15 March 2022.

Notes
The following countries reported < 100 cases/tests over the last 7 weeks and were not included in further analyses:
Marshall Islands, Micronesia (Federated States of), Nauru, Niue, Pitcairn Islands, Samoa, Tokelau, Tuvalu, Wallis and Futuna

Infection levels as % of historical incidence peak

Infection levels as weekly deaths per 1M inhabitants



Contributions

Contributors

This pipeline benefits from the contributions of the WHO COVID-19 analytics team, with feedback and inputs from colleagues outside the team. Contributions are listed by alphabetic order:

Code, data and original design:

  • Neale Batra
  • Yuka Jinnai
  • Thibaut Jombart
  • Olivier le Polain
  • Henry Laurenson-Schafer
  • Katelijn Vandemaele

Contributed ideas and feedback:

  • Brett Archer
  • Raquel Medialdea Carrera
  • Laura Guzman (original idea of Tadpole plots)
  • Esther Hamblion
  • Orlagh Ingeborg
  • Zyleen Kassamali

Sending feedback

Feedback is welcome via github issues. When filing a new issue:

  • first check if a similar issue already exists
  • specify whether this is a bug report or a feature request

Contributing to this repository

Contributions to this repository are welcome through pull requests.

Contact

For further enquiries, send an email to Thibaut Jombart.

License

This repository is distributed under MIT license (see attached files).

Code of Conduct

This project is submitted to a code of conduct.