Back to catalog
Cortexa research tool·chemistry·flybase
FlyBase Get Gene Alleles
Get alleles and variants for a Drosophila gene from FlyBase via the Alliance of Genome Resources. Returns allele symbols, categories (insertion, point mutation, etc.), associated phenotypes, disease annotations, and variant details including genomic coordinates. Example: 'FB:FBgn0000490' (dpp) returns alleles like dpp[MI03752] with variant location and molecular consequence.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "FlyBase gene ID with 'FB:' prefix. Examples: 'FB:FBgn0003996' (white/w), 'FB:FBgn0000490' (dpp), 'FB:FBgn0004647' (Notch/N).",
"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 FlyBase 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_FlyBase_get_gene_alleles
- Tool name
- FlyBase_get_gene_alleles
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse