Package: gtexr
Title: Query the GTEx Portal API
Version: 0.2.1
Authors@R: c(
    person(given = "Alasdair",
           family = "Warwick",
           role = c("aut", "cre", "cph"),
           email = "alasdair.warwick.19@ucl.ac.uk",
           comment = c(ORCID = "0000-0002-0800-2890")),
    person("Benjamin", "Zuckerman", role = "aut",
           comment = c(ORCID = "0000-0002-0077-6074")),
    person("Abraham", "Olvera-Barrios", role = "aut",
           comment = c(ORCID = "0000-0002-3305-4465")),
    person("Chuin Ying", "Ung", role = "aut",
           comment = c(ORCID = "0000-0001-8487-4589")),
    person("Robert", "Luben", role = "aut",
           comment = c(ORCID = "0000-0002-5088-6343")),
    person(given = "Zhian N.",
           family = "Kamvar",
           role = c("rev"),
           email = "zkamvar@carpentries.org",
           comment = c(ORCID = "0000-0003-1458-7108"))
    )
Description: A convenient R interface to the Genotype-Tissue Expression (GTEx) 
    Portal API. The GTEx project is a comprehensive public resource for studying 
    tissue-specific gene expression and regulation in human tissues. Through 
    systematic analysis of RNA sequencing data from 54 non-diseased tissue sites 
    across nearly 1000 individuals, GTEx provides crucial insights into the 
    relationship between genetic variation and gene expression. This data is 
    accessible through the GTEx Portal API enabling programmatic access to human 
    gene expression data. For more information on the API, see 
    <https://gtexportal.org/api/v2/redoc>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/gtexr/,
        https://github.com/ropensci/gtexr
BugReports: https://github.com/ropensci/gtexr/issues
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Depends: R (>= 4.2.0)
Imports: cli, dplyr, httr2 (>= 1.0.0), purrr, rlang, tibble, tidyr
Suggests: curl, httptest2, knitr, rmarkdown, spelling, stringr,
        testthat (>= 3.0.0), withr
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-08-19 06:17:28 UTC; alasdair
Author: Alasdair Warwick [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-0800-2890>),
  Benjamin Zuckerman [aut] (ORCID:
    <https://orcid.org/0000-0002-0077-6074>),
  Abraham Olvera-Barrios [aut] (ORCID:
    <https://orcid.org/0000-0002-3305-4465>),
  Chuin Ying Ung [aut] (ORCID: <https://orcid.org/0000-0001-8487-4589>),
  Robert Luben [aut] (ORCID: <https://orcid.org/0000-0002-5088-6343>),
  Zhian N. Kamvar [rev] (ORCID: <https://orcid.org/0000-0003-1458-7108>)
Maintainer: Alasdair Warwick <alasdair.warwick.19@ucl.ac.uk>
Repository: CRAN
Date/Publication: 2025-08-19 07:20:07 UTC
Built: R 4.4.1; ; 2025-08-19 22:19:06 UTC; unix
