What problem does it solve?
Manually scanning disconnected QC columns across many sequencing samples makes it easy to miss sample swaps, sex mismatches, contamination, and batch effects. This Skill converts a sample-level QC metrics CSV into a deterministic triage report with per-sample flags, so problematic samples are identified before downstream analysis.
Core Features & Use Cases
- Schema validation and scoring: Validates required columns (read depth, mapping, duplication, mitochondrial, contamination, complexity) and applies documented deterministic thresholds.
- Identity checks: Optionally flags expected/observed sex mismatches and fingerprint concordance below 95%.
- Reproducible report pack: Writes report.md, result.json, tables/sample_flags.csv, and reproducibility/commands.sh, all locally with no external calls.
- Use Case: A sequencing core receives a MultiQC-style metrics table for a new batch and needs to know which samples to rerun; the Skill flags three of five samples with contamination, low complexity, and a sex mismatch.
Quick Start
Run sample QC triage on my metrics CSV and tell me which samples are flagged and why.