What problem does it solve?
Looking up phenome-wide association study (PheWAS) results for a genetic variant in FinnGen requires resolving identifiers across genome builds and querying the FinnGen API manually. This Skill accepts an rsID, GRCh37, or GRCh38 variant string, resolves it to the canonical GRCh38 query via Ensembl, and returns a compact summary of FinnGen associations.
Core Features & Use Cases
- Flexible variant input: Accept exactly one of rsid, grch37, grch38, or a generic variant string, with automatic resolution to the canonical GRCh38 chr:pos-ref-alt query using Ensembl REST endpoints.
- Compact PheWAS summaries: Return association counts, truncation status, regions, and a FinnGen variant URL, with max_results controlling output size and save_raw writing the full payload to disk.
- Use Case: A researcher asks for FinnGen associations for rs7903146; the Skill resolves the rsID through Ensembl, queries the FinnGen R12 API, and returns the top 10 associations with a link to the variant page.
Quick Start
Ask the assistant to fetch FinnGen PheWAS associations for the variant rs7903146 and summarize the top results.