Forum: Plink calculator for calculating pairwise LD
Hi,
I have list of snps in vcf format. Can plink LD calculator be used for pairwise LD calculation?
Regards
ld
plink
snp
• 6,376 views
•
link
updated
by
Ram
•
written
by
mandecent.gupta •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
LD matrix in PLINK
written by nlt_220593 •I am using the below command in order to obtain LD matrix of a list of SNP: plink --bfile 1000G_reference_panel_filename --r --ld-snp-list snp_list.txt And It …
-
Why PLINK is producing different LD result with the same dataset?
written by anikcropscience •Hello, I have my genetic data in *.bim *.bed and *.fam format. I have a *.txt file containing the SNPs of my interest. I want …
-
LD filter for GWAS with plink
written by biosolHi all, I'm trying to remove SNPs that are in linkage disequilibrium (r2 = 0.8) from my GWAS dataset. For the moment, I've been trying …
-
Prune SNPs in LD with a list of SNPs
written by aritra90Hi, I have a list of SNPs. I want to find the SNPs in a genotype (Plink format) data set, which are in LD (> …
-
calculating LD-tools to calculate D' in DNA sequencing data with unphrased genotype
written by ren.yingxue •Hi, I have a VCF file with a list of ~300 SNPs of interest from exome sequencing. I would like to calculate both D' and …
-
need help with LD calculation with imputed genotypes
written by air.chuan.1987 •Hi guys, I need to calculate pairwise LD in a list of SNPs using our imputed genotypes. Anyone knows what is the easiest way of …
-
How to generate ld plot for 100000 SNPs in LD?
written by mandecent.gupta •Hi, I have long list of SNPs which are in LD to each other (almost 100000) when I try to generate LD plot using heat …
-
How to calculate LD in 2 direction?
written by mandecent.gupta •Hi, I have list of snps in vcf format and I need to calculate LD in such a way that window should be +_90 either …
-
Filtering ASE variants with those in high LD using plink
written by drautuna •I have whole genome data for variants from several individuals in (1).TFAM and (2).TPED format, as used by plink, as well as a (3)list of …
-
How To Calculate All Ld Results For 1000G Raw Genotypes?
written by J.F.Jiang<p>Hi everyone,</p> <p>I am using the raw 1000G genotypes 20101123 release version to calculate all the LD results for paired SNPs.</p> <p>Last time if I …
Plink2 can read VCF files, did you try loading VCF then running --r2?
Thanks for prompt reply. I am using followning command
and getting following error.
where
sampl2.vcffile is prepared from Example: http://www.1000genomes.org/node/101From GitHub code, I think plink expects tab delimited.
Below works for me,
Note that vcftools has options to calculate r2: http://vcftools.sourceforge.net/man_latest.html#OUTPUT