How is PLINK obtaining p-values and coefficients for linear regression
1
4
Entering edit mode
4 weeks ago
sakura ▴ 40

I'm a beginner in PLINK, and I'm now learning about association analysis with quantitative traits. Are the p-values and coefficient estimates in the PLINK output generated from conducting multiple "simple linear regression" across all sites, or are they obtained from conducting one "multiple linear regression" which includes genotypic information from all sites?

PLINK GWAS • 472 views
ADD COMMENT
2
Entering edit mode
4 weeks ago

From the top of https://www.cog-genomics.org/plink/2.0/assoc#glm :

--glm is PLINK 2.0's primary association analysis command.

For quantitative phenotypes, --glm fits the linear model

y = G\beta_G + X\beta_X + e

for every variant (one at a time)

ADD COMMENT
0
Entering edit mode

Thanks a lot! It was super helpful.

ADD REPLY

Login before adding your answer.

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