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.
• 0 views
•
link
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.
PLINK performs univariate linear regression. (When covariates are added with --covar, they are present in all of the linear regressions.)
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.
Log in to answer this question.