Hi,
In the TrajGWAS documentation (https://openmendel.github.io/TrajGWAS.jl/dev/#GxE-or-other-interactions), the p-value file from jointly testing for G + G*E using the formula testformula=@formula(y ~ snp + snp & sex) includes betapval, taupval, and jointpval.
Is the betapval for the snp? How can I obtain the beta coefficient and betapval for the interaction term (snp*sex)?
Thanks!