Nothing
#' Get Collapsed Gene Model Exon
#'
#' @description This service returns the collapsed exons in the gene model of
#' the given gene. Gene-level and exon-level expression quantification were
#' based on the GENCODE annotation, collapsed to a single transcript model for
#' each gene using an algorithm developed by the GTEx analysis team.
#'
#' By default, this service queries the models used by the latest GTEx release.
#'
#' [GTEx Portal API
#' documentation](https://gtexportal.org/api/v2/redoc#tag/Datasets-Endpoints/operation/get_collapsed_gene_model_exon_api_v2_dataset_collapsedGeneModelExon_get)
#'
#' @inheritParams gtexr_arguments
#'
#' @return A tibble
#' @export
#' @family Datasets Endpoints
#'
#' @examples
#' \dontrun{
#' get_collapsed_gene_model_exon(gencodeId = "ENSG00000132693.12")
#' }
get_collapsed_gene_model_exon <- function(gencodeId,
datasetId = "gtex_v8",
page = 0,
itemsPerPage = 250){
gtex_query(endpoint = "dataset/collapsedGeneModelExon")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.