View source: R/get_sqtl_genes.R
get_sqtl_genes | R Documentation |
Retrieve sGenes (sQTL Genes).
This service returns sGenes (sQTL Genes) from the specified dataset.
Results may be filtered by tissue.
By default, the service queries the latest GTEx release.
The retrieved data is split into pages with items_per_page
entries per page
GTEx Portal API documentation.
get_sqtl_genes(
tissueSiteDetailIds = NULL,
datasetId = "gtex_v8",
page = 0,
itemsPerPage = getOption("gtexr.itemsPerPage"),
.verbose = getOption("gtexr.verbose"),
.return_raw = FALSE
)
tissueSiteDetailIds |
Character vector of IDs for tissues of interest.
Can be GTEx specific IDs (e.g. "Whole_Blood"; use
|
datasetId |
String. Unique identifier of a dataset. Usually includes a data source and data release. Options: "gtex_v8", "gtex_snrnaseq_pilot". |
page |
Integer (default = 0). |
itemsPerPage |
Integer (default = 250). Set globally to maximum value
100000 with |
.verbose |
Logical. If |
.return_raw |
Logical. If |
A tibble. Or a list if .return_raw = TRUE
.
Other Static Association Endpoints:
get_eqtl_genes()
,
get_fine_mapping()
,
get_independent_eqtl()
,
get_multi_tissue_eqtls()
,
get_significant_single_tissue_eqtls()
,
get_significant_single_tissue_eqtls_by_location()
,
get_significant_single_tissue_ieqtls()
,
get_significant_single_tissue_isqtls()
,
get_significant_single_tissue_sqtls()
## Not run:
get_sqtl_genes("Whole_Blood")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.