bc_get_string_network_image
Retrieve a protein-protein interaction network image from the STRING database by providing a protein symbol and species taxonomy ID.
Instructions
Generate protein-protein interaction network image from STRING database. Always provide species parameter.
Returns: Image or dict: Network visualization as PNG image object 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) | |
| flavor | No | Network flavor (e.g., 'confidence', 'evidence', 'actions') | confidence |
| min_score | No | Minimum combined score threshold (0-1000) |