This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Multi samples VCF file manipulation

I have VCF file with multiple samples. How to list down the SNP present in more than one sample with sample ids.

vcf

merge the vcf using , for example, 'bcftools merge'. Then filter using, for example, 'gatk SelectVariant' , or 'bcftools view -i'

0 answers

No answers yet.

Log in to answer this question.