This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Pairwise Fst between populations using vcftools

Am trying to calculate pairwise Fst between populations with my SNP data in a .vcf file using vcftools-0.1.14. The output I get is a list of all SNPs with their respective Fst estimates, which is not what I want.

This is the command I am running for populations:

./vcftools --vcf vcf_file.vcf --weir-fst-pop individual_list_1.txt --weir-fst-pop individual_list_2.txt --weir-fst-pop individual_list_n.txt

Could someone help? Thanks

snp next-gen

1 answer

the .log file gives you a total fst between the two pops

Log in to answer this question.