Joint test for interactions in GWASTools
1
0
Entering edit mode
chintanm • 0
@chintanm-8754
Last seen 8.6 years ago
United States

In the "GWASTools" R Package, the "assocRegression" function allows GWAS with interactions. Suppose my model is:

y ~ a + b*z + c*G + d*(z * G)

where y=RESPONSE, z=Interacting variable, and G=Genomic factor.

The "assocRegression" returns tests on the following null hypotheses {c=0} , {d=0}, and {c=0, d=0} .

Is it possible for it to also test {b=0,d=0}? This is the joint hypothesis where the interacting variable "z" has no effect (with no restriction on the non-interacting genomic effect).

Thank you.

 

gwastools • 1.1k views
ADD COMMENT
0
Entering edit mode
@stephanie-m-gogarten-5121
Last seen 21 days ago
University of Washington

Sorry, assocRegression does not perform that test. If you really need it, I recommend using getGenotype to read in the genotypes and coding the test exactly as you want it.

ADD COMMENT

Login before adding your answer.

Traffic: 553 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6