{% extends "layout.html" %} {% block title %}Statistics{% endblock %} {% block body %}
Sample | Disease | Examined Reads (in reads × 106) |
Duplication Rate | Unmapped Reads (in reads × 106) |
Coverage (SureSelectV5) |
---|---|---|---|---|---|
{{ s.basename }} | {{ s.disease }} | {{ ((s.examined_pairs() * 2)/1000000)|round(1) }} | {{ s.duplication_rate()|round(2) }} | {{ (s.unmapped_reads()/1000000)|round(1) }} | {{ (s.capturekit_coverage)|round(2) }} |