What problem does it solve?
Querying the Genebass API for gene burden PheWAS results requires constructing correct API URLs, handling burden set naming, and joining phenotype metadata. This Skill wraps that workflow into a single script call that returns compact, readable association summaries for one Ensembl gene ID.
Core Features & Use Cases
- Gene Burden PheWAS Queries: Submit one Ensembl gene ID with a burden set (pLoF, missense|LC, or synonymous) and receive SKAT-O p-values per phenotype.
- Phenotype Description Enrichment: Automatically joins results with Genebass phenotype metadata so associations include human-readable descriptions.
- Controlled Result Size: Limit output with max_results to keep summaries concise, with truncation flags indicating when more associations exist.
- Use Case: A genetics researcher investigating ENSG00000173531 can request the top 25 pLoF burden associations and immediately see which phenotypes show significant gene burden signals.
Quick Start
Ask the assistant to fetch Genebass pLoF burden associations for Ensembl gene ID ENSG00000173531 with a maximum of 25 results.