Back to catalog
Cortexa research tool·genomics·gwas
Gwas Get Associations For Trait
Get all associations for a specific trait, sorted by p-value (most significant first).
Livelast probed 2026-04-30 23:07Z· 6615msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 6615ms
Schema
JSON Schema the agent (or your API call) must match.
{
"oneOf": [
{
"required": [
"disease_trait"
]
},
{
"required": [
"efo_uri"
]
},
{
"required": [
"efo_id"
]
},
{
"required": [
"efo_trait"
]
}
],
"properties": {
"disease_trait": {
"description": "Disease or trait name for text-based search (e.g., 'diabetes', 'hypertension')",
"type": "string"
},
"efo_id": {
"description": "EFO/OBA term ID (e.g., 'EFO_0001645', 'OBA_2050062'). Recommended for reliable trait filtering.",
"type": "string"
},
"efo_trait": {
"description": "Exact EFO trait label. Use when you know the canonical trait string.",
"type": "string"
},
"efo_uri": {
"description": "Full EFO ontology URI (e.g., 'http://www.ebi.ac.uk/efo/EFO_0001645')",
"type": "string"
},
"page": {
"description": "Page number for pagination",
"type": "integer"
},
"size": {
"description": "Number of results to return per page",
"type": "integer"
}
},
"type": "object"
}Examples (1)
Default Gwas Get Associations For Trait call
public-safeinput
{
"disease_trait": "type 2 diabetes",
"efo_trait": "type 2 diabetes",
"page": 1,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gwas_get_associations_for_trait
- Tool name
- gwas_get_associations_for_trait
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse