bc_get_uniprot_id_by_protein_symbol
Look up the UniProt accession ID by providing a protein/gene symbol and species taxonomy ID. Returns the primary accession or None if not found.
Instructions
Retrieve UniProt accession ID from protein name and species. Returns the primary accession or None if not found.
Returns: str or None: UniProt accession ID string (e.g., 'P04637') or None if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| species | No | Organism taxonomy ID (e.g., '9606' for human) | 9606 |
| protein_symbol | Yes | Gene or protein name to search for (e.g., 'SYNPO') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |