Automatic Ld Plot For Multiples Snps On Different Chromosome
Hi,
I have a list of SNPs (n = 100). They are located on different chromosomes and I want to check if some SNPs are in LD.
I don't have any genotypes data for these SNPs.
Thanks
• 2,847 views
•
link
1 answer
Finally, I was able to do it with a little imagination and a lot of bash code.
Step 1: Find genomic location of each SNP with a file downloaded from UCSC.
Step 2: Extract genotype from 1000 Genome Project for each SNP in PLINK format. Merge SNP of the same chromosome.
Step 3: Make LD plot with command line.
• 1 views
•
link
Log in to answer this question.