VCF File Showing SNP, but Genotyping Column Not Representing Said SNP
0
0
Entering edit mode
22 months ago
gtasource ▴ 60

I have a VCF file with some lines such as:

  ID    CHR         Pos      Ref   ALT   GT
  1        12     748223      T    C     1/1
  2        12     748433      G    A     0/0
  3        12     754833      A    G     0/0
  4        12     746283      C    T     0/0

The issue is that I don't think I'm quite understanding the Genotyping column. I was under the impression that a 1/1 means that the particular nucleotide has a SNP containing the alternative Allele (so in the first line the alternative is C.) But how come on lines 2,3, and 4, these are clearly SNPS where the individual contains the alternative allele, and yet the genotyping call is 0/0?

Thanks!

VCF • 578 views
ADD COMMENT
0
Entering edit mode

That is not a VCF file, it's tab-delimited information extracted from one. If this was derived from a multi-sample VCF, it is possible that other samples had a variant in the loci where this sample is 0/0.

ADD REPLY
0
Entering edit mode

Sorry Ram, the actual file is a VCF file, but what I have posted above is my own extraction of the columns I wanted to discuss in tab-delimited form. I didn't want to post the entire VCF file as this is related to patient information, but I can see how the abstraction I have done was somewhat poor. The actual VCF file has header information, columns related to quality scoring, etc..

ADD REPLY
0
Entering edit mode

OK, that makes sense. Is it a multi-sample VCF?

ADD REPLY

Login before adding your answer.

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