Hello
I have a multi-sample vcf file having data of eight samples. I want to exclude that variants which are homozygous in six of these samples. Please tell me if there is any way we can filter the variants in vcf file based on genotypes of particular samples. I am unable to find any such option in bcftools and vcftools.
Thank you
this post from bcftools github may help you: https://github.com/samtools/bcftools/issues/118