Entering edit mode
5.2 years ago
Abdul Rafay Khan
★
1.2k
I have VCF file with multiple samples. How to list down the SNP present in more than one sample with sample ids.
merge the vcf using , for example, 'bcftools merge'. Then filter using, for example, 'gatk SelectVariant' , or 'bcftools view -i'