What problem does it solve?
Computing polygenic risk scores from a personal VCF or WGS file normally requires manually finding PGS Catalog models, normalizing data, running scores, checking variant coverage, and interpreting percentiles against the right ancestry panel. This Skill automates that entire workflow through a validated, version-pinned local just-prs MCP server while keeping the genome file on the user's machine.
Core Features & Use Cases
- VCF/WGS PRS scoring: Score a single PGS Catalog ID or a curated set of models for a trait (by term or EFO/MONDO ontology ID) from a local VCF, VCF.GZ, or VCF.BGZ file.
- Honest interpretation: Reports preserve weight-mass coverage (C_wt), percentile reliability verdicts, reference-panel ancestry, quality labels, failed models, and filtering provenance instead of hiding uncertainty.
- Absolute risk with guardrails: Absolute risk is requested only for reliable percentiles and is withheld on genome-build mismatch; EUR-default ancestry assumptions trigger visible warnings.
- Use Case: A user with a GRCh38 WGS VCF asks for a type 2 diabetes polygenic risk report; the Skill resolves the trait, scores curated PGS models, compares reliable-model percentile spread, and writes report.md, result.json, scores.csv, and reproducibility files.
Quick Start
Ask the agent to compute an evidence-aware PRS report for type 2 diabetes from your local VCF file using the EUR reference panel, or run the offline demo with "clawbio run just-prs --demo".