-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.07 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
Package: geni.plots
Title: GENI plots
Version: 0.1.2
Date: 14-10-2024
Authors@R: c(
person(
given = "James",
family = "Staley",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-9520-5011")
),
person(
given = "Wes",
family = "Spiller",
role = c("aut"),
comment = c(ORCID = "0000-0002-8169-5531")
),
person(
given = "Tom",
family = "Palmer",
role = c("ctb"),
comment = c(ORCID = "0000-0003-4655-4511")
)
)
Description: GENI plots is designed to visualise results from genome-wide
association studies.
License: GPL-3
URL: https://github.com/jrs95/geni.plots, https://jrs95.github.io/geni.plots/
BugReports: https://github.com/jrs95/geni.plots/issues
Depends:
R (>= 3.6.0)
Imports:
dplyr,
tidyr,
magrittr,
ggplot2,
ggiraph,
ggrepel,
ggnewscale,
htmlwidgets,
patchwork,
zoo
Suggests:
knitr
Encoding: UTF-8
ByteCompile: true
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr