{{ chart_note }}
{% endif %}| Timepoint | Donor % | 95% CI | Mean depth | GoF p | QC |
|---|---|---|---|---|---|
| {{ row.label }} | {{ row.donor_pct | pct_value }} | {{ ci(row.ci_lo, row.ci_hi, 2, as_pct=False) }} | {{ (row.depth | num(0)) ~ "x" if row.depth is not none else NA }} | {{ row.gof | pval }} | {{ badge(row.status) }} |