Entering edit mode
3.4 years ago
nlt_220593
▴
20
I have a file.txt with a list of SNP
rs1 rs2 rs.. rsN
And I want to obtain a matrix with r2 values like that:
rs1 rs2 rs.. rsN rs1 1 # # # rs2 # 1 # # rs.. # # 1 # rsN # # # 1
Where # is r2 value between each SNP comparison.
How could I obtain that with Plink software?