Skip to contents

This service allows the user to query the full Collapsed Gene Model Exon of a specific gene by gencode ID

GTEx Portal API documentation

Usage

get_full_get_collapsed_gene_model_exon(gencodeId, page = 0, itemsPerPage = 250)

Arguments

gencodeId

String. A Versioned GENCODE ID of a gene, e.g. "ENSG00000065613.9".

page

Integer (default = 0).

itemsPerPage

Integer (default = 250).

Value

A tibble

Examples

if (FALSE) { # \dontrun{
  get_full_get_collapsed_gene_model_exon(gencodeId = "ENSG00000203782.5")
} # }