Difference between . and ./. for missing genotype in VCF
1
0
Entering edit mode
5.4 years ago
William ★ 5.3k

What is the difference between . and ./. for a missing genotype in a VCF file? For example in one VCF record I have these two sample genotypes.

GT:AD:DP:GQ:MMQ:PGT:PID:PL    .:0,0:.:.:.:.:.:.       ./.:0,0:0:.:.:.:.:0,0,0

There is also is a difference in which genotype attributes are 0 or .

vcf • 4.6k views
ADD COMMENT
4
Entering edit mode
5.4 years ago

Each DOT represents one missing allele.

. => Haploid organism

./. => Diploid organism

See VCF specs whenever in doubt http://www.internationalgenome.org/wiki/Analysis/vcf4.0/

I guess that your VCF is old (and hence doesn't follow the convention) as usually you will not find haploids and diploids in the same VCF.

ADD COMMENT
3
Entering edit mode

Could be X chromosome, in which case males and females can be represented in the same VCF.

ADD REPLY
0
Entering edit mode

The single record is from the output of a recent variant calling of a diploid organism with GATK4. GATK4 variant called multiple samples via GenotypeGVCFs (i.e. there was intermediate GVCF output that was later merged).

ADD REPLY
0
Entering edit mode

Oh thanks @Emily, I completely forgot about the Sex-chromosomes!

ADD REPLY
0
Entering edit mode

I came across this question, and I see that it is an old discussion, but I will try. SO I am getting vcf file from freebayes for 1 autosome diploid chromosome for 51individuals, but for some missing genotypes I am getting "." and for others with "./." in the same vcf file. While calling variants with freebayes I mentioned ploidy 2. Does anybody have an idea why this happens and how can I fix it?

ADD REPLY
0
Entering edit mode

Are they male? Are the variants on the sex chromosomes?

ADD REPLY

Login before adding your answer.

Traffic: 2467 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