ensembl_feature_overlap
Identify overlapping genomic features (genes, transcripts, regulatory elements) for a specified region or feature ID across species. Handles assembly formats like GRCh38 and chromosome naming conventions.
Instructions
Find genomic features (genes, transcripts, regulatory elements) that overlap with a genomic region or specific feature. Automatically handles assembly-specific format variations (GRCh38/hg38, chromosome naming conventions, coordinate systems). Covers /overlap/region and /overlap/id endpoints.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
biotype | No | Filter by biotype (e.g., 'protein_coding', 'lncRNA', 'miRNA', 'pseudogene') | |
feature_id | No | Feature ID (gene, transcript, etc.) to find overlapping features for (e.g., 'ENSG00000141510', 'ENST00000288602', 'BRCA1'). Use this OR region, not both. | |
feature_types | No | Types of features to include (e.g., ['gene', 'transcript', 'exon'], ['regulatory', 'enhancer']) | |
region | No | Genomic region in format 'chromosome:start-end' (e.g., '17:7565096-7590856', 'X:1000000-2000000', '1:100000-200000'). Use this OR feature_id, not both. | |
species | No | Species name (e.g., 'homo_sapiens', 'mus_musculus', 'danio_rerio') | homo_sapiens |