Entering edit mode
9.7 years ago
mandecent.gupta
•
0
Hi,
I have list of snps in vcf format. Can plink LD calculator be used for pairwise LD calculation?
Regards
Hi,
I have list of snps in vcf format. Can plink LD calculator be used for pairwise LD calculation?
Regards
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Note that vcftools has options to calculate r2: http://vcftools.sourceforge.net/man_latest.html#OUTPUT
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.vcf
file is prepared from Example: http://www.1000genomes.org/node/101From GitHub code, I think plink expects tab delimited.
Below works for me,