-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
41 lines (41 loc) · 1.54 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
Package: LDlinkR
Type: Package
Title: Calculating Linkage Disequilibrium (LD) in Human Population Groups of Interest
Version: 1.4.0.9000
Authors@R:
c(person(given = "Timothy A.",
family = "Myers",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8127-3446")),
person(given = "Stephen J.",
family = "Chanock",
role = "aut",
email = "[email protected]"),
person(given = "Mitchell J.",
family = "Machiela",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6538-9705")))
Maintainer: Timothy A. Myers <[email protected]>
Description: Provides access to the 'LDlink' API (<https://ldlink.nih.gov/?tab=apiaccess>)
using the R console. This programmatic access facilitates researchers who are
interested in performing batch queries in 1000 Genomes Project (2015) <doi:10.1038/nature15393>
data using 'LDlink'. 'LDlink' is an interactive and powerful suite of web-based tools for querying
germline variants in human population groups of interest. For more details, please see
Machiela et al. (2015) <doi:10.1093/bioinformatics/btv402>.
License: GPL (>= 2)
URL: https://ldlink.nih.gov
BugReports: https://github.com/CBIIT/LDlinkR/issues
Encoding: UTF-8
Imports:
httr (>= 1.4.0),
utils (>= 3.4.2)
Suggests:
testthat,
knitr,
rmarkdown,
spelling
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Language: en-US