This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to calculate %of missing genotype in vcf file

Hello, I have a vcf file which has missing genotype for certain samples. I want to find % of missing genotype in my vcf file overall. Does anyone know any software which can give me the percentage? Thank you.

vcf imputation michigan genotype

2 answers

plink2 --vcf in.vcf --missing

bcftools https://samtools.github.io/bcftools/howtos/plugin.fill-tags.html

INFO/F_MISSING Number:1  Type:Float    ..  Fraction of missing genotypes (all samples, experimental)

Log in to answer this question.