--max-missing filter in vcftools removes most of my SNP data
0
0
Entering edit mode
3.4 years ago

Hi everyone,

I am doing some variant calling in vcftools using the command below, and have noticed that the --max-missing function removes most of my data (it trims the vcf file from 32gb to 9kb). Dropping --max-miss to 0.8 raises the output file to 21.1 mb. What could be going on here? Any help is appreciated. Thanks.

vcftools --gzvcf xxx --remove-indels --maf 0.05 --max-missing 0.85 --minQ 30 --recode --stdout | gzip -c > xxx.filtered.vcf.gz

SNP vcftools max missing genome • 2.3k views
ADD COMMENT

Login before adding your answer.

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