I have 8 samples each with a VCF file made from aligning a genome skim of that sample to the same reference. I can see the number of SNPs for each sample in their individual VCF files, but I want to know how many SNPs and which SNPs are unique to each sample.
Can I merge the VCF files into one to do this? If so how?
I used bowtie2 for the alignment.