bc_get_go_terms_by_gene
Find Gene Ontology terms linked to a gene name, returning IDs, labels, and descriptions from OLS vocabularies.
Instructions
Search OLS for Gene Ontology (GO) terms related to a gene name using structured vocabularies.
Returns: dict: GO terms with go_terms array containing id, label, description, type or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Maximum number of results to return | |
| gene_name | Yes | Gene name or symbol to search for (e.g., 'TP53', 'BRCA1') | |
| exact_match | No | Whether to perform exact match search |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||