This is a test version of Biostars. For the public version, visit https://www.biostars.org.
convert imputed genotypes in VCF file to plink format

Hello,

I have imputed data (genotype dosages) in a VCF file and would like to force hard genotype calls and then convert to PLINK file format. Any ideas on how to do this? Thanks,

Whitney

vcf plink imputed-genotypes

1 answer

If your VCF file has genotype dosages on a 0-1 scale in the GP field, recent PLINK 1.9 builds support

plink --vcf [vcf filename] --vcf-min-gp [hard call threshold] --out [output file prefix]

See https://www.cog-genomics.org/plink2/input#vcf for a few more VCF filtering options.

Hi, what would be a good --vcf-min-gp cut off value? 0.85 or higher or lower?

Log in to answer this question.