Back to catalog
Cortexa research tool·drug discovery·zfin
ZFIN Get Gene Alleles
Get alleles and variants for a zebrafish gene from ZFIN via the Alliance of Genome Resources. Returns mutant alleles with variant types (deletion, insertion, point mutation), molecular consequences, and phenotype/disease associations. Zebrafish genetics benefits from large-scale mutagenesis screens producing thousands of alleles. Example: 'ZFIN:ZDB-GENE-990415-8' (pax2a) returns alleles like szu2 (deletion) with start_lost consequence.
Livelast probed 2026-05-01 01:00Z· 7218msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 7218ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "ZFIN gene ID with 'ZFIN:' prefix. Examples: 'ZFIN:ZDB-GENE-990415-8' (pax2a), 'ZFIN:ZDB-GENE-990415-72' (tp53), 'ZFIN:ZDB-GENE-980526-166' (shha).",
"type": "string"
},
"limit": {
"description": "Maximum number of alleles to return (1-100). Default: 20.",
"type": "integer"
},
"page": {
"description": "Page number for pagination. Default: 1.",
"type": "integer"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default ZFIN Get Gene Alleles call
public-safeinput
{
"gene_id": "BRCA1",
"limit": 3,
"page": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ZFIN_get_gene_alleles
- Tool name
- ZFIN_get_gene_alleles
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse