1、I tried the-show-tags command of plink 1.9. But I found that there is no r2 value in the output file.
So I tried the command.
first, I use bcftools concat to merge cnv and snp, and generate
SNP_SV.vcf.
Then, we use this command "plink -vcf SNP_SV.sort.vcf --out plink.Ld --tag-r2 0.8 --tag-kb 500 --show-tags target.list --list-all --r2 --ld-window-r2 0.8 --ld-window-kb 500 --ld-window 999999", So I could acquire R2 and sv with tag snp. The target.list is the SV_id.
Is this process correct? I look forward to your comments.
2、My understanding is that in fact we are treating the structural variation(start-end) as a point (start) and then doing LD analysis, right?
thank you !