bc_get_string_interactions
Retrieve protein-protein interactions for a protein above a confidence score threshold, using species taxonomy ID and protein symbol.
Instructions
Retrieve protein-protein interactions for a given protein with scores above threshold. Always provide species parameter.
Returns: list or dict: Protein interactions array with stringId_A, stringId_B, preferredName_A/B, score, evidence channels or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protein_symbol | Yes | Protein name to search for (e.g., 'TP53') | |
| species | Yes | Species taxonomy ID (e.g., '10090' for mouse) | |
| min_score | No | Minimum combined score threshold (0-1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |