Tumor-Informed Minimal Residual Disease Detection · Whole Genome Sequencing
| Step | Count | % Funnel | % Pass |
|---|---|---|---|
|
{{ row.step }}
{% if row.desc %} {{ row.desc }} {% endif %}
|
{{ "{:,}".format(row.count) }} | {{ "%.2f%%"|format(row.pct_funnel) if row.pct_funnel is not none else "" }} | {{ "%.2f%%"|format(row.pct_pass) if row.pct_pass is not none else "" }} |
| Step | COUNT (READS) | %FUNNEL (READS) | %PASS (READS) | COUNT (LOCI) | %FUNNEL (LOCI) | %PASS (LOCI) |
|---|---|---|---|---|---|---|
|
{{ row.step }}
{% if row.desc %} {{ row.desc }} {% endif %}
|
{{ "{:,}".format(row.count) }} | {{ "%.2f%%"|format(row.pct_funnel) if row.pct_funnel is not none else "" }} | {{ "%.2f%%"|format(row.pct_pass) if row.pct_pass is not none else "" }} | {{ "{:,}".format(row.loci_count) if row.loci_count is not none else "" }} | {{ "%.2f%%"|format(row.pct_funnel_loci) if row.pct_funnel_loci is not none else "" }} | {{ "%.1f%%"|format(row.pct_pass_loci) if row.pct_pass_loci is not none else "" }} |