Graham & McNeney Labs

trioGxE

An R package implementing a data smoothing approach to explore and test gene-environment interaction in case-parent trio data.

Complex traits result from an interplay between genes and environment. A better understanding of their joint effects can help refine understanding of the epidemiology of the trait. Various tests have been proposed to assess the statistical interaction between genes and the environment (GxE) in case-parent trio data. However, these tests can lose power when the form of GxE departs from that for which the test was developed. To address this limitation, we developed and implemented a data-smoothing approach to estimate and test GxE between a single nucleotide polymorphism and a continuous environmental covariate. For estimating GxE, we fit a generalized additive model using penalized likelihood. The resulting point- and interval-estimates of GxE lead to a graphical display, which can serve as a visualization tool for exploring the form of interaction. A permutation test of GxE accounts for the extra uncertainty introduced by the smoothing process.

The trioGxE R package is available on the Comprehensive R Archive Network website. The underlying statistical methods are described in Shin et al. (2014)

You will have to have R installed on your system to use it. To install trioGxE you can execute the following command in R:

install.packages("trioGxE")

The software is licenced under the GNU General Public Licence.