powered by
GTEx Portal API documentation
get_dataset_info( datasetId = NULL, organizationName = NULL, .return_raw = FALSE )
A tibble. Or a list if .return_raw = TRUE.
.return_raw = TRUE
String. Unique identifier of a dataset. Usually includes a data source and data release. Options: "gtex_v8", "gtex_snrnaseq_pilot".
String. Options: "GTEx Consortium" "Kid's First".
Logical. If TRUE, return the raw API JSON response. Default = FALSE
TRUE
FALSE
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true") get_dataset_info(datasetId = "gtex_v8", organizationName = "GTEx Consortium") }
Run the code above in your browser using DataLab