This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to measure pairwise genetic distance in all samples of a VCF file

Dear all,

I have a large VCF file with more than 1000 samples, aka genomes. I want to find which samples are closely related and which are not by measuring the pairwise genetic distance of these files.

Which is your favourite software to calculate this metric?

Thank you for your time

pop-gen pairwise-distance vcf

3 answers

try somalier https://github.com/brentp/somalier

"plink2 --vcf ... --make-king-table"

you can try this tools :https://github.com/BGI-shenzhen/VCF2Dis

Log in to answer this question.