Back to catalog
Cortexa research tool·genomics·gtex_v2
GTEx Get Eqtl Genes
Get eQTL genes (eGenes) with significant cis-eQTLs. Returns genes with at least one significant expression quantitative trait locus (eQTL) in specified tissues. Includes allelic fold change, p-values, q-values (FDR < 0.05), and effect sizes. Filter by tissue or get all eGenes. Use for: identifying genes with genetic regulation, finding tissue-specific eQTLs, studying regulatory variants, genetic association studies. Essential for understanding genetic control of gene expression.
Livelast probed 2026-04-30 23:07Z· 761msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 761ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_id": {
"default": "gtex_v8",
"description": "GTEx dataset version",
"enum": [
"gtex_v8",
"gtex_v10",
"gtex_snrnaseq_pilot"
],
"type": "string"
},
"items_per_page": {
"default": 250,
"maximum": 100000,
"minimum": 1,
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_eqtl_genes"
],
"type": "string"
},
"page": {
"default": 0,
"minimum": 0,
"type": "integer"
},
"tissue_site_detail_id": {
"description": "Optional: Filter by tissue IDs. Omit for all tissues",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [],
"type": "object"
}Examples (1)
Default GTEx Get Eqtl Genes call
public-safeinput
{
"items_per_page": 1,
"page": 1,
"tissue_site_detail_id": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GTEx_get_eqtl_genes
- Tool name
- GTEx_get_eqtl_genes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse