Entering edit mode
8.1 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.
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.