View source: R/calculate_splicing_quantitative_trait_loci.R
| calculate_splicing_quantitative_trait_loci | R Documentation | 
GTEx Portal API documentation.
calculate_splicing_quantitative_trait_loci(
  tissueSiteDetailId,
  phenotypeId,
  variantId,
  datasetId = "gtex_v8",
  .return_raw = FALSE
)
tissueSiteDetailId | 
 String. The ID of the tissue of interest. Can be a
GTEx specific ID (e.g. "Whole_Blood"; use   | 
phenotypeId | 
 String. See GTEx portal FAQs for further details.  | 
variantId | 
 String. A gtex variant ID.  | 
datasetId | 
 String. Unique identifier of a dataset. Usually includes a data source and data release. Options: "gtex_v8", "gtex_snrnaseq_pilot".  | 
.return_raw | 
 Logical. If   | 
A tibble. Or a list if .return_raw = TRUE.
Other Dynamic Association Endpoints: 
calculate_expression_quantitative_trait_loci(),
calculate_ieqtls(),
calculate_isqtls()
# perform request - returns a tibble with a single row
calculate_splicing_quantitative_trait_loci(
  tissueSiteDetailId = "Whole_Blood",
  phenotypeId = "chr1:15947:16607:clu_40980:ENSG00000227232.5",
  variantId = "chr1_14677_G_A_b38"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.