bc_get_alphafold_info_by_protein_symbol
Retrieve AlphaFold predicted structures for a protein using its gene symbol. Converts to UniProt ID and returns PDB/CIF URLs, confidence scores, and metadata.
Instructions
Query AlphaFold database using protein name. First converts protein symbol to UniProt ID, then fetches structure predictions.
Returns: dict: AlphaFold prediction data including PDB/CIF file URLs, confidence scores, and metadata or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| species | No | Taxonomy ID (e.g., '9606' for human) | 9606 |
| protein_symbol | Yes | Gene/protein name (e.g., 'SYNPO') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||