What problem does it solve?
Querying the GTEx v2 API requires a GRCh38 variant in a specific identifier format, but researchers often have an rsID or GRCh37 coordinates. This Skill resolves any of those inputs to the required GRCh38 query and returns eQTL associations as structured JSON.
Core Features & Use Cases
- Flexible Variant Input: Accepts exactly one of rsid, grch37, grch38, or variant, with flexible separators like dashes, colons, underscores, or whitespace.
- Coordinate Resolution: Uses Ensembl REST endpoints to map rsIDs and GRCh37 positions to GRCh38 coordinates before querying GTEx.
- Structured JSON Output: Returns a single JSON object with eQTL rows, counts, truncation flags, paging info, and warnings.
- Use Case: A geneticist with rsID rs7903146 wants its single-tissue eQTL associations; the Skill resolves the variant and returns the GTEx results limited by an optional max_results parameter.
Quick Start
Ask the assistant to fetch GTEx eQTL associations for the variant rs7903146 and return the results as JSON.