Back to catalog
Cortexa research tool·genomics·gwas
Gwas Get Snps For Gene
Get all GWAS Catalog SNPs mapped to a specific gene by gene name (e.g., 'BRCA1', 'TP53'). Returns variant details including rs IDs, chromosomal positions, and functional annotations. Use this when you want to find all catalogued variants within or near a specific gene.
Livelast probed 2026-04-30 23:07Z· 89msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 89ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene": {
"description": "Alias for gene_symbol",
"type": "string"
},
"gene_symbol": {
"description": "Gene name or symbol (e.g., 'BRCA1', 'TP53', 'GBA')",
"type": "string"
},
"mapped_gene": {
"description": "Alias for gene_symbol",
"type": "string"
},
"page": {
"description": "Page number for pagination",
"type": "integer"
},
"size": {
"description": "Number of results to return per page",
"type": "integer"
}
},
"required": [],
"type": "object"
}Examples (1)
Default Gwas Get Snps For Gene call
public-safeinput
{
"gene": "BRCA1",
"gene_symbol": "BRCA1",
"mapped_gene": "BRCA1",
"page": 1,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gwas_get_snps_for_gene
- Tool name
- gwas_get_snps_for_gene
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse