Hi,
I would like to remove variants common to both the vcf files. For e.g., if FileA.vcf
and FileB.vcf
are two files, then I would like remove common variants between these two files, and keep only the ones that are unique to FileA.vcf
.
I have written a code for it, but I would like to confirm if what I have written is right or not. Is there a tool out there which does this already?
Thanks!
Yes, the tool "out there" is VCFtools.