Entering edit mode
6.5 years ago
Mahan
▴
70
Apologize me if its a silly query
Hi friends
I'm trying to generate a risk score (weighted by the beta of each SNP) using a set of 28 SNPs and my model looks like this
--adjust --bfile project --covar pheno_file --covar-name Gender, Age,PC1,PC2,PC3 --linear --out file --pheno pheno_file --pheno-name Height
I would like to include an interaction term for SNP*Gender in my model.
With this background, I would like to know
The appropriate syntax for the interaction analysis
Which beta value I should use to compute the weighted risk score further?
Thanks in advance M
If you are using Plink version 1.9 or greater, then the syntax is:
This is in the manual: https://www.cog-genomics.org/plink2/assoc
With regard to which beta coefficients to choose, that depends n which interactions are statistically significant. It also depends on what your study is about, i.e., the hypothesis that you're testing. So, what is your hypothesis an what is the gal of your study?