Back to catalog
Cortexa research tool·chemistry·go_api
GOAPI Get Genes By Function
Get genes annotated with a specific Gene Ontology (GO) term. Find all genes/proteins that have been experimentally or computationally associated with a biological process, molecular function, or cellular component. Optionally filter by taxon. Example: GO:0006915 (apoptotic process) returns genes like TP53, BAX, BCL2 that function in apoptosis.
Livelast probed 2026-04-30 23:07Z· 110msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"go_id": {
"description": "Gene Ontology term ID. Examples: 'GO:0006915' (apoptotic process), 'GO:0003677' (DNA binding), 'GO:0005634' (nucleus).",
"type": "string"
},
"rows": {
"description": "Maximum number of gene annotations to return (default: 20, max: 100).",
"type": "integer"
},
"taxon": {
"description": "Filter by taxon. Format: NCBITaxon:ID. Examples: 'NCBITaxon:9606' (human), 'NCBITaxon:10090' (mouse), 'NCBITaxon:7227' (Drosophila).",
"type": "string"
}
},
"required": [
"go_id"
],
"type": "object"
}Examples (1)
Default GOAPI Get Genes By Function call
public-safeinput
{
"go_id": "",
"rows": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GOAPI_get_genes_by_function
- Tool name
- GOAPI_get_genes_by_function
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse