What problem does it solve?
Manually identifying rare, high-impact loss-of-function variants in an annotated VCF requires custom scripting and careful handling of consequence terms and population allele frequencies, and mistakes like treating missing frequency data as rarity inflate results. This skill automates that count with a reproducible report.
Core Features & Use Cases
- Loss-of-function detection: Flags carried variants whose molecular consequence is nonsense, frameshift, splice donor/acceptor, start-lost, or stop-lost.
- Frequency-based rarity classification: Separates documented-rare variants (AF below threshold, default 0.01) from common ones and from variants with no frequency data, which are never counted as rare.
- Structured reporting: Produces a markdown report, machine-readable result.json, a CSV table, and a reproducibility bundle with commands and environment files.
- Use Case: A researcher with a ClinVar-annotated VCF wants to know how many rare loss-of-function variants a sample carries; the skill returns a headline count with per-variant gene, consequence, zygosity, and population AF details.
Quick Start
Run the rare-high-impact-variants skill in demo mode to count rare loss-of-function variants in the bundled synthetic VCF and generate the report.