rabies_car_2003: Dog Rabies in Central African Republic, 2003-2012

Description Usage Format Author(s) Source References Examples

Description

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.

Usage

1

Format

A list comprising a data.frame ($linelist) and a DNAbin matrix ($dna). $linelist contains the following variables:

$dna is a DNAbin matrix whose labels are to be matched against $linelist$index.

Author(s)

Data from Transfer to R and documentation by Thibaut Jombart.

Source

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.

References

Cori et al. (submitted) A graph-based evidence synthesis approach to detecting outbreak clusters: an application to dog rabies.

Examples

1
2
3
4
5
6
7
8
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")

}

outbreaks documentation built on Oct. 23, 2020, 6:43 p.m.