Confidence Intervals For Ors Interaction In Plink Epistasis Analysis
1
1
Entering edit mode
10.7 years ago
adolfo_ag ▴ 10

Dear All

I wish to know how can i obtein the Confidence Intervals for Odds Ratio interaction (OR_INT) in epistasis analysis with PLINK.

I'd try with --ci 0.95 but is not work.

plink --file mydata --epistasis --ci 0.95

Thanks in advance!

Adolph

plink interaction • 3.4k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
1
Entering edit mode
4.0 years ago

For future reference, this is answered by https://groups.google.com/d/msg/plink2-users/KMB9YoZqVMQ/7AlJRmobAAAJ .

No, this isn't directly supported by PLINK 1.x (though it's a planned optional column set for PLINK 2.0 --epistasis).

For now, you can infer this from the relation between the beta/odds-ratio and the chi-square statistic:
  BETA_INT = ln(OR_INT)
  chi-square STAT = (BETA_INT / SE)^2
  -> SE = BETA_INT / sqrt(STAT)
  95% confidence interval for BETA_INT is [BETA_INT - 1.96 * SE, BETA_INT + 1.96 * SE]; exponentiate these values to get the OR_INT confidence interval
ADD COMMENT

Login before adding your answer.

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