Back to catalog
Cortexa research tool·chemistry·quickgo
QuickGO Annotations By Goterm
Search for all gene products annotated with a specific Gene Ontology (GO) term using the EBI QuickGO browser. Returns the proteins/genes associated with the GO term, their evidence codes, and annotation sources. Can be filtered by species (taxon_id). Useful for finding all genes involved in a biological process, molecular function, or cellular component. Example: GO:0006915 (apoptotic process) returns 6800+ human annotations.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"go_id": {
"description": "Gene Ontology term accession. Examples: 'GO:0006915' (apoptotic process), 'GO:0008150' (biological process), 'GO:0005634' (nucleus), 'GO:0003677' (DNA binding).",
"type": "string"
},
"limit": {
"default": 25,
"description": "Maximum number of annotations to return. Default: 25, max: 100.",
"type": "integer"
},
"taxon_id": {
"description": "Filter by NCBI taxonomy ID. Example: 9606 (human), 10090 (mouse), 7227 (fly).",
"type": [
"integer",
"null"
]
}
},
"required": [
"go_id"
],
"type": "object"
}Examples (1)
Default QuickGO Annotations By Goterm call
public-safeinput
{
"go_id": "",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_QuickGO_annotations_by_goterm
- Tool name
- QuickGO_annotations_by_goterm
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse