Entering edit mode
I have a list of mutations as VCF1.vcf, and another list of mutations as VCF2.vcf.
I need to exclude mutations in VCF1.vcf that are appearing in VCF2,vcf, and save the result as a new vcf file.
What could be the most elegant way of doing this?
Thank you so much. The information you provided is more than enough help :)