PLINK linear association
1
0
Entering edit mode
7.5 years ago
ebrudermanver ▴ 100

When I run PLINK command

plink --noweb --file mysnps --linear --standard-beta --pheno randgeneexpr.txt --out mysnps

does PLINK perform an association test for each SNP in the mysnps file separately (univariate linear regression), or all SNPs in the mysnps file used as input in a multivariate linear regression (aka multiple regression)?

Thanks.

SNP multiple-regression • 3.5k views
ADD COMMENT
2
Entering edit mode
7.5 years ago

PLINK performs univariate linear regression. (When covariates are added with --covar, they are present in all of the linear regressions.)

ADD COMMENT
0
Entering edit mode

I see, thanks. How can I use all SNPs in the mysnps file in a multiple regression to predict phenotype? I have no other covariates to include.

ADD REPLY

Login before adding your answer.

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