vcf files comparison to find unique variants
I have 2 vcf files for a single sample that has been sequenced twice, once before and again after developing resistance to a certain antibiotic. Is there a command I can use to extract only newly developed variants in the (post resistance) sample? (I mean to exclude mutual variants in both files)
• 949 views
•
link
1 answer
Use bcftools isec as explained here: How bcftools isec works ?
• 0 views
•
link
Log in to answer this question.
This has been asked before : Best way to compare two samples in a VCF file