get_network_image
Generate protein-protein interaction network images from the STRING database by specifying proteins, species, and visualization parameters like resolution, format, and network type.
Instructions
Return URL of STRING network image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifiers | Yes | Protein list | |
| species | No | NCBI/STRING taxon (e.g. 9606 for human) | |
| highres | No | High resolution image (default: true) | |
| svg | No | Vector graphic format (SVG) | |
| network_type | No | Network type (default: functional) | |
| network_flavor | No | Style of edges (default: evidence) | |
| required_score | No | Threshold of significance (0-1000) | |
| add_color_nodes | No | Adds color nodes based on scores to input proteins | |
| add_white_nodes | No | Adds white nodes based on scores (added after color nodes) | |
| download_image | No | Download image to local file |