Package: gtexr Title: Query the GTEx Portal API Version: 0.2.1.9000 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 . 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 Roxygen: list(markdown = TRUE) 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 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-08-19 08:39:42 UTC RemoteUrl: https://github.com/ropensci/gtexr RemoteRef: main RemoteSha: 03abf00ad979023b5377ebdf6dff4a19dc79688c NeedsCompilation: no Packaged: 2026-07-01 08:17:10 UTC; root Author: Alasdair Warwick [aut, cre, cph] (ORCID: ), Benjamin Zuckerman [aut] (ORCID: ), Abraham Olvera-Barrios [aut] (ORCID: ), Chuin Ying Ung [aut] (ORCID: ), Robert Luben [aut] (ORCID: ), Zhian N. Kamvar [rev] (ORCID: ) Maintainer: Alasdair Warwick