Title: | A Collection of Disease Outbreak Data |
---|---|
Description: | Empirical or simulated disease outbreak data, provided either as RData or as text files. |
Authors: | Thibaut Jombart [aut], Simon Frost [aut], Pierre Nouvellet [aut], Finlay Campbell [aut, cre], Bertrand Sudre [aut], Sang Woo Park [ctb], Juliet R.C. Pulliam [ctb], Jakob Schumacher [ctb], Eric Brown [ctb] |
Maintainer: | Finlay Campbell <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.9.0.9000 |
Built: | 2024-10-31 20:34:42 UTC |
Source: | https://github.com/reconverse/outbreaks |
This dataset contains daily numbers of reports on potential COVID-19 cases reported in England through the NHS 111 calls, 999 calls, and 111-online systems. The present dataset was last updated on 21 September 2020. See example for a command line allowing to download the latest version.
covid19_england_nhscalls_2020
covid19_england_nhscalls_2020
A 'data.frame' containing:
the system through which data were reported: 111/999 calls, or 111-online
the data of reporting
the gender of the patient
the age of the patient, in years
NHS code for the Clinical Commissioning Groups (CCGs) (finer geographic unit)
name of the Clinical Commissioning Groups (CCGs) (smaller spatial unit)
number of potential COVID-19 cases reported
the postcode of the CCG
the NHS region (larger geographic unit)
the date as the number of days since the first reporting day
the day of the week, broken down into: weekend, Monday, and the rest of the week; this is used for modelling reporting effects
National Health Services (NHS) for England. Additional data and cleaning by Quentin Leclerc.
Data is available at https://digital.nhs.uk/dashboards/nhs-pathways; this precise dataset adds some cleaning and additional informaion (on NHS regions) and is taken from Quentin Leclerc's github repository: https://github.com/qleclerc/nhs_pathways_report
## Not run: # These commands will download the latest version of the data: library(tidyverse) # download data pathways <- tempfile() url <- paste0("https://github.com/qleclerc/nhs_pathways_report/", "raw/master/data/rds/pathways_latest.rds") download.file(url, pathways) pathways <- readRDS(pathways) head(pathways) ## End(Not run)
## Not run: # These commands will download the latest version of the data: library(tidyverse) # download data pathways <- tempfile() url <- paste0("https://github.com/qleclerc/nhs_pathways_report/", "raw/master/data/rds/pathways_latest.rds") download.file(url, pathways) pathways <- readRDS(pathways) head(pathways) ## End(Not run)
These data describe incidence of clincal cases of Dengue on the island of Fais, Micronesia.
dengue_fais_2011
dengue_fais_2011
A data frame with 57 rows and 3 columns
Date
Days after starting date
Number of cases
The data on Dengue incidence reported by Funk et al. (2016) cover the period from 2011-09-15 to 2012-02-14, over which time a total of 157 clinical cases were reported among 294 residents. The first reported case is thought to be the index case. The population of Fais is concentrated in a single population centre, and is thought to have been immunologically naive at the time of infection.
Data from Funk et al. (2016), provided by Sebastian Funk (github.com/sbnfunk). Transfer to R and documentation by Finlay Campbell ([email protected]).
Funk et al. (2016)
S. Funk, et al. 2016. Comparative Analysis of Dengue and Zika Outbreaks Reveals Differences by Setting and Virus. PLOS Neglected Tropical Diseases, 10(12), e0005173. http://doi.org/10.1371/journal.pntd.0005173
## show first few weeks of Dengue incidence head(dengue_fais_2011)
## show first few weeks of Dengue incidence head(dengue_fais_2011)
These data describe incidence of clincal cases of Dengue on the Yap Main Islands, Micronesia.
dengue_yap_2011
dengue_yap_2011
A data frame with 185 rows and 3 columns
Date
Days after starting date
Number of cases
The data on Dengue incidence reported by Funk et al. (2016) cover the period from 2011-07-07 to 2012-04-12, over which time a total of 978 cases were reported among 7391 residents. Suspected Dengue cases were identified by the Yap Department of Health, using the WHO (2009) case definition. A small proportion of cases (9 time series for the Yap Main Islands. Dengue virus serotype 2 was confirmed by reverse transcriptase polymerase chain reaction by the CDC Dengue Branch, Puerto Rico.
Data from Funk et al. (2016), provided by Sebastian Funk (github.com/sbnfunk). Transfer to R and documentation by Finlay Campbell ([email protected]).
Funk et al. (2016)
S. Funk, et al. 2016. Comparative Analysis of Dengue and Zika Outbreaks Reveals Differences by Setting and Virus. PLOS Neglected Tropical Diseases, 10(12), e0005173. http://doi.org/10.1371/journal.pntd.0005173
## show first few weeks of Dengue incidence head(dengue_yap_2011)
## show first few weeks of Dengue incidence head(dengue_yap_2011)
These data comprise of new cases of Ebola haemorrhagic fever in Kikwit, Democratic Republic of the Congo.
ebola_kikwit_1995
ebola_kikwit_1995
A data frame with 192 rows and 4 columns
Date
Number of new cases
Number of deaths per day
Whether data were reported on a daily basis
The data on daily cases reported by Khan et al. (1999) cover the period 1995-03-01 to 1995-07-16, over which time there were 291 cases and 236 deaths. The first case became ill on 1995-01-06, which is taken as the first timepoint in this version of the data. Over the entire period, there were 316 cases i.e. the onset times are not reported for 24 individuals, and the recovery times for the individuals who did not die are not reported.
Data from Khan et al. (1999), provided by T.J. McKinley. Transfer to R and documentation by Simon Frost ([email protected]).
Khan et al. (1999)
A.S. Khan, et al. 1999. The reemergence of Ebola hemorrhagic fever, Democratic Republic of the Congo, 1995. J Infect Dis 179:S76-S86.
## show first few cases head(ebola_kikwit_1995)
## show first few cases head(ebola_kikwit_1995)
These data consist of confirmed and suspected cases of Ebola haemorrhagic fever in Sierra Leone from 2014 to 2015.
ebola_sierraleone_2014
ebola_sierraleone_2014
A data frame with 11,903 rows and 8 columns
Case ID
Age
Sex
Case definition (confirmed or suspected)
Date of symptom onset
Date of sample testing
District
Chiefdom
The linelist data reported by Fang et al. (2016) cover the period 2014-05-18 to 2015-09-13, over which time there were 8538 confirmed cases and 3545 suspected cases.
Data from Fang et al. (2016) Transfer to R and documentation by Finlay Campbell ([email protected]).
Fang et al. (2016)
L. Fang, et al. 2016. Ebola virus disease in Sierra Leone. Proceedings of the National Academy of Sciences, 113 (16) 4488-4493; DOI: 10.1073/pnas.1518587113
## show first few cases head(ebola_sierraleone_2014)
## show first few cases head(ebola_sierraleone_2014)
This simulated outbreak of Ebola Virus Disease matches some key properties of the West African Ebola outbreak of 2014-2015. Specifically, care was taken to use realistic delays (incubation period, serial interval, time to hospitalisation, etc.) and reproduction number (see references).
ebola_sim ebola_sim_clean
ebola_sim ebola_sim_clean
An object of class list
of length 2.
An object of class list
of length 2.
This dataset is used for teaching purposes during Imperial College's short course on infectious disease modelling. The exercise aims to simulate the response to an Ebola outbreak taking place in a single large city, and evaluate the impact of an intervention (increased bed capacity).
Note that to ensure realism, some errors have been introduced in this dataset. These can be
identified as negative incubation periods (delay from infection to onset of symptoms). See
example for a simple way to identify these cases. The dataset ebola_sim_clean
is the same
dataset, only dates of infection and onset have been set to 'NA'.
Data simulated by Pierre Nouvellet ([email protected]). Transfer to R and documentation by Thibaut Jombart ([email protected]).
WHO Ebola Response Team. 2014. Ebola virus disease in West Africa–the first 9 months of the epidemic and forward projections. The New England journal of medicine 371:1481–1495.
WHO Ebola Response Team, J. Agua-Agum, A. Ariyarajah, B. Aylward, I. M. Blake, R. Brennan, A. Cori, C. A. Donnelly, I. Dorigatti, C. Dye, T. Eckmanns, N. M. Ferguson, P. Formenty, C. Fraser, E. Garcia, T. Garske, W. Hinsley, D. Holmes, S. Hugonnet, S. Iyengar, T. Jombart, R. Krishnan, S. Meijers, H. L. Mills, Y. Mohamed, G. Nedjati-Gilani, E. Newton, P. Nouvellet, L. Pelletier, D. Perkins, S. Riley, M. Sagrado, J. Schnitzler, D. Schumacher, A. Shah, M. D. Van Kerkhove, O. Varsaneux, and N. Wijekoon Kannangarage. 2015. West African Ebola epidemic after one year–slowing but not yet under control. The New England journal of medicine 372:584–587.
## identify mistakes in data entry (negative incubation period) mistakes <- which(ebola_sim$linelist$date_of_onset <= ebola_sim$linelist$date_of_infection) mistakes ebola_sim$linelist[mistakes, ] ## check that ebola_sim_clean is identical after removing mistakes identical(ebola_sim_clean$linelist, ebola_sim$linelist[-mistakes, ])
## identify mistakes in data entry (negative incubation period) mistakes <- which(ebola_sim$linelist$date_of_onset <= ebola_sim$linelist$date_of_infection) mistakes ebola_sim$linelist[mistakes, ] ## check that ebola_sim_clean is identical after removing mistakes identical(ebola_sim_clean$linelist, ebola_sim$linelist[-mistakes, ])
These data comprise of 136 cases of influenza A H7N9 in China, analysed by Kucharski et al. (2014).
fluH7N9_china_2013
fluH7N9_china_2013
A data frame with 136 rows and 8 columns
Data collated by Adam Kucharski et al. from ProMed, WHO, FluTrackers, news reports and research articles. Transfer to R and documentation by Simon Frost ([email protected]).
https://datadryad.org/stash/dataset/doi:10.5061/dryad.2g43n
A. Kucharski, H. Mills, A. Pinsent, C. Fraser, M. Van Kerkhove, C. A. Donnelly, and S. Riley. 2014. Distinguishing between reservoir exposure and human-to-human transmission for emerging pathogens using case onset data. PLOS Currents Outbreaks. Mar 7, edition 1. doi: 10.1371/currents.outbreaks.e1473d9bfc99d080ca242139a06c455f.
A. Kucharski, H. Mills, A. Pinsent, C. Fraser, M. Van Kerkhove, C. A. Donnelly, and S. Riley. 2014. Data from: Distinguishing between reservoir exposure and human-to-human transmission for emerging pathogens using case onset data. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.2g43n.
## show first few cases head(fluH7N9_china_2013)
## show first few cases head(fluH7N9_china_2013)
These data comprise of a time series of influenza cases in a boarding school in England. The original data were available only in a figure with some additional data in the main text; hence, the exact numbers vary depending on the source. These data are from Chapter 9 of De Vries et al. (1996).
influenza_england_1978_school
influenza_england_1978_school
A data frame with 14 rows and 3 columns
Date
Number in bed
Number convalescing
The index case was infected by 1978-01-10, and had febrile illness from 1978-01-15 to 1978-01-18. 512 boys out of 763 became ill.
Data from De Vries et al. (2006), from the original Anonymous (1978) figure. Transfer to R and documentation by Simon Frost ([email protected]).
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1603269/pdf/brmedj00115-0064.pdf
Anonymous. 1978. Influenza in a boarding school. British Medical Journal 1:578.
G. De Vries, T. Hillen, M. Lewis, J. Mueller, and B. Schoenfisch. 2006. A Course in Mathematical Biology: Quantitative Modeling with Mathematical and Computational Methods. Society for Industrial and Applied Mathematics.
## show first few cases head(influenza_england_1978_school)
## show first few cases head(influenza_england_1978_school)
These data comprise of 188 cases of measles among children in the German city of Hagelloch, 1861. The data were originally collected by Dr. Albert Pfeilsticker (1863) and augmented and re-analysed by Dr. Heike Oesterle (1992).
measles_hagelloch_1861
measles_hagelloch_1861
A data frame with 188 rows and 12 columns
Case ID number
Number of patient who is the putative source of infection
Date
of onset of prodromal symptoms
Date
of onset of rash
Date
of death (NA
implies recovered)
Age in years (fractions ignored)
Gender of the individual (factor: f, m)
Family ID number
School class (factor: 0, preschool; 1, 1st class; 2, 2nd class )
Complications (factor: no, yes)
x coordinate of house (in metres). Scaling in metres is obtained by multiplying the original coordinates by 2.5 (see details in Neal and Roberts (2004))
y coordinate of house (in metres). See x_loc
above.
This version of the data was formatted from hagelloch.df
in the
surveillance
package, which in turn was provided by Niels Becker via Peter Neal.
Formatting to fit in with the other datasets in the outbreaks
package by Simon Frost
([email protected]).
Pfeilsticker (1863) and Oesterle (1992).
Pfeilsticker, A. 1863. Beiträge zur Pathologie der Masern mit besonderer Berücksichtigung der statistischen Verhältnisse, M.D. Thesis, Eberhard-Karls-Universität Tübingen. Available as http://www.archive.org/details/beitrgezurpatho00pfeigoog.
Oesterle, H. 1992. Statistische Reanalyse einer Masernepidemie 1861 in Hagelloch, M.D. Thesis, Eberhard-Karls-Universitäat Tübingen.
Neal, P. J. and Roberts, G. O. 2004. Statistical inference and model selection for the 1861 Hagelloch measles epidemic, Biostatistics 5(2):249-261.
Höhle M. 2007. surveillance: An R package for the monitoring of infectious diseases. Computational Statistics, 22:571-582.
Meyer, S., Held, L., & Höhle, M. 2017. Spatio-Temporal Analysis of Epidemic Phenomena Using the R Package surveillance. Journal of Statistical Software, 77(11), 1 - 55.
## show first few cases head(measles_hagelloch_1861)
## show first few cases head(measles_hagelloch_1861)
These datasets correspond to the initial information collected by the Epidemic Intelligence group at European Centre for Disease Prevention and Control (ECDC) during the first weeks of the outbreak of Middle East respiratory syndrome (MERS-CoV) outbreak (South Korea) in 2015. The data were used to follow the daily evolution of this outbreak using public information available.
mers_korea_2015
mers_korea_2015
A list of two dataframes:
$linelist
: A dataframe of MERS-CoV cases and their attributes
id: Unique identifier
age: Age
age_class: Age using 10-year groups
sex: Sex
place_infect: Probable region of infection
reporting_ctry: Country reporting the case
loc_hosp: Local hospital name where the case was hospitalized
dt_onset: Date of onset of symptoms
dt_report: Date of reporting
week_report: Week number of date of reporting
dt_start_exp: Date of first probable exposure to another MERS Co-V case
dt_end_exp: Date of last probable exposure to another MERS Co-V case
dt_diag: Date of MERS Co-V diagnosis
outcome: Outcome (alive or dead)
dt_death: Date of death
$contacts
: A dataframe describing the relationship between MERS Co-V cases
from: Unique identifier of the probably source patient
to: Unique identifier of the secondary case
exposure: Probable place of exposure
diff_dt_onset: Time in days between two successive cases
This dataset is meant for teaching purposes; it represents neither the final outbreak investigation results nor a consolidated and complete description of the transmission chain.
Data collected by the European Centre for Disease Prevention and Control (Epidemic Intelligence and Response section, contact: Bertrand Sudre ([email protected]) and Kaja Kaasik Aaslav([email protected]). Transfer to R and documentation by Bertrand Sudre ([email protected]).
More information on the intial stage of the outbreak in the following reference: Penttinen PM, Kaasik-Aaslav K, Friaux A, Donachie A, Sudre B, Amato-Gauci AJ, Memish ZA, Coulombier D. Taking stock of the first 133 MERS coronavirus cases globally–Is the epidemic changing? Euro Surveill. 2013 Sep 26;18(39). pii: 20596. PubMed PMID: 24094061.
## show the line list describing MERS Co-V cases and their attributes head(mers_korea_2015$linelist) ## show the relationships between MERS Co-V cases head(mers_korea_2015$contacts)
## show the line list describing MERS Co-V cases and their attributes head(mers_korea_2015$linelist) ## show the relationships between MERS Co-V cases head(mers_korea_2015$contacts)
These data describe incidence of human cases of Nipah virus encephalitis in Malaysia and Singapore from January 1997 through April 1999.
nipah_malaysia
nipah_malaysia
A data frame with 49 rows and 5 columns
Onset date (weekly)
Number of cases (Perak State, Malaysia)
Number of cases (Negeri Sembilan State, Malaysia)
Number of cases (Selangor State, Malaysia)
Number of cases (Singapore)
Nipah virus is a paramyxovirus that occurs in flying fox (fruit bat) populations throughout Asia. The data provided are from the first known emergence of Nipah virus into humans. During this outbreak, the virus was transmitted from bats to pigs, where it circulated in commercial pig farms, infecting mostly farm and abbatoir workers. The outbreak started in Perak State, later spreading to Negeri Sembilan and Seleangor through sale of infected pigs. There were also 11 cases reported among abbatoir workers in Singapor. The data, as published in Pulliam _et al_. (2011), include all 257 clinical cases recorded in humans from 1997-01-11 to 1999-04-14, when the outbreak ended following large-scale depopulation of pig farms. Human cases represent zoonotic infections, with little or no human-to-human transmission. Thus, the epidemic curve reflects transmission and spatial spread within pigs.
Data from Funk et al. (2016), provided by Juliet Pulliam (github.com/jrcpulliam).
Pulliam et al. (2011)
J.R.C. Pulliam, et al. 2011. Agricultural intensification, priming for persistence and the emergence of Nipah virus: a lethal bat-borne zoonosis. _Journal of the Royal Society Interface_, 9(66), 20110223. https://doi.org/10.1098/rsif.2011.0223
## show first few weeks of Dengue incidence head(nipah_malaysia) ## convert data to incidence object and plot epicurve using the incidence package library(incidence) cases <- subset(nipah_malaysia, select = c("perak", "negeri_sembilan", "selangor", "singapore")) i <- as.incidence(cases, dates = nipah_malaysia$date, interval = 7L) plot(i)
## show first few weeks of Dengue incidence head(nipah_malaysia) ## convert data to incidence object and plot epicurve using the incidence package library(incidence) cases <- subset(nipah_malaysia, select = c("perak", "negeri_sembilan", "selangor", "singapore")) i <- as.incidence(cases, dates = nipah_malaysia$date, interval = 7L) plot(i)
These data describe an outbreak of norovirus in the summer of 2001 in a primary school and nursery in Derbyshire, England.
norovirus_derbyshire_2001_school
norovirus_derbyshire_2001_school
A data frame with 492 rows and 5 columns
School class of the child
First day of absence from school
First day of illness
Last day of illnes
Day of vomiting in school
The data on norovirus cases were analysed by O'Neill and Marks (2005). As described in the paper, out of a total of 492 children in the school, 186 were absent from school with gastrointestinal symptoms. The school was cleaned on days 13 and 14, and on days 20 and 21, both of which were weekends, and the school was shut on days 18 and 19. Following the second cleaning, there were no further absences, although three children reported symptoms on day 22, the last day of the outbreak.
Data from O'Neill and Marks (2005), provided by Philip O'Neill. Transfer to R and documentation by Simon Frost ([email protected] and Finlay Campbell ([email protected])).
O'Neill and Marks (2005)
O’Neill, P. D., & Marks, P. J. (2005). Bayesian model choice and infection route modelling in an outbreak of Norovirus. Statistics in Medicine, 24(13), 2011–24.
## show first few cases head(norovirus_derbyshire_2001_school)
## show first few cases head(norovirus_derbyshire_2001_school)
These data document a dog rabies epidemic from 2003 to 2012 in Bangui, Central African Republic, and its surroundings. Data comprise dates and locations of the cases, as well as viral sequences of the pathogen for most cases.
rabies_car_2003
rabies_car_2003
A list comprising a data.frame
($linelist
) and a DNAbin
matrix
($dna
). $linelist
contains the following
variables:
$index
: numeric identifier of the case
$date
: date of case reporting
$latitude
: the latitude of the collection point
$longitude
: the longitude of the collection point
$has_dna
: a logical indicating of the case has a matching
pathogen sequence in $dna
$dna
is a DNAbin
matrix
whose labels are to be matched
against $linelist$index
.
Data from Transfer to R and documentation by Thibaut Jombart.
The data were provided by the Institut Pasteur de Bangui, Bangui, République Centrafricaine, and the Institut Pasteur, Unit Lyssavirus Dynamics and Host Adaptation, WHO Collaborating Centre for Reference and Research on Rabies, Paris, France.
Cori et al. (submitted) A graph-based evidence synthesis approach to detecting outbreak clusters: an application to dog rabies.
if (require(incidence) && require(ape)) { i <- incidence(rabies_car_2003$linelist$date, 28L) plot(i) tre <- nj(dist.dna(rabies_car_2003$dna)) plot(tre, main = "Neighbour-Joining tree") }
if (require(incidence) && require(ape)) { i <- incidence(rabies_car_2003$linelist$date, 28L) plot(i) tre <- nj(dist.dna(rabies_car_2003$dna)) plot(tre, main = "Neighbour-Joining tree") }
This dataset covers a food-borne outbreak of Salmonella Enteritidis PT59
investigated by Public Health England. The data includes a distribution
network, and genetic clusters of bacteria isolated in contaminated
patients. The data is anonymised: identifiers of the food distribution
network have been hashed. The object s_enteritidis_pt59
is a list
containing:
s_enteritidis_pt59
s_enteritidis_pt59
An object of class list
of length 2.
$graph
: a data.frame
containing with two columns
from
and to
specifying (directed) edges of the food
distribution network, alongside reported cases (terminal branches, or 'tips').
$cluster
: a factor
indicating the genetic cluster of
named tips.
Thomas Inns [email protected], Philip Ashton, Tim Dallman, Roberto Vivancos. Hashing and port to R by Thibaut Jombart.
Multi-agency Salmonella Enteritidis PT59 Outbreak Control Team, chaired by Public Health England
These data comprise of new cases of SARS in Canada in 2003. These data are from Chapter 9 of De Vries et al. (1996).
sars_canada_2003
sars_canada_2003
A data frame with 110 rows and 5 columns
Date
New cases attributed to travel
New cases attributed to household transmission
New cases in a healthcare setting
Other new cases
Data from De Vries et al. (2006), based on original data from Health Canada. Transfer to R and documentation by Simon Frost ([email protected]).
De Vries et al. (2006)
G. De Vries, T. Hillen, M. Lewis, J. Mueller, and B. Schoenfisch. 2006. A Course in Mathematical Biology: Quantitative Modeling with Mathematical and Computational Methods. Society for Industrial and Applied Mathematics.
## show first few cases head(sars_canada_2003)
## show first few cases head(sars_canada_2003)
These data are transcribed from the WHO Situation Reports on the COVID-19 outbreak (SARS-CoV-2). Data was not available for all variables in all reports. For full details, see the original Situation Reports as published by WHO. Data were manually transcribed and errors are possible.
sarscov2_who_2019
sarscov2_who_2019
A data frame where each row represents a new Situation Report
Data from World Health Organization (WHO), published as Sitation Reports. Transfer to R and documentation by Eric Brown.
World Health Organization (2020)
World Health Organization. 2020. <https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reports>
## show global cases sarscov2_who_2019$cases_global
## show global cases sarscov2_who_2019$cases_global
These data comprise of 32 cases of smallpox in Abakaliki, Nigeria in 1967, first described by Thompson and Foege (1968), which occurred predominantly in a religious group that refused medical interventions.
smallpox_abakaliki_1967
smallpox_abakaliki_1967
A data frame with 32 rows and 8 columns
Case identification number
Date of onset of symptoms
Age in years
Gender: female (f) or male (m) (factor)
Previously vaccinated: no (n) or yes (y) (factor)
Vaccination scar present: no (n) or yes (y) (factor)
Member of the Faith Tabernacle: no (n) or yes (y) (factor)
Compound number (factor)
Data from Thompson and Foege (1968).
Transfer to R and documentation by Simon Frost
([email protected]).
http://apps.who.int/iris/bitstream/10665/67462/1/WHO_SE_68.3.pdf
D. Thompson and W. Foege. 1968. Faith Tabernacle smallpox epidemic. Abakaliki, Nigeria. World Health Organization, 3:1–9
## show first few cases head(smallpox_abakaliki_1967)
## show first few cases head(smallpox_abakaliki_1967)
Simulated Varicella outbreak
varicella_sim_berlin
varicella_sim_berlin
A data frame with 500 rows and 13 columns
The gender of the simulated persons
Simulated ethnical origin
First names of the simulated persons
Last names of the simulated persons
Age of the simulated persons
Name of the first center where the simulated persons stay
Date of arrival at the first center
Date of departure at the first center
Name of the second center where the simulated persons stay
Date of arrival at the second center
Date of departure at the second center
Date of onset of the disease
Name of the disease
This dataset is useful to compute incidence rates.
This dataset simulates an outbreak of varicella in german centers for foreigners. It is loosely based on the situation in 2015, when the numbers of foreigners seeking asylum exeded the available places in the center for foreigners. Varicella was the most frequent disease in these centers at that time. comparable with kindergartens and other shelters.
Description of infectious diseases in people seeking asylum in Germany in 2017 of Robert Koch-Institute, Berlin, Germany: https://www.rki.de/DE/Content/Gesundheitsmonitoring/Gesundheitsberichterstattung/GesundAZ/Content/A/Asylsuchende/Asylsuchende.html
The dataset was created by the package outbreakcreator https://github.com/jakobschumacher/outbreakcreator/.
Data simulated by Jakob Schumacher ([email protected]).
head(varicella_sim_berlin)
head(varicella_sim_berlin)
These data describe the daily incidence of Zika virus disease in Girardot, Colombia.
zika_girardot_2015
zika_girardot_2015
A data frame with 93 rows and 2 columns
Date
Daily incidence
The data on Zika virus disease incidence reported by Rojas et al. (2016) cover the period from October 2015 to January 2016, over which time a total of 1936 cases were reported to health authorities of Girardot (population of 102,225). Suspected cases were confirmed by reverse transcription-polymerase chain reaction (RT-PCR) in the serum of acute cases within five days of symptom onset.
Data from Rojas et al. (2016), provided by Diana P. Rojas ([email protected]). Transfer to R and documentation by Finlay Campbell ([email protected]).
Rojas et al. (2016)
Rojas, D. P., Dean, N. E., Yang, Y., Kenah, E., Quintero, J., Tomasi, S., ... Eyrolle-Guignot, D. (2016). The epidemiology and transmissibility of Zika virus in Girardot and San Andres island, Colombia, September 2015 to January 2016. Eurosurveillance, 21(28), 30283. https://doi.org/10.2807/1560-7917.ES.2016.21.28.30283
These data were provided under a Creative Commons Attribution (CC BY 4.0) Licence (https://creativecommons.org/licenses/by/4.0/).
## show first few days of Zika incidence head(zika_girardot_2015)
## show first few days of Zika incidence head(zika_girardot_2015)
These data describe the daily incidence of Zika virus disease in San Andres, Colombia.
zika_sanandres_2015
zika_sanandres_2015
A data frame with 101 rows and 2 columns
Date
Daily incidence
The data on Zika virus disease incidence reported by Rojas et al. (2016) cover the period from September 2015 to January 2016, over which time a total of 928 cases were reported to health authorities of San Andres (population of 54,513). Suspected cases were confirmed by reverse transcription-polymerase chain reaction (RT-PCR) in the serum of acute cases within five days of symptom onset.
Data from Rojas et al. (2016), provided by Diana P. Rojas ([email protected]). Transfer to R and documentation by Finlay Campbell ([email protected]).
Rojas et al. (2016)
Rojas, D. P., Dean, N. E., Yang, Y., Kenah, E., Quintero, J., Tomasi, S., ... Eyrolle-Guignot, D. (2016). The epidemiology and transmissibility of Zika virus in Girardot and San Andres island, Colombia, September 2015 to January 2016. Eurosurveillance, 21(28), 30283. http://doi.org/10.2807/1560-7917.ES.2016.21.28.30283
These data were provided under a Creative Commons Attribution (CC BY 4.0) Licence (https://creativecommons.org/licenses/by/4.0/).
## show first few days of Zika incidence head(zika_sanandres_2015)
## show first few days of Zika incidence head(zika_sanandres_2015)
These data describe weekly incidence of probable and confirmed cases of Zika virus on the Yap Main Islands, Micronesia.
zika_yap_2007
zika_yap_2007
A data frame with 29 rows and 3 columns
Date
Days after starting date
Number of cases per week
The data on weekly cases reported by Funk et al. (2016) cover the period from 2007-02-18 to 2007-09-02, over which time there were a total of 108 cases classified as probable (59) or confirmed (49) in a population of 7391. Cases were identified by a combination of prospective and retrospective surveillance at all health centres on Yap.
Data from Funk et al. (2016), provided by Sebastian Funk (github.com/sbnfunk). Transfer to R and documentation by Finlay Campbell ([email protected]).
Funk et al. (2016)
S. Funk, et al. 2016. Comparative Analysis of Dengue and Zika Outbreaks Reveals Differences by Setting and Virus. PLOS Neglected Tropical Diseases, 10(12), e0005173. http://doi.org/10.1371/journal.pntd.0005173
## show first few weeks of Zika incidence head(zika_yap_2007)
## show first few weeks of Zika incidence head(zika_yap_2007)