batch_string_interactions
Batch retrieve protein-protein interactions for up to 50 plant loci or accessions from STRING-DB in a single API call.
Instructions
Batch version of string_interactions. Up to 50 inputs per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loci_or_accessions | Yes | ||
| limit | No | ||
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | The batch tool name, e.g. batch_resolve_locus_to_uniprot | |
| count | Yes | Number of loci in the input list | |
| results | Yes | locus → per-locus result dict (same shape as the single-locus tool) | |
| errors | Yes | locus → '[ClassName] message' for PlantGenomicsError failures |