Back to catalog
Cortexa research tool·genomics·omim
OMIM Get Gene Map
Get OMIM gene-disease mapping information. Returns genes mapped to chromosomal locations with associated phenotypes and inheritance patterns. Query by MIM number or chromosome. Useful for finding all disease genes on a chromosome.
Livelast probed 2026-04-30 23:07Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chromosome": {
"description": "Chromosome number (1-22, X, Y) to get all genes (optional if mim_number provided)",
"type": "string"
},
"limit": {
"default": 50,
"description": "Maximum results for chromosome query (default: 50, max: 100)",
"type": "integer"
},
"mim_number": {
"description": "OMIM MIM number for specific gene (optional if chromosome provided)",
"type": "string"
},
"operation": {
"const": "get_gene_map",
"description": "Operation type (fixed: get_gene_map)",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default OMIM Get Gene Map call
public-safeinput
{
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OMIM_get_gene_map
- Tool name
- OMIM_get_gene_map
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse