What problem does it solve?
Bioinformaticians studying GWAS results need to determine which genes are most likely causal at each associated locus, a task that normally requires manually querying many databases (EFO, GWAS Catalog, Open Targets, GTEx, Genebass, ClinVar, gnomAD, HPA) and reconciling inconsistent evidence. This Skill automates that entire locus-to-gene prioritization pipeline with deterministic scoring and reproducible outputs.
Core Features & Use Cases
- Deterministic multi-source evidence chain: Resolves a trait or seed rsIDs through EFO ontology, GWAS Catalog anchors, NCBI RefSNP coordinates, Open Targets L2G/colocalisation, GTEx eQTLs, Genebass burden tests, ClinVar, gnomAD constraint, and HPA tissue context.
- Transparent scoring and confidence labels: Computes a weighted overall score (L2G 0.40, coloc 0.25, eQTL 0.15, burden 0.10, coding 0.10) with High/Medium/Low/VeryLow confidence labels and explicit rationale and limitations per gene.
- Reproducible outputs: Writes a structured JSON mapping file, a markdown summary with a fixed section order, and optional figures (heatmaps, score decomposition, tissue dotplots) with Mermaid fallback.
- Use Case: Given the trait "type 2 diabetes", automatically retrieve anchor variants, prioritize candidate genes such as TCF7L2 across loci, and receive a ranked cross-locus gene table with evidence attribution.
Quick Start
Ask the assistant to map loci to genes for a trait, for example: run locus-to-gene mapping for type 2 diabetes and show the top prioritized genes.