Back to catalog
Cortexa research tool·genomics·gwas
Gwas Search Studies
Search for GWAS studies by various criteria including disease trait, cohort, GxE interactions, and summary statistics availability.
Livelast probed 2026-04-30 23:07Z· 1739msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1739ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cohort": {
"description": "Cohort name (e.g., 'UKB' for UK Biobank)",
"type": "string"
},
"disease_trait": {
"description": "Disease or trait name for text-based search (e.g., 'diabetes', 'breast cancer')",
"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"
},
"full_pvalue_set": {
"description": "Filter for studies with full summary statistics",
"type": "boolean"
},
"gxe": {
"description": "Filter for Gene-by-Environment interaction studies",
"type": "boolean"
},
"page": {
"description": "Page number for pagination",
"type": "integer"
},
"size": {
"description": "Number of results to return",
"type": "integer"
}
},
"required": [],
"type": "object"
}Examples (1)
Default Gwas Search Studies call
public-safeinput
{
"disease_trait": "type 2 diabetes",
"efo_trait": "type 2 diabetes",
"full_pvalue_set": false,
"gxe": false,
"page": 1,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gwas_search_studies
- Tool name
- gwas_search_studies
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse