Back to catalog
Cortexa research tool·chemistry·flybase
FlyBase Get Gene Interactions
Get molecular or genetic interactions for a Drosophila gene from the Alliance of Genome Resources. Molecular interactions are physical protein-protein interactions. Genetic interactions are phenotype-based (suppression, enhancement, etc.). Returns interacting gene pairs with species and interaction type. Example: 'FB:FBgn0000490' (dpp) has 169 genetic interactions including genetic suppression with anchor.
Livelast probed 2026-04-30 23:07Z· 7376msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 7376ms
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"
},
"interaction_type": {
"description": "Type of interaction: 'molecular' (physical PPI) or 'genetic' (phenotype-based). Default: 'molecular'.",
"type": "string"
},
"limit": {
"description": "Maximum number of interactions 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 Interactions 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_interactions
- Tool name
- FlyBase_get_gene_interactions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse