Back to catalog
Cortexa research tool·genomics·go
GO Get Genes For Term
Finds all genes/proteins associated with a specific Gene Ontology term using the Biolink API.
Livelast probed 2026-04-30 23:07Z· 113msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 113ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"id": {
"description": "The standard GO term ID, e.g., 'GO:0006915'.",
"type": "string"
},
"rows": {
"description": "The number of genes to return. Default is 100.",
"type": "integer"
},
"taxon": {
"description": "Optional species filter using a NCBI taxon ID. For example, Human is 'NCBITaxon:9606', and Mouse is 'NCBITaxon:10090'.",
"type": "string"
}
},
"required": [
"id",
"taxon",
"rows"
],
"type": "object"
}Examples (1)
Default GO Get Genes For Term call
public-safeinput
{
"id": "",
"rows": 1,
"taxon": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GO_get_genes_for_term
- Tool name
- GO_get_genes_for_term
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse