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.5.0.0
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
Encoding: UTF-8
Imports: plyr, stringr, crul (>= 0.5.2), data.table, jsonlite, httr
Suggests: testthat, knitr, markdown, tibble
RoxygenNote: 7.1.1
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
NeedsCompilation: no
Packaged: 2022-01-28 11:34:19 UTC; juliagustavsen
Author: Julia Gustavsen [aut, cre] (<https://orcid.org/0000-0002-4764-4802>),
  Sina Rüeger [aut] (<https://orcid.org/0000-0003-2848-9242>),
  Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Kevin Ushey [aut],
  Hao Zhu [aut]
Maintainer: Julia Gustavsen <j.gustavsen@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-28 11:50:02 UTC
Built: R 4.1.2; ; 2022-01-29 12:34:39 UTC; unix
