get_go_term
Retrieve detailed information for a specific Gene Ontology (GO) term using its identifier to support ontology-based analysis, gene annotation, and functional enrichment studies.
Instructions
Get detailed information for a specific GO term
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | GO term identifier (e.g., GO:0008150) |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "GO term identifier (e.g., GO:0008150)",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}