QUAL in VCF file
1
0
Entering edit mode
2.1 years ago
Maryam ▴ 10

Hello, I am learning the sequencing data and working with VCF files now. I want to know what does Qual '.' means. Does this mean that quality of my variant has not been calculated?

Thank you

NGS Variant VCF • 1.1k views
ADD COMMENT
0
Entering edit mode

Does this mean that quality of my variant has not been calculated?

yes , not-available, not-calculated, unknown

ADD REPLY
0
Entering edit mode

Thank you so much

ADD REPLY
2
Entering edit mode
2.1 years ago
d-cameron ★ 2.9k

what does Qual '.' means.

Section 1.6 of the VCF specification (https://samtools.github.io/hts-specs/VCFv4.3.pdf) states:

In all cases, missing values are specified with a dot (‘.’)

Does this mean that quality of my variant has not been calculated?

Generally speaking, yes.

The exact details depends on the bioinformatics pipeline used to generate the VCF. It's theoretically possible that the variant caller assigned a QUAL, but a downstream step removed it. For example, a tool that merges a set of single-sample VCFs into a single multi-sample VCF might strip out the variant-level QUAL (and move it to a sample-specific FORMAT field) since the meaning of QUAL is different in those two VCFs.

ADD COMMENT

Login before adding your answer.

Traffic: 1381 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6