VNtyper calibration evidence: {{ report.phase }}
This report keeps fitted versus validation versus held-out results visibly separate.
Profile SHA-256
{{ report.profile_sha256 }}
Protocol SHA-256{{ report.protocol_sha256 }}
Evidence SHA-256{{ report.evidence_sha256 }}
Objective{{ report.objective }}
Per-tier displayed, exact, and wrong counts
| Tier | Displayed | Exact | Wrong |
|---|---|---|---|
| {{ row.tier }} | {{ row.displayed }} | {{ row.exact }} | {{ row.wrong }} |
Whole-locus abstentions
XD means optional minimum k-mer depth; it is not a read, molecule, or allele-length count.
| Split | Reason | Count | Rate |
|---|---|---|---|
| {{ row.split }} | {{ row.reason }} | {{ row.count }} | {{ row.rate }} |
| No abstentions recorded. | |||
Study provenance and boundary coverage
{% for heading, values in report.provenance.items() %}{{ heading.replace('_', ' ').title() }}
- {% for value in values %}
- {{ value }} {% else %}
- Not recorded. {% endfor %}
Intervals, curves, and joint surface
{% for heading, values in report.statistics.items() %}{{ heading.replace('_', ' ').title() }}
- {% for value in values %}
{{ value }}{% else %}- Not available. {% endfor %}
Limitations
- {% for limitation in report.limitations %}
- {{ limitation }} {% endfor %}