Back to catalog
Cortexa research tool·genomics·flymine
FlyMine Search Genes
Search FlyMine specifically for Drosophila genes. This is a convenience wrapper that filters results to the Gene category only. Returns gene symbols, FlyBase gene IDs (FBgn numbers), secondary identifiers (CG numbers), and organism information. FlyMine covers 12+ Drosophila species plus other model organisms. For broader searches across all entity types, use FlyMine_search instead.
Livelast probed 2026-05-01 01:00Z· 1126msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1126ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"q": {
"description": "Gene search query: gene symbol (e.g., 'dpp', 'Notch', 'wg', 'hh'), FlyBase ID (e.g., 'FBgn0000490'), or keyword.",
"type": "string"
},
"size": {
"default": 10,
"description": "Number of results to return (default: 10).",
"type": "integer"
}
},
"required": [
"q"
],
"type": "object"
}Examples (1)
Default FlyMine Search Genes call
public-safeinput
{
"q": "",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FlyMine_search_genes
- Tool name
- FlyMine_search_genes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse