-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.16 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
Package: locusplotr
Title: Create Regional Association Plots
Version: 0.5.0
Authors@R:
person(given = "Michael",
family = "Levin",
role = c("aut", "cre"),
email = "mglev1n@gmail.com",
comment = c(ORCID = "0000-0002-9937-9932"))
Description: Description: This package allows the user to obtain linkage disequlibrium data for any contiguous region within the genome using the LocusZoom API \href{https://portaldev.sph.umich.edu/}{https://portaldev.sph.umich.edu/}. By integrating this LD information with results from a genome-wide association study (GWAS) the user can create regional association plots.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
cli,
dplyr,
ggplot2,
ggrepel,
glue,
httr,
patchwork,
purrr,
readr,
scales,
stringr,
tibble,
tidyr,
forcats,
magrittr,
checkmate,
ggtext,
rlang,
snpsettest,
gginnards
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://mglev1n.github.io/locusplotr, https://github.com/mglev1n/locusplotr