This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GxE intreactions in PLINK

Hi,

I'm trying to do GxE interactions in PLINK, and mycov.dat file is formatted like this

FID   IID          Age    BMI
1     subject 1    66     23.10
2     subject 2    76     25.30
3     subjet 3     32     24.90
5     subject 4    70     24.00

I had some suggestions to do cut off of BMI and code like 0/1 or 1/2 . I have tried both ways i.e, with binary and with continuous. but PLINK keeps giving me the same error:

Can only use --gxe option with continuous phenotypes

Can anyone help me with this? or if there is any other function in PLINK that I can use to do SNP-trait association interactions?

Thanks

software error plink gxe

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

1 answer

You misunderstood the error message. You changed the covariates between binary and continuous, but PLINK is complaining about the main phenotype.

Log in to answer this question.