get_features
Retrieve genomic features overlapping a specified interval from indexed BED, GFF3, GTF, or bigBed files. Query by interval to get only relevant annotations.
Instructions
Features overlapping an interval from indexed BED/GFF3/GTF or bigBed. Not implemented in this build: returns error code 'unsupported' (E3, E5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| interval | Yes | ||
| max_records | No | Lower the record limit. | |
| feature_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | Set when status is error. | |
| errors | No | Per-source failures in partial results. | |
| limits | No | ||
| status | Yes | ||
| warnings | No | ||
| operation | Yes | ||
| provenance | No | ||
| truncation | No | ||
| source_status | No | ||
| schema_version | No | 1 |