-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.15 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: gglogo
Title: Geom for Logo Sequence Plots
Version: 0.1.5
Authors@R: c(
person("Heike", "Hofmann", email = "hofmann@iastate.edu", role = "aut",
comment = c(ORCID = "0000-0001-6216-5183")),
person("Eric", "Hare", email = "eric@oaiti.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4277-3146")),
person("GGobi Foundation", role = "aut"))
License: GPL-3
URL: https://github.com/heike/gglogo, http://heike.github.io/gglogo/
BugReports: https://github.com/heike/gglogo/issues
Depends:
R (>= 3.6)
Imports:
ggplot2 (>= 2.0.0),
grid,
jpeg,
plyr,
dplyr,
tidyr,
magrittr,
purrr,
rlang
Suggests:
RColorBrewer,
knitr,
rmarkdown
Description: Visualize sequences in (modified) logo plots. The design choices
used by these logo plots allow sequencing data to be more easily analyzed.
Because it is integrated into the 'ggplot2' geom framework, these logo plots
support native features such as faceting.
Collate:
'logos.r'
'text.r'
'thin.r'
'data.r'
'alphabet.r'
'position.r'
RoxygenNote: 7.2.3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr