Skip to main content
  • Methodology article
  • Open access
  • Published:

Neural networks for modeling gene-gene interactions in association studies

Abstract

Background

Our aim is to investigate the ability of neural networks to model different two-locus disease models. We conduct a simulation study to compare neural networks with two standard methods, namely logistic regression models and multifactor dimensionality reduction. One hundred data sets are generated for each of six two-locus disease models, which are considered in a low and in a high risk scenario. Two models represent independence, one is a multiplicative model, and three models are epistatic. For each data set, six neural networks (with up to five hidden neurons) and five logistic regression models (the null model, three main effect models, and the full model) with two different codings for the genotype information are fitted. Additionally, the multifactor dimensionality reduction approach is applied.

Results

The results show that neural networks are more successful in modeling the structure of the underlying disease model than logistic regression models in most of the investigated situations. In our simulation study, neither logistic regression nor multifactor dimensionality reduction are able to correctly identify biological interaction.

Conclusions

Neural networks are a promising tool to handle complex data situations. However, further research is necessary concerning the interpretation of their parameters.

Background

The investigation of complex diseases plays an important role in genetic epidemiology where the identification of genetic risk factors is of great interest. Besides the study of main effects, the interplay of two or more genetic risk factors gains more and more attention. The identification of such a biological interaction or epistasis, however, is linked to new challenges for statistical methods. A major problem is the discrepancy between statistical and biological interaction. Statistical interaction is commonly defined as the deviation from an additive effect of single risk factors on the outcome, respectively on the transformed outcome. In logistic regression models, for example, a multiplicative structural model is applied and an additive effect on the logit-transformed outcome implies a multiplicative effect on the untransformed outcome. Therefore, statistical interaction in a logistic regression model is understood as deviation from a multiplicative effect.

On the contrary, biological interaction is present if one gene is influencing the effect of another one [1]. Both terms do not coincide as was shown for example by North et al. [2] or Foraita et al. [3]. Nevertheless, a meaningful interpretation of genetic studies requires the detection of biological interaction with statistical methods (cf. [4, 5]).

A variety of parametric and non-parametric methods has been proposed for modeling and detecting gene-gene interaction, e.g. support-vector machines [6], random forests [7, 8], multi-factor dimensionality reduction (MDR, [9, 10]), combinatorial partitioning methods [11], focused interaction testing framework [12], classification and regression trees (CART, [13]), logic regression [14], and lasso regression [15]. A useful classification is given by Musani et al. [16], who distinguish between regression-based methods, data reduction-based methods, and pattern recognition methods in their overview.

Despite the wealth of these approaches, none of the proposed methods is optimal for all two-locus disease models (see e.g. [1719]). Consequently, there is no established method for analyzing gene-gene interactions so far [20]. Since parametric methods have problems to detect interaction in the absence of main effects and non-parametric approaches are ineffective when main effects are present [16, 21], it might well be that there is no single approach appropriate for all types of biological interaction. Currently, generalized linear models, and here logistic regression models, as well as MDR are predominantly applied (see e.g. [2227]). Another tool that has been employed in genetic epidemiology during the last 15 years is the neural network approach (see e.g. [2832]). Neural networks are a flexible statistical tool to model any functional relationship between covariates and response variables. Therefore, they represent a promising approach to deal with the difficulties associated with modeling biological gene-gene interactions. They have as well been successfully applied for variable selection as for example with genetic programming neural networks (GPNN, [3336]) or grammatical evolution neural networks (GENN, [37, 38]). Both approaches were developed to identify an optimal network topology. Motsinger et al. [39] successfully applied GENN to simulated genome wide association data with 500,000 Single Nucleotide Polymorphisms (SNPs) showing the general ability of neural networks to handle such large data sets. However, variable selection is not the focus of this paper.

The aim of this paper is to explore the ability of neural networks to model different types of biological gene-gene interactions. For this purpose, a simulation study is conducted to investigate the behavior of neural networks in various situations. We assume a case-control study with equal numbers of cases and controls. Following the scenarios of Risch [40] and the concept of epistatic models as classified by Li and Reich [41], different theoretical types of gene-gene interactions are studied. There are exactly two loci involved, i.e. variable selection is not a problem. The results are compared with those of logistic regression models and those of MDR analyses. Finally, the advantages and disadvantages of using a neural network approach are discussed.

Methods

Neural networks

A feed-forward multilayer perceptron (MLP) is chosen as neural network [42]. The general idea of an MLP is to approximate arbitrary functional relationships between covariates and response variables.

The underlying structure of an MLP is a weighted, directed graph, whose vertices are called neurons and whose edges are called synapses. The neurons are organized in layers and each layer is fully connected by synapses to the next layer. The input layer contains all considered covariates and the output layer the response variables. An arbitrary number of so-called hidden layers can be included between the input and the output layer. See Figure 1 for an example of a neural network with one hidden layer.

Figure 1
figure 1

Neural network. Neural network with one hidden layer consisting of three hidden neurons.

Data is passing the neural network as signals. These signals travel the synapses and pass the neurons where the signals are processed. All incoming signals are added and the activation function σ is applied to the resulting sum. Additionally, a weight is attached to each of the synapses. A positive weight indicates an amplifying, a negative weight a repressing effect on the signal. During the training process, the weights are modified by a learning algorithm. The learning algorithm minimizes an error function that depends on the difference between the given output and the output estimated by the neural network. In general, the strength of the modification depends on a specified learning rate.

The minimal MLP without hidden layer is equivalent to the generalized linear model [43] and computes the function

where w denotes the weight vector including intercept, x the input vector, and σ the activation function. Any arbitrary function can be chosen as activation function, although most learning algorithms require a differentiable activation function. Choosing the inverse of the link function used for the logistic regression model σ (z) = 1/(1 + exp(-z)), the MLP without hidden layer is algebraically equivalent to the logistic regression model and computes

In this case, all weights w i of the MLP correspond to the regression coefficients β i of the logistic regression model.

Hidden layers can be included to increase the modeling flexibility. An MLP with one hidden layer computes the following function

and is capable to model any piecewise continuous function [44]. Here, there is a lack of interpretation of the parameters.

In the present paper, we investigate MLPs with at most one hidden layer. Resilient backpropagation [45] and cross entropy are chosen as learning algorithm and error function, respectively. The latter choice guarantees equivalence of the trained weights to maximum-likelihood estimation (see e.g. [46]). The employment of resilient backpropagation as learning algorithm does not require a transformation of continuous data. It solves the problem of choosing an appropriate learning rate for each data situation.

Design of the simulation study

We conduct a simulation study, where neural network models are used to fit different two-locus disease models in a case-control design. For each of these models, one low risk and one high risk scenario is simulated. Unconditional logistic regression models are fitted to the same data sets to compare the results with an established method. For judging the ability to model the underlying disease model, the estimated penetrance matrices are compared to the theoretical penetrance matrices.

Two-locus disease models

Six different two-locus disease models are considered: three models introduced by Risch [40] and three different epistatic models. They can be distinguished by the structure of their penetrance matrices f = [f ij ]i, j, where i, j {0, 1, 2} represent the genotype at the two loci.

1. The first two-locus disease model is Risch's additivity model (ADD). Here, the penetrance matrix is given by summing the so-called penetrance terms a i and b j

where Y denotes the case-control status and G A and G B , G A , G B {0, 1, 2}, the genotypes at the two involved loci. The penetrance terms a i and b j are restricted to 0 ≤ a i , b j ≤ 1 and a i + b j ≤ 1. This model represents biological independence of both loci.

2. For Risch's heterogeneity model (HET), the penetrance matrix is also determined by the penetrance terms

Like the additivity model, the heterogeneity model describes a model of biological independence for 0 ≤ a i , b j ≤ 1. However, in this case no further constraints on the penetrance terms are necessary.

3. The third setting is Risch's multiplicative model (MULT). The penetrance matrix is given by the penetrance terms as follows

The multiplicative model represents biological interaction.

4. In the first epistatic model (EPI RR), the penetrance matrix is given by a matrix of the following type:

where the constant term c denotes the baseline risk of getting the disease and r the risk increase or decrease. This model assumes that both genes have a recessive effect on the disease, since there is only an increased or decreased risk if both loci carry two mutated alleles.

5. The penetrance matrix of the second epistatic model (EPI DD) is as follows

i.e. both loci are assumed to be dominant. In this setting, an increased or decreased risk is only observed if both loci carry at least one mutated allele.

6. The last considered scenario is a mixed epistatic model (EPI RD). The penetrance matrix is given by

In this situation, one gene (A) has a recessive and one gene (B) has a dominant effect on the disease.

All epistatic models represent gene-gene interaction. By choosing the parameters r, r1, r2 and the ratios a1/a0, a2/a0, b1/b0, and b2/b0, respectively, different risk scenarios can be generated.

Data generation

The data generation follows a two-step procedure. As a first step, basic populations with one million observations are simulated. For the six two-locus disease models introduced above we investigate two risk scenarios each (see Table 1). This results in 12 basic populations with two biallelic loci, A and B. The genetic information is drawn randomly with a minor allele frequency for both loci of 0.3 to ensure sufficient cell frequencies in the final case-control samples. Both loci are assumed to be in linkage equilibrium and it is assumed that the Hardy-Weinberg equilibrium holds. The case-control status is drawn according to probabilities of a given penetrance matrix in relation to the respective disease model and the risk scenario. In all 12 settings, parameters are chosen such that the overall disease prevalence is equal to 0.01. The genotype information is described by a codominant coding, i.e. the genotype at each locus represents the number of mutated alleles.

Table 1 Risk scenarios.

As a second step, 100 case-control samples with 1,000 cases and 1,000 controls are drawn randomly from each basic population, i.e. each combination of two-locus disease model and risk scenario. Overall, this results in 12 times 100 case-control samples that will be analyzed.

Modeling the data

Model-building with neural networks is done using six different network topologies from zero neurons in the hidden layer (i.e. no hidden layer) up to five neurons in the hidden layer. Each topology is trained five times with synaptic weights initialized with random numbers drawn from a standard normal distribution to avoid local minima. From these fitted models, the best model for each data set, i.e. the network topology, is chosen using Akaike's Information Criterion (AIC, [47]).

The following five logistic regression models are fitted to each data set: the null model (NM), three main effect models (only locus A (SiA), only locus B (SiB), both main effects (ME)), and a full model including both main effects and an interaction term (FM). The best model for each data set is chosen based on the AIC. Note that the neural network with zero neurons in the hidden layer is algebraically equivalent to the main effect model ME. In a second approach, logistic regression models are fitted to the data with two dichotomous design variables representing each locus. Instead of counting the number of mutated alleles, these two variables reflect the heterozygous genotype and the homozygous genotype with two mutated alleles, respectively. For instance, the main effect model for locus A only (SiA) is modeled with a codominant coding as

as opposed to

with design variables. The observation is indexed by k, β represents the regression coefficients and 1 an indicator function. Table 2 gives an overview of the fitted statistical models and the numbers of needed parameters for all considered models.

Table 2 Number of parameters.

These three applied statistical methods deliver as output an estimation of the probability to be a case, i.e. the penetrance for each genotype-genotype combination. We compare these estimated penetrance matrices to the theoretical ones to judge the ability of the statistical methods to model the underlying two-locus disease model. A penetrance matrix derived from a case-control sample differs considerably from one derived from the basic population, since the penetrance matrix depends on the prevalence of disease in the considered data. Therefore, we have to compute the theoretical penetrance matrix for the case-control sample using the penetrance matrix from the basic population, the allele frequencies and the prevalence of the population (see appendix for an example). The comparison of the obtained theoretical penetrance matrix with the penetrance matrices estimated by the three different statistical approaches gives results which are independent from sampling error, since the theoretical penetrance matrix symbolizes a perfectly drawn case-control sample. For each of the 12 populations, the mean absolute difference between theoretical and estimated penetrance matrix is calculated element by element for each genotype-genotype combination over the n = 100 case-control samples:

where i, j {0, 1, 2}, and f ij and denote the entries of the theoretical and estimated penetrance matrix of the k th sample, respectively. Furthermore, the sum of the mean absolute differences ∑i, jE ij is considered.

The data generation and the statistical analyses for neural network and logistic regression are performed using R [48]. The package for the MLP, neuralnet, was newly implemented by our group and is published on CRAN [49].

Additionally, the MDR approach is applied to the data. The analyses are conducted by the java-based open source software MDR release 1.2.5 with default configurations [50]. In particular, analysis configurations are specified as follows: the random seed is set to zero, the attribute count maximum is set to two and the cross-validation count to ten. The MDR identifies a set of functional variables that is best for classifying cases and controls. Due to the number of simulated loci, the software can only select one of three sets: either locus A or locus B only or both loci. Additionally, it provides a dendrogram to distinguish between redundant and synergistic variables based on information theory [51].

Results

In a first step, we investigate the ability of neural networks and logistic regression models to model different two-locus disease models. Table 3 shows the results for Risch's additivity model. Here, the sum of the mean absolute differences between estimated penetrance and theoretical penetrance matrix is lowest for the neural networks. This is most pronounced in the high risk scenario (∑E ij = 0.2059 for neural networks versus ∑E ij = 0.2544 and ∑E ij = 0.2804 for logistic regression models without and with design variables). Logistic regression models with design variables have in general higher deviations than those without design variables. These results are also reflected in the element-wise comparison of the estimated matrices. For each of the risk scenarios, the neural network estimates five out of nine penetrances with the highest accuracy, i.e. with smallest difference to the theoretical penetrance, compared to the logistic regression models. The heterogeneity model yields virtually the same results as the additivity model (results not shown).

Table 3 Additive model (ADD).

For Risch's multiplicative model (see Table 4), the logistic regression models with design variables have the best fit to the underlying data as is reflected by the lowest mean absolute difference of the estimated to the theoretical penetrance matrix (∑E ij = 0.1637 resp. ∑E ij = 0.1833 for the two risk scenarios). This holds true for the sum as well as for the single entries in both risk scenarios. Although neural networks show worse accuracy for both risk scenarios (∑E ij = 0.2428 resp. ∑E ij = 0.2178), they mostly need two neurons in the hidden layer (results not shown), that is nine parameters as opposed to five parameters that are used most often in the logistic regression models with design variables. This implies that the higher degrees of freedom do not lead to a better fit in the situation of a multiplicative model. Furthermore, logistic regression models without design variables are not able to model this disease model (∑E ij = 0.3965 resp. ∑E ij = 0.4887).

Table 4 Multiplicative model (MULT).

The results for the epistatic models are presented in Tables 5, 6 and 7. In the first epistatic model, the mean absolute differences between the theoretical penetrance matrices and the estimated penetrance matrices of the neural networks are generally lower (sum and single entries) than those of the logistic regression models (see Table 5). In particular, the logistic regression model without design variables performs poorly in the high risk scenario (∑E ij = 0.6150 for logistic regression models without design variables versus ∑E ij = 0.1410 for neural networks).

Table 5 Epistatic model - recessive (EPI RR).
Table 6 Epistatic model - dominant (EPI DD).
Table 7 Epistatic model - mixed (EPI RD).

The results for the epistatic model with two dominant loci are different for the two risk scenarios (see Table 6). In the low risk scenario, none of the three statistical approaches is able to satisfactorily estimate the theoretical penetrance matrix of the disease model. The sum of the mean absolute differences ranges from ∑E ij = 0.3071 to ∑E ij = 0.3132 for the three approaches. In the high risk scenario, neural networks slightly outperform the logistic regression models with design variables, whereas the regression models without design variables completely fail to detect the characteristic structure of the underlying penetrance matrix (∑E ij = 0.2524 for neural networks versus ∑E ij = 0.2648 and ∑E ij = 0.6528 for logistic regression models with respectively without design variables). The better fit of neural networks and logistic regression models with design variables is traded off by a high number of parameters: both approaches need on average about 9 parameters (results not shown).

The structure of the theoretical penetrance matrices given by the mixed epistatic model with one dominant and one recessive locus is again best modeled by neural networks (see Table 7). This can be observed for the sum and for the single entries of the mean absolute differences between the theoretical and the estimated penetrance matrices in both risk scenarios. The logistic regression models without design variables are again not able to identify this structure. The mean absolute differences are much higher as opposed to the differences of the other approaches (e.g ∑E ij = 0.8658 and ∑E ij = 0.2329 for logistic regression models without respectively with design variables and ∑E ij = 0.1563 for neural networks in the high risk scenario).

In a second step, we investigate whether the standard methods logistic regression and MDR are able to detect the interaction given by the four two-locus disease models representing biological interaction. Table 8 summarizes the results of the logistic regression models with and without design variables regarding the selected models for each population. The bold numbers mark the mode of the selected models. In the upper part of the table, the two-locus disease model (ADD, HET) agrees with the statistical model when a statistical model of independence (NM, SiA, SiB, ME) is selected. In the lower part of the table, the two-locus disease model representing biological interaction (MULT, EPI RR, EPI DD, EPI RD) agrees with the statistical model when the full model (FM) is selected. Both logistic regression models yield similar results for the additivity and the heterogeneity model. In most cases, interaction terms are included into the statistical models despite the fact that the underlying data follows a disease model representing independence. This is especially true in the high risk scenario. In the low risk scenario there is one notable exception for the heterogeneity model: in more than half of the replications, the logistic regression models with design variables contain no interaction term.

Table 8 Selected logistic regression models (LRM).

Different two-locus disease models representing gene-gene interaction lead to varying results when logistic regression models are applied. The logistic regression models do not include an interaction term in most replications when the multiplicative model is the underlying disease model. That means that the logistic regression models fail to detect the underlying biological interaction. The recessive and the dominant epistatic model are correctly represented by the full model in most situations. Only in the low risk scenario of the recessive epistatic model, the logistic regression models without design variables choose a broad variety of models in a quarter of the replications. For the mixed epistatic models, the logistic regression models perform poorly: Since model SiA is mostly selected, the main effect for the (dominant) locus B is not detected in more than half of the replications and the interaction effect is included only in about 20% of the replications.

Table 9 summarizes the results for the MDR analyses. It shows the selected variables for each population in combination with their identification as synergistic or redundant. Bold numbers again mark the mode of selected sets in each population. Even though both main effects are present in all populations, the MDR approach often selects a set consisting of only one locus independent of whether the underlying two-locus disease model represents independent effects or biological interaction. This holds true for the additive and the heterogeneity model in the low risk scenario, where only locus B is selected for most of the 100 data sets, and the mixed epistatic model, where a set consisting of locus A only is mainly selected. Apart from the mixed epistatic model, both variables are selected correctly for the disease models representing biological interaction. As for the logistic regression model, the sets of selected variables strongly vary for the recessive epistatic model.

Table 9 MDR analyses: selected variables and identification as redundant or synergistic behavior.

Additionally, the provided dendrogram can be applied to distinguish between redundancy and synergism. These concepts are related to independence and interaction in our context [52]. Both loci are categorized as redundant for most of the investigated populations. Only the dominant epistatic model is correctly identified as a synergistic model for the majority of the data sets.

No similar statement about the agreement of disease and statistical model can be made for neural networks since there is no equivalent to the concept of interaction terms. Neural networks with one or two neurons in the hidden layer (i.e. models with five or nine parameters) are the most frequent models selected in the simulation study.

Discussion

In our simulation study, we investigated whether neural networks are able to model different types of gene-gene interaction in case-control data. For this purpose, we analyzed simulated data of six different two-locus disease models in two different risk scenarios with neural networks and compared the results to logistic regression models using two different approaches for coding the genotype information. Additionally, we investigated whether logistic regression models or the MDR approach, which are two widely used methods in applications, are suitable to identify biological interaction.

For the majority of the investigated situations, the theoretical penetrance matrix is estimated most accurately by neural networks as opposed to logistic regression models. The exception is the multiplicative model in both risk scenarios and the dominant epistatic model in the low risk scenario. Although, in these situations, neural networks use two neurons in the hidden layer, i.e. nine parameters, in most replications, they are not able to exploit the flexibility to correctly represent this disease model. For the logistic regression models, it can be stated that the disease models of independence are better represented by a logistic regression model without design variables and the disease models of interaction are better represented by a logistic regression model with design variables. In situations where interaction is present using a logistic regression model without design variables might lead to wrong results. Since the underlying disease model is usually not known beforehand, no recommendation can be given whether to employ design variables or not. Both logistic regression models mostly select a main effect model to represent the multiplicative model. The inclusion of interaction terms signifies deviations from the structural model rather than from the disease model representing independence. Consequently, the underlying biological interaction represented by the multiplicative and the epistatic models cannot be read off the fitted logistic regression models. The same holds true for the MDR approach. It is not possible to correctly identify biological interaction based on the sets of selected variables or based on the dendrograms since the additive and the heterogeneity model as independence models cannot be distinguished from the four models representing biological interaction with neither of these two criteria.

The results confirm previous studies that demonstrate the excellent modeling capacities of neural networks [32]. We investigated, whether the weaker performance of the neural network especially for the multiplicative model might be due to a wrong model selection criterion. Alternatively to the AIC, we calculated Bayes Information Criterion (BIC, see [53]) for all models (results not shown). However, employing the BIC for model selection does not improve the performance of the neural network as opposed to the logistic regression models. In fact, the stronger performance of the logistic regression model is supposed to be due to the fact that the multiplicative model exactly corresponds to the structural model of the logistic regression model.

It might be disputed whether the applied risk scenarios feature too large genotype relative risks to be meaningful for real-data applications. For the recessive epistatic model as the most extreme situation, alternative scenarios were investigated employing smaller risks. All investigated approaches have difficulties detecting these smaller risks. For the logistic regression models, the null model is mostly chosen, thus, neglecting the elevated penetrance when both loci carry two mutated alleles.

Neural networks do not explicitly use interaction terms for modeling data. Unlike in logistic regression models, where an interaction term might become significant or not, there is no easy way to assess whether interaction is present using a neural network. Moreover, in models with one or more hidden layers there is no direct interpretation of the estimated parameters and the MLP is generally considered as a black-box approach. This can be seen as the biggest drawback when employing neural networks for data analyses where interpretation is a major concern. However, the modeling capacities of a neural network allow to adjust to practically any given data structure, including any interaction structure, which makes it an extremely powerful statistical tool. This advantage might even be more pronounced when modeling continuous variables, for example when modeling gene-environment interactions.

The use of neural networks in applications is currently still limited because of existing research gaps. Especially, the interpretability of the estimated weights is not yet given. Nevertheless, they offer a promising tool for exploratory analyses in candidate gene studies. For instance, they can well be applied when one is interested in odds ratios for single SNPs. The estimated odds ratios are more realistic than those estimated by logistic regression models in a lot of situations since the estimated output of neural networks better represents the underlying population. As initially stated, we did not explore the ability of neural networks for variable selection, which is a key problem in genome-wide association (GWA) studies.

Conclusions

We explored the ability of neural networks to model different types of biological gene-gene interactions and compared them to logistic regression models and the MDR approach. The latter methods do not allow reading off the underlying two-locus disease models. Neural networks do not explicitly include an interaction term but they are able to model any data structure. Even though the estimated weights are not interpretable, this makes them a powerful statistical tool. Further research should be devoted to develop a framework for interpreting the parameters estimated by a neural network to allow a broader use of these tools.

Appendix

To illustrate the calculation of the theoretical penetrance matrix, we consider the epistatic model with two recessive loci. We assume that the two considered loci are in linkage equilibrium, i.e. they are marginal independent, and that the Hardy-Weinberg equilibrium holds. In the population, the probabilities are denoted as follows

This enables us to express the conditional probabilities of the genotypes given the case-control status as:

and

where and . These conditional probabilities remain the same when drawing a case-control sample

where Psindicates a probability in a case-control sample. There are only changes in the joint probabilities of the genotypes Ps(G A = i, G B = j) because of the change of prevalence: Ps(Y = 1) = Ps(Y = 0) = 0.5.

The joint probabilities can be calculated as

The theoretical penetrance matrix of the sample can now be calculated as:

For example, for the low risk scenario (r = 5) and an overall prevalence in the population of K = 0.01, the constant c can be calculated as c = 0.009686 and the theoretical penetrance matrix of the sample results in

This theoretical penetrance matrix of the sample is compared to the predicted penetrance matrices generated by the different models to judge the ability of neural networks and logistic regression models to model different two-locus disease models.

References

  1. Cordell HJ: Epistasis: what it means, what it doesn't mean, and statistical methods to detect it in humans. Hum Mol Gen. 2002, 11 (20): 2463-2468. 10.1093/hmg/11.20.2463.

    Article  CAS  PubMed  Google Scholar 

  2. North B, Curtis D, Sham PC: Application of logistic regression to case-control association studies involving two causative loci. Hum Hered . 2005, 59 (2): 79-87. 10.1159/000085222.

    Article  PubMed  Google Scholar 

  3. Foraita R, Bammann K, Pigeot I: Modeling gene-gene-interactions using graphical chain models. Hum Hered. 2008, 65: 47-56. 10.1159/000106061.

    Article  PubMed  Google Scholar 

  4. Wade MJ, Winther RG, Agrawal AF, Goodnight CJ: Alternative definitions of epistasis: dependence and interaction. Trends Ecol Evol. 2001, 16: 498-504. 10.1016/S0169-5347(01)02213-3.

    Article  Google Scholar 

  5. Moore JH, Williams SM: Traversing the conceptual divide between biological and statistical epistasis: systems biology and a more modern synthesis. Bioessays. 2005, 27: 637-646. 10.1002/bies.20236.

    Article  CAS  PubMed  Google Scholar 

  6. Chen SH, Sun J, Dimitrov L, Turner AR, Adams TS, Meyers DA, Chang BL, Zheng SL, Grönberg H, Xu J, Hsu FC: A support vector machine approach for detecting gene-gene interaction. Genet Epidemiol. 2008, 32: 152-167. 10.1002/gepi.20272.

    Article  PubMed  Google Scholar 

  7. Amit Y, Geman D: Shape quantization and recognition with randomized trees. Neural Comput. 1997, 9: 1545-1588. 10.1162/neco.1997.9.7.1545.

    Article  Google Scholar 

  8. Breiman L: Random forests. Mach Learn. 2001, 45: 5-32. 10.1023/A:1010933404324.

    Article  Google Scholar 

  9. Ritchie MD, Hahn LW, Roodi N, Bailey LR, Dupont WD, Parl FF, Moore JH: Multifactor-dimensionality reduction reveals high-order interactions among estrogen-metabolism genes in sporadic breast cancer. Am J Hum Genet. 2001, 69: 138-147. 10.1086/321276.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Hahn LW, Ritchie MD, Moore JH: Multifactor dimensionality reduction for detecting gene-gene and gene-environment interactions. Bioinformatics. 2003, 19: 376-382. 10.1093/bioinformatics/btf869.

    Article  CAS  PubMed  Google Scholar 

  11. Nelson MR, Kardia SLR, Ferrell RE, Sing CF: A combinatorial partitioning method to identify multilocus genotypic partions that predict quantitative trait variation. Genome Res. 2001, 11: 458-470. 10.1101/gr.172901.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  12. Millstein J, Conti DV, Gilliland FD, Gauderman WJ: A testing framework for identifying susceptibility genes in the presence of epistasis. Am J Hum Genet. 2006, 78: 15-27. 10.1086/498850.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Cook NR, Zee RYL, Ridker PM: Tree and spline based association analysis of gene-gene interaction models for ischemic stroke. Stat Med. 2004, 23: 1439-1453. 10.1002/sim.1749.

    Article  PubMed  Google Scholar 

  14. Ruczinski I, Kooperberg C, LeBlanc M: Logic regression. J Comput Graph Stat. 2003, 12 (3): 475-511. 10.1198/1061860032238.

    Article  Google Scholar 

  15. Tibshirani R: Regression shrinkage and selection via the lasso. J Roy Stat Soc B. 1996, 58: 267-288.

    Google Scholar 

  16. Musani SK, Shriner D, Liu N, Feng R, Coffey CS, Yi N, Tiwari HK, Allison DB: Detection of gene × gene interactions in genome-wide association studies of human population data. Hum Hered. 2007, 63: 67-84. 10.1159/000099179.

    Article  CAS  PubMed  Google Scholar 

  17. Heidema AG, Boer JMA, Nagelkerke N, Mariman ECM, van der ADL, Feskens EJM: The challenge for genetic epidemiologists: how to analyze large numbers of SNPs in relation to complex diseases. BMC Genet. 2006, 7: 23-10.1186/1471-2156-7-23.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Briollais L, Wang Y, Rajendram I, Onay V, Shi E, Knight J, Ozcelik H: Methodological issues in detecting gene-gene interaction in breast cancer susceptibility: a population-based study in Ontario. BMC Med. 2007, 5: 22-10.1186/1741-7015-5-22.

    Article  PubMed Central  PubMed  Google Scholar 

  19. Milne RL, Fagerholm R, Nevanlinna H, Benítez J: The importance of replication in gene-gene interaction studies: multifactor dimensionality reduction applied to a two-stage breast cancer case-control study. Carcinogenesis. 2008, 29 (6): 1215-1218. 10.1093/carcin/bgn120.

    Article  CAS  PubMed  Google Scholar 

  20. Lanktree MB, Hegele RA: Gene-gene and gene-environment interactions: new insights into the prevention, detection and management of coronary artery disease. Genome Med. 2009, 1: 28-10.1186/gm28.

    Article  PubMed Central  PubMed  Google Scholar 

  21. Motsinger-Reif AA, Reif DM, Fanelli TJ, Ritchie MD: A comparison of analytical methods for genetic association studies. Genet Epidemiol. 2008, 32: 767-778. 10.1002/gepi.20345.

    Article  PubMed  Google Scholar 

  22. Sáez ME, Grilo A, Morón FJ, Manzano L, Martínez-Larrad MT, González-Pérez A, Serrano-Hernando J, Ruiz A, Ramírez-Lorca R, Serrano-Ríos M: Interaction between Calpain 5, Peroxisome proliferator-activated receptor-gamma and Peroxisome proliferator-activated receptor-delta genes: a polygenic approach to obesity. Cardiovasc Diabetol. 2008, 7: 23-10.1186/1475-2840-7-23.

    Article  PubMed Central  PubMed  Google Scholar 

  23. Branicki W, Brudnik U, Wojas-Pelc A: Interactions between HERC2, OCA2 and MC1R may influence human pigmentation phenotype. Ann Hum Genet. 2009, 73: 160-170. 10.1111/j.1469-1809.2009.00504.x.

    Article  CAS  PubMed  Google Scholar 

  24. Liu J, Sun K, Bai Y, Zhang W, Wang X, Wang Y, Wang H, Chen J, Song X, Xin Y, Liu Z, Hui R: Association of three-gene interaction among MTHFR, ALOX5AP and NOTCH3 with thrombotic stroke: a multicenter case-control study. Hum Genet. 2009, 125: 649-656. 10.1007/s00439-009-0659-0.

    Article  PubMed  Google Scholar 

  25. Qi Y, Niu WQ, Zhu TC, Liu JL, Dong WY, Xu Y, Ding SQ, Cui CB, Pan YJ, Yu GS, Zhou WY, Qiu CC: Genetic interaction of Hsp70 family genes polymorphisms with high-altitude pulmonary edema among Chinese railway constructors at altitudes exceeding 4000 meters. Clin Chim Acta. 2009, 405: 17-22. 10.1016/j.cca.2009.03.056.

    Article  CAS  PubMed  Google Scholar 

  26. Broberg K, Huynh E, Schläwicke Engström K, Björk J, Albin M, Ingvar C, Olsson H, Höglund M: Association between polymorphisms in RMI1, TOP3A, and BLM and risk of cancer, a case-control study. BMC Cancer. 2009, 9: 140-10.1186/1471-2407-9-140.

    Article  PubMed Central  PubMed  Google Scholar 

  27. Tang X, Guo S, Sun H, Song X, Jiang Z, Sheng L, Zhou D, Hu Y, Chen D: Gene-gene interactions of CYP2A6 and MAOA polymorphisms on smoking behavior in Chinese male population. Pharmacogenet Genomics. 2009, 19 (5): 345-352. 10.1097/FPC.0b013e328329893c.

    Article  CAS  PubMed  Google Scholar 

  28. Lucek PR, Ott J: Neural network analysis of complex traits. Genet Epidemiol. 1997, 14: 1101-1106. 10.1002/(SICI)1098-2272(1997)14:6<1101::AID-GEPI90>3.0.CO;2-K.

    Article  CAS  PubMed  Google Scholar 

  29. Ott J: Neural networks and disease association studies. Am J Med Genet. 2001, 105: 60-61. 10.1002/1096-8628(20010108)105:1<60::AID-AJMG1062>3.0.CO;2-L.

    Article  CAS  PubMed  Google Scholar 

  30. Flouris AD, Duffy J: Applications of artificial intelligence systems in the analysis of epidemiological data. Eur J Epidemiol. 2006, 21: 167-170. 10.1007/s10654-006-0005-y.

    Article  PubMed  Google Scholar 

  31. McKinney BA, Reif DM, Ritchie MD, Moore JH: Machine learning for detecting gene-gene interactions. Appl Bioinformatics. 2006, 5 (2): 77-88. 10.2165/00822942-200605020-00002.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. Motsinger-Reif AA, Ritchie MD: Neural networks for genetic epidemiology: past, present, and future. BioData Min. 2008, 1: 3-10.1186/1756-0381-1-3.

    Article  PubMed Central  PubMed  Google Scholar 

  33. Koza JR, Rice JP: Genetic generation of both the weights and architecture for a neural network. Proc Int Joint Conf Neural Netw. 1991, IEEE Press, II: 397-404.

    Google Scholar 

  34. Ritchie MD, White BC, Parker JS, Hahn LW, Moore JH: Optimization of neural network architecture using genetic programming improves detection and modeling of gene-gene interactions in studies of human diseases. BMC Bioinformatics. 2003, 4: 28-10.1186/1471-2105-4-28.

    Article  PubMed Central  PubMed  Google Scholar 

  35. Bush WS, Motsinger AA, Dudek SM, Ritchie MD: Can neural network constraints in GP provide power to detect genes associated with human disease?. Lect Notes Comput Sc. 2005, 3449: 44-53.

    Article  Google Scholar 

  36. Motsinger AA, Lee SL, Mellick G, Ritchie MD: GPNN: Power studies and applications of a neural network method for detecting gene-gene interactions in studies of human disease. BMC Bioinformatics. 2006, 7: 39-10.1186/1471-2105-7-39.

    Article  PubMed Central  PubMed  Google Scholar 

  37. Motsinger AA, Dudek SM, Hahn LW, Ritchie MD: Comparison of neural network optimization approaches for studies of human genetics. Lect Notes Comput Sc. 2006, 3907: 103-114. full_text.

    Article  Google Scholar 

  38. Motsinger-Reif AA, Fanelli TJ, Davis AC, Ritchie MD: Power of grammatical evolution neural networks to detect gene-gene interactions in the presence of error. BMC Res Notes. 2008, 1: 65-10.1186/1756-0500-1-65.

    Article  PubMed Central  PubMed  Google Scholar 

  39. Motsinger-Reif AA, Dudek SM, Hahn LW, Ritchie MD: Comparison of approaches for machine-learning optimization of neural networks for detecting gene-gene interactions in genetic epidemiology. Genet Epidemiol. 2008, 32: 325-340. 10.1002/gepi.20307.

    Article  PubMed  Google Scholar 

  40. Risch N: Linkage strategies for genetically complex traits. I. Multilocus models. Am J Hum Genet. 1990, 46: 222-228.

    PubMed Central  CAS  PubMed  Google Scholar 

  41. Li W, Reich J: A complete enumeration and classification of two-locus disease models. Hum Hered. 2000, 50: 334-349. 10.1159/000022939.

    Article  CAS  PubMed  Google Scholar 

  42. Bishop CM: Neural networks for pattern recognition. 1995, New York: Oxford University Press

    Google Scholar 

  43. McCullagh P, Nelder JM: Generalized linear models. 1983, London: Chapman and Hall

    Book  Google Scholar 

  44. Hecht-Nielsen R: Neurocomputing. 1990, Reading: Addison-Wesley

    Google Scholar 

  45. Riedmiller M: Advanced supervised learning in multi-layer perceptrons - from backpropagation to adaptive learning algorithms. Int J Comput Stand Interf. 1994, 16: 265-275. 10.1016/0920-5489(94)90017-5.

    Article  Google Scholar 

  46. Bammann K: Auswertung von epidemiologischen Fall-Kontroll-Studien mit künstlichen neuronalen Netzen. PhD thesis. 2001, University of Bremen

    Google Scholar 

  47. Akaike H: Information theory and an extension of the maximum likelihood principle. Second international symposium on information theory. Edited by: Petrov BN, Csaki BF. 1973, Budapest: Academiai Kiado, 267-281.

    Google Scholar 

  48. R Development Core Team: R: A language and environment for statistical computing. 2008, R Foundation for Statistical Computing, Vienna, Austria, [ISBN 3-900051-07-0], [http://www.R-project.org]

    Google Scholar 

  49. Fritsch S, Günther F: neuralnet: Training of neural networks. 2008, [R package version 1.2], [http://cran.r-project.org/web/packages/neuralnet/index.html]

    Google Scholar 

  50. Computational Genetics Laboratory: Norris-Cotton Cancer Center and Dartmouth Medical School, Lebanon, New Hampshire, [http://www.epistasis.org/]

  51. Jakulin A, Bratko I: Analyzing attribute dependencies. Lect Notes Comput Sc. 2003, 2838: 229-240.

    Article  Google Scholar 

  52. Moore JH, Gilberta JC, Tsaif CT, Chiangf FT, Holdena T, Barneya N, Whitea BC: A flexible computational framework for detecting, characterizing, and interpreting statistical patterns of epistasis in genetic studies of human disease susceptibility. J Theor Biol. 2006, 241: 252-261. 10.1016/j.jtbi.2005.11.036.

    Article  PubMed  Google Scholar 

  53. Schwarz G: Estimating the dimension of a model. Ann Stat. 1978, 6: 461-464. 10.1214/aos/1176344136.

    Article  Google Scholar 

Download references

Acknowledgements

The authors thank Iris Pigeot for reading preliminary versions of the paper and for giving helpful comments and kind support. Additionally, we thank five anonymous reviewers for their valuable suggestions and remarks.

We gratefully acknowledge the financial support of this research by the grant PI 345/3-1 from the German Research Foundation (DFG).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Frauke Günther.

Additional information

Authors' contributions

FG planned and carried out the simulation study and drafted the manuscript. NW drafted the manuscript. KB planned the simulation study and drafted the manuscript. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Günther, F., Wawro, N. & Bammann, K. Neural networks for modeling gene-gene interactions in association studies. BMC Genet 10, 87 (2009). https://doi.org/10.1186/1471-2156-10-87

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2156-10-87

Keywords