This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Extracting heterozygous genotype from vcf file and compare 2 files

Hi all,

I have a vcf file and would like to extract certain chromosomes, say chr16 and only GT = 1/1. I tried using grep and it worked fine. However when I try to use these vcf files created by using grep, to compare the SNPs between 2 such files using vcftools, it shows me an error in the file format, which makes me think grep is not being able to keep the same format of vcf. Could anybody suggest the best possible way to do that?

My end goal is to compare 2 vcf files (from different samples but same chromosome 16) and find an intersection of SNPs between the files containing 1/1 genotype from say chr16.

Best, Priya

vcf genotype snps

1 answer

You should use one of the many different tool sets out there that have been developed for working with VCF files and doing filtering on them. A variety to check out would be:

VCFTools BCFTools SNPSift

Log in to answer this question.