Entering edit mode
6.1 years ago
aritra90
▴
70
Hi,
I have a list of SNPs. I want to find the SNPs in a genotype (Plink format) data set, which are in LD (> 0.2) with the list of SNPs. Any help on how to achieve this is appreciated.
Thanks.
What have you tried? The plink online manuals are very extensive.
I couldn't figure out the right command to enter a SNP list and a genotype file and obtain another snp list which are in high LD. For now I've been using indep-pairwise to remove the SNPs in high LD beforehand and then do downstream analyses. However, I wanted to remove SNPs which are in LD with a particular subset of SNPs (provided in a file such as what --extract/--exclude takes in as input)
Not sure but you may try the
--ld-snp-list
flag, which accepts a file-listing of input SNPs for the purpose of identifying LD.