find LD of list of SNPs, located on different chromosomes
1
0
Entering edit mode
5.4 years ago
anamaria ▴ 220

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.5k views
ADD COMMENT
0
Entering edit mode
5.4 years ago
Tm ★ 1.1k

You can use PLINK for the same.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 2065 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6