-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
91 lines (91 loc) · 2.1 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: gwasrapidd
Type: Package
Title: 'REST' 'API' Client for the 'NHGRI'-'EBI' 'GWAS' Catalog
Version: 0.99.17
Authors@R: c(
person(given = "Ramiro", family = "Magno", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5226-3441")),
person(given = "Ana-Teresa", family = "Maia",
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0454-9207")),
person("CINTESIS", role = c("cph", "fnd")),
person("Pattern Institute", role = c("cph", "fnd"))
)
Description: 'GWAS' R 'API' Data Download.
This package provides easy access to the 'NHGRI'-'EBI' 'GWAS' Catalog data by
accessing the 'REST' 'API' <https://www.ebi.ac.uk/gwas/rest/docs/api/>.
Depends:
R (>= 3.2.3)
License: MIT + file LICENSE
URL: https://github.com/ramiromagno/gwasrapidd,
https://rmagno.eu/gwasrapidd/
BugReports: https://github.com/ramiromagno/gwasrapidd/issues
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
Imports:
magrittr,
httr,
urltools,
pingr,
stringr,
concatenate,
dplyr,
jsonlite,
purrr,
tibble,
glue,
tidyr (> 0.8.99),
assertthat,
rlang,
methods,
lubridate,
plyr,
testthat,
utils,
progress,
writexl
Suggests:
httptest,
spelling,
covr,
knitr,
rmarkdown,
bookdown
Collate:
'browser.R'
'class-associations.R'
'class-studies.R'
'class-traits.R'
'class-variants.R'
'data.R'
'ebi_server.R'
'generics.R'
'get_associations.R'
'get_metadata.R'
'get_studies.R'
'get_traits.R'
'get_variants.R'
'gwasrapidd-package.R'
'id_mapping.R'
'list_joins.R'
'missing.R'
'parse-associations.R'
'parse-studies.R'
'parse-traits.R'
'parse-utils.R'
'parse-variants.R'
'post-studies.R'
'post-traits.R'
'post-variants.R'
'recursive_apply.R'
'request.R'
's4-utils.R'
'sure.R'
'tests.R'
'utils-pipe.R'
'utils.R'
'write_xlsx.R'
VignetteBuilder: knitr
biocViews: ThirdPartyClient, BiomedicalInformatics, GenomeWideAssociation, SNP