Plink command to find tag SNP for DRB1*01, DRB1*04, and DRB1*10
1
0
Entering edit mode
5.6 years ago
Shicheng Guo ★ 9.4k

Hi All,

Any suggestion to Plink command to find tag SNP for DRB1*01, DRB1*04, and DRB1*10

Thanks.

plink • 901 views
ADD COMMENT
2
Entering edit mode
5.6 years ago
princy149 ▴ 80

you can use something like this, make your DRB101, DRB104, and DRB1*10 as phenotype data.

C:\usr\bin\plink1.09>plink.exe --bed    "C:\usr\.....data.bed"  --bim "C:\users\.....data.bim" --allow-extra-chr --fam "C:\users\data.fam"  --pheno "C:\Users\...your data.phe" --missing-phenotype -999 --allow-no-sex  --show-tags "C:\users\...output.txt

also see some examples as this link:

Question: Tagging SNPs in PLINK

ADD COMMENT

Login before adding your answer.

Traffic: 2693 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6