Back to catalog
Cortexa research tool·chemistry·deepgo
DeepGO Predict Function
Predict protein function from amino acid sequence using deep learning. Returns Gene Ontology (GO) term predictions for Biological Process, Molecular Function, and Cellular Component with confidence scores. Uses DeepGOPlus method - 600x faster than sequence alignment approaches.
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": {
"name": {
"default": "query",
"description": "Optional name for the protein",
"type": "string"
},
"sequence": {
"description": "Protein sequence (10-5000 amino acids, standard 20 AAs)",
"type": "string"
},
"threshold": {
"default": 0.3,
"description": "Confidence threshold 0.1-1.0 (default: 0.3)",
"maximum": 1,
"minimum": 0.1,
"type": "number"
}
},
"required": [
"sequence"
],
"type": "object"
}Examples (1)
Default DeepGO Predict Function call
public-safeinput
{
"sequence": "",
"threshold": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DeepGO_predict_function
- Tool name
- DeepGO_predict_function
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse