> For the complete documentation index, see [llms.txt](https://help.tso500software.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.tso500software.illumina.com/dragen-tso-500-guides/dragen-tso-500-v2.6/overview-1/quality-control/rna-expanded-metrics.md).

# RNA Expanded Metrics

RNA expanded metrics are provided for information only. They can be informative for troubleshooting but are provided without explicit specification limits and are not directly used for sample quality control. For additional guidance, contact Illumina Technical Support.

| Metric                         | Description                                                                                                                                                                                                                                     | Units |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
| PCT\_CHIMERIC\_READS           | Percentage of reads that are aligned as two segments which map to nonconsecutive regions in the genome.                                                                                                                                         | %     |
| PCT\_ON\_TARGET\_READS         | Percentage of reads that cross any part of the target region versus total reads. A read that partially maps to a target region is counted as on target.                                                                                         | %     |
| SCALED\_MEDIAN\_GENE\_COVERAGE | Median of median base coverage of genes scaled by length. An indication of median coverage depth of genes in the panel.                                                                                                                         | Count |
| TOTAL\_PF\_READS               | Total number of reads passing filter.                                                                                                                                                                                                           | Count |
| GENE\_MEDIAN\_COVERAGE         | The median coverage depth of all genes in the panel.                                                                                                                                                                                            | Count |
| GENE\_ABOVE\_MEDIAN\_CUTOFF    | Number of genes above the median coverage cutoff.                                                                                                                                                                                               | Count |
| PER\_GENE\_MEDIAN\_COVERAGE    | Median deduped coverage across each gene (available in Logs\_Intermediates only)                                                                                                                                                                | Count |
| PCT\_SOFT\_CLIPPED\_BASES      | percentage of based that were not used for alignment but retained as part of the alignment file                                                                                                                                                 | %     |
| RNA\_PCT\_030\_BASES           | Average percentage of bases ≥ Q30. A prediction of the probability of an incorrect base call (Q‑score). Troubleshooting: An indicator of sequencing run quality, low Q30 across all samples on a run could be the result of run overclustering. | %     |


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tso500software.illumina.com/dragen-tso-500-guides/dragen-tso-500-v2.6/overview-1/quality-control/rna-expanded-metrics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
