0

I want to calculate statistics of missing data per each site in my vcf file.

Using vcftools --missing-site gives wrong stats for several sites.

Is there is any other way to calculate it?

Thank you!

Anna
  • 53
  • 6

1 Answers1

0

Using plink --missing you can calculate missingness per individual or per variant from a vcf file.

ekerde
  • 46
  • 3