-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 887 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
Package: associatr
Title: Genetic Association Plots
Version: 0.0.0.9000
Authors@R:
person(given = "Ken",
family = "Hanscombe",
role = c("aut", "cre"),
email = "[email protected]")
Description:
Manhattan and region plots. By default only variants with p < 0.001 are
plotted in the manhattan plot. Region plots use LDlinkR to retrieve LD and SQL
queries to UCSC genome browser to get biological context.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
dplyr,
tidyr,
purrr,
grid,
ggplot2,
ggrepel,
stringr,
DBI,
magrittr,
LDlinkR,
RMySQL,
R.utils,
data.table,
utils
RoxygenNote: 7.1.1
URL: https://github.com/kenhanscombe/associatr
BugReports: https://github.com/kenhanscombe/associatr/issues
Suggests:
testthat (>= 2.1.0),
covr