ensembl_plants_lookup_locus
Fetch gene metadata for a plant locus identifier from Ensembl Plants, supporting species like Arabidopsis, rice, and maize. Provide a TAIR-style locus and optional organism.
Instructions
Fetch metadata for a plant locus identifier from Ensembl Plants. Defaults to arabidopsis_thaliana; pass organism= for other plant species (oryza_sativa, zea_mays, ...). Locus is the TAIR-style identifier (e.g. AT1G01010 for Arabidopsis NAC001).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | e.g. AT1G01010 (Arabidopsis), Os01g0100100 (rice) | |
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Locus identifier, e.g. AT1G01010 | |
| organism | Yes | Plant organism canonical slug, e.g. arabidopsis_thaliana | |
| object_type | No | Usually "Gene" | |
| biotype | No | protein_coding, lncRNA, miRNA, ... | |
| display_name | No | Human-readable gene symbol | |
| description | No | ||
| seq_region_name | No | Chromosome / contig name | |
| start | No | ||
| end | No | ||
| strand | No | 1 forward, -1 reverse | |
| assembly_name | No | e.g. TAIR10 | |
| db_type | No | Usually "core" | |
| logic_name | No | Source annotation pipeline | |
| source | No | ||
| canonical_transcript | No |