Genomic Region → Features
ensembl_region_queryList features (gene, transcript, cds, exon) overlapping a genomic interval in plant genomes. Specify region, start, and end to retrieve annotations from Ensembl Plants.
Instructions
List features overlapping a genomic interval via Ensembl Plants /overlap/region. region is the seq-region name (chromosome / contig, e.g. '1'); start and end are 1-based inclusive. feature is one of gene / transcript / cds / exon (default gene). Answers 'what genes are in this QTL interval / assembly window' without a per-locus lookup. Ensembl caps the span — oversized regions error. Defaults to arabidopsis_thaliana; pass organism= for other species.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | 1-based inclusive end | |
| start | Yes | 1-based start | |
| region | Yes | seq-region name (chromosome / contig), e.g. '1' or 'Chr1' | |
| feature | No | Feature type to return | gene |
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of overlapping features returned | |
| region | Yes | seq_region:start-end, e.g. 1:3000-10000 | |
| feature | Yes | Feature type queried | |
| features | Yes | Raw Ensembl overlap records | |
| organism | Yes |