-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.37 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
43
Package: phylepic
Title: Combined Visualisation of Phylogenetic and Epidemiological Data
Version: 0.2.1.9000
Authors@R:
c(person(given = "Carl",
family = "Suster",
email = "Carl.Suster@health.nsw.gov.au",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7021-9380")),
person("Western Sydney Local Health District, NSW Health",
role = "cph"))
Description: A collection of utilities and 'ggplot2' extensions to assist with
visualisations in genomic epidemiology. This includes the 'phylepic' chart,
a visual combination of a phylogenetic tree and a matched epidemic curve.
The included 'ggplot2' extensions such as date axes binned by week are
relevant for other applications in epidemiology and beyond. The approach is
described in Suster et al. (2024) <doi:10.1101/2024.04.02.24305229>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
ape,
cli,
cowplot,
dplyr,
forcats,
ggnewscale,
ggplot2 (>= 3.5.0),
ggraph,
igraph,
lifecycle,
rlang,
scales,
tidygraph
URL: https://github.com/cidm-ph/phylepic, https://cidm-ph.github.io/phylepic/
BugReports: https://github.com/cidm-ph/phylepic/issues
Config/testthat/edition: 3