-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 987 Bytes
/
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
Package: ggGWAS
Title: ggplot2 Extensions for Plotting GWAS Summary Statistics
Version: 0.0.2.9000
Authors@R:
person(given = "Sina",
family = "Rüeger",
role = c("aut", "cre"),
email = "[email protected]")
Description: Provides Manhattan plot and QQplot as a ggplot2
extension. For high-dimensional GWAS data there is a hex version of
the QQplot (which is more of a diagnostics tool).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
ggrastr (>= 0.1.7),
skimr,
plyr (>= 1.8.4),
wesanderson (>= 0.3.6),
vctrs (>= 0.1.0),
knitr (>= 0.1.7),
rmarkdown,
qqman,
covr,
pryr,
ggman,
GWAS.utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Imports:
ggplot2 (>= 3.1.0),
dplyr (>= 0.7.8),
scales (>= 1.0.0),
hexbin (>= 1.27.2),
magrittr
VignetteBuilder: knitr
Remotes:
sinarueeger/GWAS.utils,
VPetukhov/ggrastr,
mkanai/ggman