-
Notifications
You must be signed in to change notification settings - Fork 64
/
DESCRIPTION
51 lines (51 loc) · 1.35 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
44
45
46
47
48
49
50
51
Package: gggenomes
Title: A Grammar of Graphics for Comparative Genomics
Version: 1.0.1
Authors@R: c(
person("Thomas", "Hackl", email = "[email protected]", role = c("aut", "cre")),
person("Markus J.", "Ankenbrand", email = "[email protected]", role = c("aut")),
person("Bart", "van Adrichem", role = c("aut")),
person("Kristina", "Haslinger", email = "[email protected]", role = c("ctb", "sad")))
Description: An extension of 'ggplot2' for creating complex genomic
maps. It builds on the power of 'ggplot2' and 'tidyverse' adding new 'ggplot2'-style
geoms & positions and 'dplyr'-style verbs to manipulate the underlying data. It
implements a layout concept inspired by 'ggraph' and introduces tracks to bring
tidiness to the mess that is genomics data.
License: MIT + file LICENSE
URL: https://github.com/thackl/gggenomes
BugReports: https://github.com/thackl/gggenomes/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Depends:
R (>= 3.4.2),
ggplot2 (>= 3.5.0),
Imports:
vctrs,
rlang,
dplyr,
tidyr,
readr (>= 2.0.0),
purrr,
tibble,
stringr,
grid,
jsonlite,
snakecase,
magrittr,
scales,
tidyselect,
colorspace,
methods,
utils,
ellipsis
Suggests:
testthat,
ggtree,
patchwork,
Hmisc,
knitr,
ggrepel,
IRanges,