This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Running plink --logistic with SNP x covariate interaction with only a single covariate

I am running a SNP x covariate interaction, but I have many covariates included in my model only one of which I am interested in as an SNP x Cov interaction. How do I specify which covariate to include in the interaction term, while still keeping the remaining covariates as main effects in the model?

plink

1 answer

https://zzz.bwh.harvard.edu/plink/anal.shtml

You can try to use the "--parameters" command to specify the interaction test you want, which was taught in the above webpage (the "Linear and logistic models" section, the "Flexibly specifying the model" part)

Log in to answer this question.