batch_atted_coexpression
Retrieve co-expression data for up to 50 plant loci in a single batch call, enabling large-scale gene network analysis.
Instructions
Batch version of atted_coexpression. Up to 50 loci per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loci | Yes | ||
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
| top_n | No |
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 |