| Literature DB >> 24928667 |
Thibaut Jombart1, David M Aanensen2, Marc Baguelin3, Paul Birrell4, Simon Cauchemez5, Anton Camacho6, Caroline Colijn7, Caitlin Collins8, Anne Cori8, Xavier Didelot8, Christophe Fraser8, Simon Frost9, Niel Hens10, Joseph Hugues11, Michael Höhle12, Lulla Opatowski13, Andrew Rambaut14, Oliver Ratmann8, Samuel Soubeyrand15, Marc A Suchard16, Jacco Wallinga17, Rolf Ypma17, Neil Ferguson8.
Abstract
The investigation of infectious disease outbreaks relies on the analysis of increasingly complex and diverse data, which offer new prospects for gaining insights into disease transmission processes and informing public health policies. However, the potential of such data can only be harnessed using a number of different, complementary approaches and tools, and a unified platform for the analysis of disease outbreaks is still lacking. In this paper, we present the new R package OutbreakTools, which aims to provide a basis for outbreak data management and analysis in R. OutbreakTools is developed by a community of epidemiologists, statisticians, modellers and bioinformaticians, and implements classes and methods for storing, handling and visualizing outbreak data. It includes real and simulated outbreak datasets. Together with a number of tools for infectious disease epidemiology recently made available in R, OutbreakTools contributes to the emergence of a new, free and open-source platform for the analysis of disease outbreaks. CrownEntities:
Keywords: Bioinformatics; Epidemics; Epidemiology; Free; Infectious disease; Public health; R; Software
Mesh:
Year: 2014 PMID: 24928667 PMCID: PMC4058532 DOI: 10.1016/j.epidem.2014.04.003
Source DB: PubMed Journal: Epidemics ISSN: 1878-0067 Impact factor: 4.396
Content of the formal (S4) class ‘obkData’. Instances of the class obkData can store a variety of data in the indicated slots. Filling the slots is optional, and empty slots are all NULL.
| Slot name | Content |
|---|---|
| @individuals | |
| @records | |
| @dna | |
| @contacts | |
| @trees | |
| @context | a |
Fig. 1Timeline of samples of the Newmarket equine influenza outbreak (HorseFlu dataset). This figure represents the temporal distribution of the VIRAL shedding samples gathered during the outbreak. Each horizontal line represents an individual. Individuals are sorted and coloured by yard. Repeated samples gathered on the same individual are represented using different symbols. The code for reproducing this figure is provided in Appendix 1.
Fig. 2Phylogeny of pandemic influenza H1N1 sequences (FluH1N1pdm2009 dataset). This phylogenetic tree based on 514 hemagglutinin segments of pandemic influenza H1N1 was plotted using the function plotggphy. The code for reproducing this figure is provided in Appendix 1.
Fig. 3Simulated outbreak using simuEpi. This outbreak was simulated under a SIR model with 100 hosts, contact rate β = 0.005 and recovery rate ν = 0.1. (a) Dynamics of the outbreak showing the numbers of susceptibles, infected and recovered over time. (b) Transmission tree, where each dot is a labelled case with colours representing the date of infection. (c) Neighbour-Joining phylogeny reconstructed from the simulated DNA sequences, ladderized and rooted to the first case. The code for reproducing these figures is provided in Appendix 1.