Hello
is there an inbuild way to remove singletons from a vcf file? I would just really need to use vcf tools to just exclude them from the vcf file and than recode it into a new vcf file without the singleton variants.
The problem is that --singletons
only uses the positions fo the singletons
Could you use the output of --singletons as an input file for vcftools --positions option?