What problem does it solve?
Looking up phenome-wide association study (PheWAS) results for a genetic variant requires resolving rsIDs or GRCh37 coordinates into the GRCh38 format that the UKB-TOPMed API expects, then parsing large JSON payloads. This Skill automates that resolution and returns concise, truncated summaries instead of raw data dumps.
Core Features & Use Cases
- Flexible Variant Input: Accepts exactly one of rsID, GRCh37, GRCh38, or generic variant strings and resolves them to the canonical GRCh38 chr:pos-ref-alt query via Ensembl.
- Compact PheWAS Summaries: Queries the UKB-TOPMed PheWeb API and returns a bounded list of associations with total counts and truncation flags.
- Raw Payload Export: Optionally saves the full association JSON to a file with save_raw for downstream analysis.
- Use Case: A researcher asks for associations of rs7903146; the Skill resolves the rsID through Ensembl, queries UKB-TOPMed, and returns the top 10 phenotype associations with a link to the variant page.
Quick Start
Ask the assistant to fetch UKB-TOPMed PheWAS associations for rs7903146 with a maximum of 10 results.