Batch: STRING Interactions
batch_string_interactionsRetrieve protein-protein interactions for up to 50 plant gene loci or accessions in a single call using STRING-DB.
Instructions
Batch version of string_interactions. Up to 50 inputs per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
| loci_or_accessions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | The batch tool name, e.g. batch_resolve_locus_to_uniprot | |
| count | Yes | Number of distinct loci queried, returned (== len(results) + len(errors)). The input list is de-duplicated first, so this is LOWER than the number of loci you sent if you sent a duplicate — that is de-duplication, not a dropped locus. | |
| errors | Yes | locus → '[ClassName] message' for PlantGenomicsError failures | |
| results | Yes | locus → per-locus result dict (same shape as the single-locus tool) |