How To Caculate The Or Value Of Additive Model With Plink
1
0
Entering edit mode
11.9 years ago

I am learning the plink software now. I wondering what command can caculate the OR value of additive model with plink. Is it the ADD value in the result of the "plink --logistic" command?or the ADD value in the result of the "plink --logistic--genotypic" command?or other else? Thank you very much.

At the plink homepage: The TEST column is by default ADD meaning the additive effects of allele dosage. Adding the option --genotypic will generate file which will have two extra tests per SNP, corresponding to two extra rows: DOMDEV and GENO_2DF which represent a separate test of the dominance component or a 2 df joint test of both additive and dominance (i.e. corresponding the the general, genotypic model in the --model command).

I can understand this sentence "The TEST column is by default ADD meaning the additive effects of allele dosage." is response to the forward command-"plink --bfile mydaya --logistic", or response to the backward command-"plink --bfile mydaya --logistic --genotypic".

model plink • 5.2k views
ADD COMMENT
1
Entering edit mode

Note that plink2 is released and it is a lot faster... https://www.cog-genomics.org/plink2/

ADD REPLY
1
Entering edit mode
10.2 years ago

The seventh column of the --logistic report should be titled 'OR', and contain the odds ratios you want.

ADD COMMENT

Login before adding your answer.

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