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.
• 2,499 views
•
link
2 answers
plink2 --vcf in.vcf --missing
• 0 views
•
link
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)
• 0 views
•
link
Log in to answer this question.
Duplicate of How to determine percentage missing genotypes in VCF/BCF?