# Key VCF Fields

The variant calling pipeline produces a hard-filtered VCF file (`*.hard-filtered.vcf.gz`). The table below summarizes the most useful fields for somatic variant interpretation.

| Metric                 | VCF Field | Description                                                                        |
| ---------------------- | --------- | ---------------------------------------------------------------------------------- |
| Allele Frequency       | `AF`      | Fraction of reads supporting the listed variant.                                   |
| Somatic Quality        | `SQ`      | Somatic quality score; higher values indicate stronger evidence.                   |
| Systematic Noise Score | `AQ`      | Low values indicate increased probability that a variant is a systematic artifact. |
| Read Depth             | `DP`      | Number of reads at the genomic position.                                           |

For complete VCF field definitions, refer to the VCF file header and the [DRAGEN Bio-IT Platform documentation](https://support.illumina.com/sequencing/sequencing_software/dragen-bio-it-platform/product_files.html).


---

# Agent Instructions: 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/dragen-somatic-for-idt-custom-panels/review-outputs/vcf-fields.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.
