Batch: ATTED-II Coexpression
batch_atted_coexpressionRetrieve co-expression data for up to 50 plant loci in a single batch query. Analyzes expression correlations across multiple genes to identify functionally related gene clusters.
Instructions
Batch version of atted_coexpression. Up to 50 loci per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loci | Yes | ||
| top_n | 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 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) |