Back to catalog
Cortexa research tool·genomics·quickgo
QuickGO Annotations By Gene
Search Gene Ontology (GO) annotations for a specific gene product using the EBI QuickGO browser. Returns GO terms annotated to the protein/gene with evidence codes, qualifiers, and annotation sources. Accepts UniProtKB accessions (e.g., 'UniProtKB:P04637' for TP53). Provides more detailed annotation data than the standard GO API, including evidence provenance and assigned-by information. Useful for understanding gene function, localization, and biological processes.
Livelast probed 2026-04-30 23:07Z· 118msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 118ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"aspect": {
"description": "Filter by GO aspect: 'biological_process', 'molecular_function', or 'cellular_component'. Default: all aspects.",
"type": [
"string",
"null"
]
},
"gene_product_id": {
"description": "Gene product identifier, typically a UniProtKB accession. Format: 'UniProtKB:P04637' (TP53), 'UniProtKB:P38398' (BRCA1), 'UniProtKB:P00533' (EGFR).",
"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).",
"type": [
"integer",
"null"
]
}
},
"required": [
"gene_product_id"
],
"type": "object"
}Examples (1)
Default QuickGO Annotations By Gene call
public-safeinput
{
"gene_product_id": "BRCA1",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_QuickGO_annotations_by_gene
- Tool name
- QuickGO_annotations_by_gene
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse