Use Plink to calculate OR for homozygous ?
2
0
Entering edit mode
7.5 years ago
lmobuchon ▴ 40

Hi everyone,

I would like to calculate OR for heterozygous and homozygous for the risk allele of the SNP I identified by GWAS. I only succeed in calculating OR for heterozygous using logistic regression. Does anyone know how to do it for homozygous using Plink ? Thanks a lot in advance ! Best,

Lenha

snp plink Odd ratio • 2.4k views
ADD COMMENT
0
Entering edit mode
7.5 years ago

plink's logistic regression normally uses the assumption that OR(homozygous for risk allele) is the square of OR(heterozygous for risk allele). You can use "--logistic hethom" instead of --logistic to tell plink to treat homozygous calls and heterozygous calls independently, but prepare to see many more "NA" results when the minor allele frequency is low.

ADD COMMENT
0
Entering edit mode
7.5 years ago
lmobuchon • 0

Thank you so much ! I am going to try --logistic hethom !

ADD COMMENT
0
Entering edit mode

It's worked with --logistic --genotypic --hethom ! Thanks !

ADD REPLY

Login before adding your answer.

Traffic: 2491 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