This service returns the list of annotations and allowed values by which a particular dataset can be subsetted. Results may be filtered by dataset.
See also
Other Datasets Endpoints:
get_collapsed_gene_model_exon()
,
get_downloads_page_data()
,
get_file_list()
,
get_full_get_collapsed_gene_model_exon()
,
get_functional_annotation()
,
get_linkage_disequilibrium_by_variant_data()
,
get_linkage_disequilibrium_data()
,
get_sample_datasets_endpoints()
,
get_subject()
,
get_tissue_site_detail()
,
get_variant()
,
get_variant_by_location()
Examples
# \dontrun{
get_annotation()
#>
#> ── Paging info ─────────────────────────────────────────────────────────────────
#> • numberOfPages = 1
#> • page = 0
#> • maxItemsPerPage = 250
#> • totalNumberOfItems = 2
#> # A tibble: 2 × 5
#> entity values type annotation datasetId
#> <chr> <list> <chr> <chr> <chr>
#> 1 subject <chr [2]> enum sex gtex_v8
#> 2 subject <chr [6]> enum ageBracket gtex_v8
# }