-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.81 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: OutbreakTools
Version: 0.1-16
Date: 2017-10-05
Title: Basic Tools for the Analysis of Disease Outbreaks
Author: The Hackout team (In alphabetic order: David Aanensen, Marc Baguelin, Paul Birrell, Simon Cauchemez, Anton Camacho, Caroline Colijn, Anne Cori, Xavier Didelot, Ken Eames, Christophe Fraser, Simon Frost, Niel Hens, Joseph Hugues, Thibaut Jombart, Lulla Opatowski, Oliver Ratmann, Samuel Soubeyrand, Marc Suchard, Jacco Wallinga, Rolf Ypma)
Maintainer: Thibaut Jombart <[email protected]>
Suggests:
EpiEstim
Depends: R (>= 3.0.0), methods, ggplot2, network, knitr
Imports: utils, RColorBrewer, ape, reshape2, sna, plyr, ggmap, scales, rjson, networkDynamic, RCurl
Description: Implements basic tools for storing, handling and visualizing disease outbreak data, as well as simple analysis tools. OutbreakTools defines the new formal class obkData which can be used to store any case-base outbreak data, and provides summaries for these objects, alongside a range of functions for subsetting and data manipulation. It implements a range of graphics for visualising timelines, maps, contact networks and genetic analyses. It also includes a simple case-base outbreak simulation tool.
License: GPL (>=2)
LazyLoad: yes
VignetteBuilder: knitr
URL: http://sites.google.com/site/therepiproject/r-pac/about
Encoding: UTF-8
Collate:
'auxClasses.R'
'generics.R'
'obkContacts.R'
'obkSequences.R'
'obkData.R'
'obkData_Accessors.R'
'subset.R'
'obkData_basics.R'
'uniqSequences.R'
'dna2uniqSequences.R'
'make.phylo.R'
'make.attributes.R'
'get.incidence.R'
'phylo2ggphy.R'
'plotggMST.R'
'plotggphy.R'
'plot.R'
'plotIndividualTimeline.R'
'simuEpi.R'
'utils.R'
'plotGeo.R'
'annotatedTreeReader.R'
'importFromJSON.R'
'zzz.R'
'OutbreakTools.R'