Back to catalog
Cortexa research tool·genomics·gtex_v2
GTEx Get Multi Tissue Eqtls
Get multi-tissue eQTL meta-analysis results (Metasoft). Returns m-values (posterior probability of eQTL effect in each tissue), normalized effect sizes, p-values, and standard errors across all tissues for a gene-variant pair. Shows tissue-sharing patterns of eQTL effects. Use for: understanding tissue-specificity of eQTLs, finding shared vs tissue-specific effects, cross-tissue meta-analysis, regulatory mechanism studies. Requires gencode_id, optionally filter by variant_id.
Livelast probed 2026-04-30 23:07Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_id": {
"default": "gtex_v8",
"enum": [
"gtex_v8",
"gtex_v10",
"gtex_snrnaseq_pilot"
],
"type": "string"
},
"gencode_id": {
"description": "Required: Versioned GENCODE ID",
"type": "string"
},
"items_per_page": {
"default": 250,
"maximum": 100000,
"minimum": 1,
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_multi_tissue_eqtls"
],
"type": "string"
},
"page": {
"default": 0,
"minimum": 0,
"type": "integer"
},
"variant_id": {
"description": "Optional: GTEx variant ID to filter specific variant",
"type": "string"
}
},
"required": [
"gencode_id"
],
"type": "object"
}Examples (1)
Default GTEx Get Multi Tissue Eqtls call
public-safeinput
{
"gencode_id": "",
"items_per_page": 1,
"page": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GTEx_get_multi_tissue_eqtls
- Tool name
- GTEx_get_multi_tissue_eqtls
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse