> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/tso500/dragen-tso-500-ctdna-guides/dragen-tso-500-ctdna-v2.6/quality-control/run-qc.md).

# Run QC

The Run Metrics section of the metrics output report provides sequencing run quality metrics along with suggested values to determine if they are within an acceptable range. The overall percentage of reads passing filter is compared to a minimum threshold. For Read 1 and Read 2, the average percentage of bases ≥ Q30, which gives a prediction of the probability of an incorrect base call (Q‑score), are also compared to a minimum threshold.

Review the following metrics to assess run data quality:

{% hint style="success" %}
All metrics and guidelines are applicable to all versions of DRAGEN TSO 500 ctDNA analysis software (v2.1 and above).
{% endhint %}

<table><thead><tr><th width="169.56640625">Metric</th><th>Description</th><th>Recommended Threshold</th></tr></thead><tbody><tr><td>PCT_PF_READS</td><td>Percentage of reads on the sequencing flow cell that pass the filter.</td><td><p>≥ 55.0</p><p>(No lower specification limit for NovaSeq X Plus)</p></td></tr><tr><td>PCT_Q30_R1</td><td>Percentage of bases with a quality score ≥ 30 from Read 1.</td><td><p>≥ 80.0</p><p>(≥ 85.0 for NovaSeq X Plus)</p></td></tr><tr><td>PCT_Q30_R2</td><td>Percentage of bases with a quality score ≥ 30 from Read 2.</td><td><p>≥ 80.0</p><p>(≥ 85.0 for NovaSeq X Plus)</p></td></tr></tbody></table>

The values in the Run Metrics section are listed as NA in the following situations:

* If the analysis was started from FASTQ files.
* If the analysis was started from BCL files and the InterOp files are missing or corrupt.
* \[NovaSeqX Plus only] There is no PCT\_PF\_READS value in NovaSeqX Plus runs, so the PCT\_PF\_READS value will always be NA.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.connected.illumina.com/tso500/dragen-tso-500-ctdna-guides/dragen-tso-500-ctdna-v2.6/quality-control/run-qc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
