This is a test version of Biostars. For the public version, visit https://www.biostars.org.
find LD of list of SNPs, located on different chromosomes

Hi,

I have a list of SNPs, around 385, located on different chromosomes, and I want to obtain the LD between all of them.

Please advise, Thanks Ana

ld snps list different chromosomes

1 answer

You can use PLINK for the same.

can you please explain how would I do that using plink?

Supposing that you have vcf file for the SNPs, you can use following command:

 plink --file your_data.vcf --r2 --out out_LD.txt

You can also provide additional options based on your need, like mentioned in this post.

Log in to answer this question.