-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
45 lines (45 loc) · 1.58 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
Package: rsnps
Title: Get 'SNP' ('Single-Nucleotide' 'Polymorphism') Data on the Web
Description: A programmatic interface to various 'SNP' 'datasets'
on the web: 'OpenSNP' (<https://opensnp.org>), and 'NBCIs' 'dbSNP' database
(<https://www.ncbi.nlm.nih.gov/projects/SNP/>). Functions
are included for searching for 'NCBI'. For 'OpenSNP', functions are included
for getting 'SNPs', and data for 'genotypes', 'phenotypes', annotations,
and bulk downloads of data by user.
Version: 0.6.1
License: MIT + file LICENSE
Authors@R: c(
person("Julia", "Gustavsen", role = c("aut", "cre"),
email = "j.gustavsen@gmail.com",
comment = c(ORCID = "0000-0002-4764-4802")),
person("Sina", "Rüeger", role = "aut",
email = "sina.rueeger@gmail.com",
comment = c(ORCID = "0000-0003-2848-9242")),
person("Scott", "Chamberlain", role = "aut",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Kevin", "Ushey", role = "aut"),
person("Hao", "Zhu", role = "aut")
)
URL: https://docs.ropensci.org/rsnps/, https://github.com/ropensci/rsnps/
BugReports: https://github.com/ropensci/rsnps/issues/
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Imports:
plyr,
stringr,
crul (>= 0.5.2),
data.table,
jsonlite,
httr
Suggests:
testthat,
knitr,
markdown,
tibble,
vcr (>= 0.6.0),
covr
RoxygenNote: 7.2.3
X-schema.org-applicationCategory: Genes
X-schema.org-keywords: gene, snp, sequence, API, web, api-client, species, dbSNP, OpenSNP, NCBI, genotype
X-schema.org-isPartOf: https://ropensci.org