convert imputed genotypes in VCF file to plink format
1
2
Entering edit mode
9.4 years ago
wmelroy827 ▴ 20

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 • 8.6k views
ADD COMMENT
3
Entering edit mode
9.4 years ago

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.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

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