Package: gwasrapidd
Type: Package
Title: 'REST' 'API' Client for the 'NHGRI'-'EBI' 'GWAS' Catalog
Version: 0.99.18
Authors@R: c(
    person(given = "Ramiro", family = "Magno", email = "rmagno@pattern.institute",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5226-3441")),
    person(given = "Ana-Teresa", family = "Maia",
    email = "maia.anateresa@gmail.com", role = "aut", 
    comment = c(ORCID = "0000-0002-0454-9207")),
    person("CINTESIS", role = c("cph", "fnd")),
    person("Pattern Institute", role = c("cph", "fnd"), comment = c(ROR = "04jrgd746"))
    )
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.3.2
Config/Needs/website: patterninstitute/chic
Imports: magrittr, httr, urltools, pingr, stringr, dplyr, jsonlite,
        purrr, tibble, glue, tidyr (> 0.8.99), assertthat, rlang,
        methods, lubridate, plyr, testthat, utils, progress, writexl
Suggests: httptest, spelling, knitr, rmarkdown, bookdown
Collate: 'browser.R' 'cc.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' 'wrappers.R' 'write_xlsx.R'
VignetteBuilder: knitr
biocViews: ThirdPartyClient, BiomedicalInformatics,
        GenomeWideAssociation, SNP
NeedsCompilation: no
Packaged: 2025-05-31 15:39:47 UTC; rmagno
Author: Ramiro Magno [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5226-3441>),
  Ana-Teresa Maia [aut] (ORCID: <https://orcid.org/0000-0002-0454-9207>),
  CINTESIS [cph, fnd],
  Pattern Institute [cph, fnd] (ROR: <https://ror.org/04jrgd746>)
Maintainer: Ramiro Magno <rmagno@pattern.institute>
Repository: CRAN
Date/Publication: 2025-05-31 15:50:02 UTC
Built: R 4.4.3; ; 2025-10-08 03:36:40 UTC; windows
