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

Cloud computing for detecting high-order genome-wide epistatic interaction via dynamic clustering

Abstract

Backgroud

Taking the advan tage of high-throughput single nucleotide polymorphism (SNP) genotyping technology, large genome-wide association studies (GWASs) have been considered to hold promise for unravelling complex relationships between genotype and phenotype. At present, traditional single-locus-based methods are insufficient to detect interactions consisting of multiple-locus, which are broadly existing in complex traits. In addition, statistic tests for high order epistatic interactions with more than 2 SNPs propose computational and analytical challenges because the computation increases exponentially as the cardinality of SNPs combinations gets larger.

Results

In this paper, we provide a simple, fast and powerful method using dynamic clustering and cloud computing to detect genome-wide multi-locus epistatic interactions. We have constructed systematic experiments to compare powers performance against some recently proposed algorithms, including TEAM, SNPRuler, EDCF and BOOST. Furthermore, we have applied our method on two real GWAS datasets, Age-related macular degeneration (AMD) and Rheumatoid arthritis (RA) datasets, where we find some novel potential disease-related genetic factors which are not shown up in detections of 2-loci epistatic interactions.

Conclusions

Experimental results on simulated data demonstrate that our method is more powerful than some recently proposed methods on both two- and three-locus disease models. Our method has discovered many novel high-order associations that are significantly enriched in cases from two real GWAS datasets. Moreover, the running time of the cloud implementation for our method on AMD dataset and RA dataset are roughly 2 hours and 50 hours on a cluster with forty small virtual machines for detecting two-locus interactions, respectively. Therefore, we believe that our method is suitable and effective for the full-scale analysis of multiple-locus epistatic interactions in GWAS.

Background

Genome-wide association study (GWAS) has been proved to be a powerful genomic and statistical inference tool, and its goal is to identify genetic susceptibility through statistical tests on associations between a trait of interests and the genetic information of unrelated individuals [1]. In genetics, genotype-phenotype association studies have established that single nucleotide polymorphisms (SNPs) [2], one type of genetic variants, are associated with a variety of diseases [3]. However, the primary analysis paradigm for GWAS is dominated by the analysis on susceptibility of individual SNPs, which accordingly can only explain a small part of genetic causal effects for complex diseases [4]. For better understanding underlying causes of complex disease traits, identifying joint genetic effects (epistasis) across the whole genome has attracted more attentions [5]. As a matter of fact, single locus-based approaches are insufficient to detect all interacting genes, especially for those with small marginal effects. The term epistasis was first used in 1909 and it was referred as an extension of the concept of dominance for alleles within the same allelomorphic pair [6]. In recent literatures, epistasis has been defined generally as the interaction among different genes [7]. Many studies [811] have demonstrated that the epistasis is an important contributor to genetic variation in complex diseases such as asthma, breast cancer [12], diabetes, coronary heart disease [13], and obesity [14]. In this article, we consider epistatic interactions as the statistically significant associations of t-SNP modules (t≥2) with phenotypes [15], i.e. the full association in terms of logistic regression.

Recently, the problem of detecting high-order genome-wide epistatic interaction in GWAS has attracted extensive research interests. There are two challenges in finding high-order genome-wide epistatic interaction on large GWAS dataset [16]: The first arises from heavy computational burden, i.e. the number of association patterns increases exponentially as the order of interaction goes up. For example, 1.25×1011 statistical tests are required to detect pairwise interactions for a dataset with 500,000 SNPs. The second challenge is that existing approaches lack statistical powers for searching high-order multi-locus models of disease. Many computational algorithms have been proposed to overcome two preceding difficulties. They can be broadly categorized to three groups: exhaustive search, stepwise search and heuristics approaches.

The naive solution to tack the problem is exhaustive search using χ2 test, exact likelihood ratio test or entropy-based test for all modules of multiple-locus. Marchini et al. [5] showed that it was computationally possible to test two-locus associations allowing for interactions in GWAS based on current computation resources. Examples in exhaustive search, like MDR and its extensions, utilize repeated cross-validations and permutation tests to evaluate accuracy and significance of classification [7, 17]. In addition, Wan et al. [18] proposed a boolean operation-based representation to speed up the collection of contingency tables [19, 20]. One major barrier for exhaustive search is the intensive computation, and thus parallel computing was adopted to further speed up the analysis of gene-gene interactions. For example, GBOOST [21] is a GPU framework based implementation of BOOST, and PIAM [22] is developed by Liu et al, which used the multi-thread to perform Genome-wide interaction-based association (GWIBA) analysis for exhaustive two-locus searches. However, finding higher order (more than 2 loci) disease-related associations are too computationally expensive to be feasible, especially for large GWAS datasets with millions SNPs. In order to deal with the huge computation request, stepwise search strategies select a subset of SNPs or combinations of SNPs based on some low-order statistic tests (or measures), then extend them to higher order multi-locus interactions if it is statistically possible [5, 20, 23]. Stepwise approaches are much faster than exhaustive algorithms and make high-order genome-wide epistasis finding feasible, but they lose powers when complex diseases show no or little marginal effects. Unlike the previous two strategies, heuristic methods adopt machine learning or stochastic procedures to search the space of interactions rather than explicitly enumerating all combinations of SNPs. SNPruler [24], BEAM [25], epiMODE [26] and epiForest [27] fall into this category. SNPRuler and a few other pattern-based methods use some data mining approaches as filters to reduce the number of SNP combinations without assumptions of models. Based on the Markov chain Monte Carlo (MCMC) theory, BEAM iteratively calculates the posterior probability that a locus is associated with the disease and/or involved with other loci in epistasis interactions. EpiMODE first uses the Gibbs sampling strategy with a reversible jump Markov chain Monte Carlo procedure to simulate the posterior distribution that genetic variants belong to the epistatic modules and screens out statistically significant modules based on hypothesis testing. EpiForest treats SNP markers as categorical features, adopts the random forest to discriminate cases against controls, and selects a small set of candidate SNPs that could minimize the classification error. An drawback of heuristics approaches is that they will leave out a great deal of significant interactions which can be reported by first two searching strategies.

In this paper, we provide a cloud based computational method, named “Dynamic Clustering for High-order genome-wide Epistatic interactions detecting” (DCHE), to address above challenges. Taking advantages of recent high-performance computing (HPC) technologies – cloud computing to accelerate computations, DCHE adopts an elaborated dynamic clustering procedure to maximize statistic significance for SNP combinations and ranks top ones as results. One benefit of cloud computing technologies is that the executional environment and experimental conditions can be easily and completely customized by newbies in distributed computing, even for large distributed infrastructures [28]. Furthermore, since the infrastructure is rented on a pay-per-use rule, immediate access to required resources for scientific experiments become possible without planning beforehand. With cloud computing, DCHE conducts statistic tests on merged groups of genotype categories determined by the dynamic clustering. Each grouped genotype category tends to share a similar effect associating with corresponding phenotypes. Truly disease-related joint genetic effects will gain higher ranking values, if genotype combinations can be correctly clustered together. Systematic experiments on simulated two- and three-locus disease models datasets show that DCHE is more powerful in finding epistatic interactions than some recently proposed methods including TEAM [29], SNPRuler, BOOST and EDCF [20]. Our experiments on two real genome-wide case/control datasets, Age-related macular degeneration (AMD) and Rheumatoid arthritis (RA) demonstrate that DCHE is feasible for the full-scale analyses of multi-locus associations on large GWAS datasets and it enriches a great deal of novel, significant high-order epistatic interactions which have not been reported in literatures.

Results and discussion

We first give definitions of 6 simulated disease models and the power metric used to evaluate the effectiveness of DCHE in comparison with other 4 popular epistatic interactions detecting methods, i.e. TEAM [29], SNPRuler [24], EDCF [20], BOOST [18]. Three reasons for choosing above 4 approaches are as follows: (1) TEAM, EDCF and BOOST all use the exhaustive search strategy for detecting two-locus interactions, so the comparison of their performance is fair; (2) a recent review tested five available methods and recommended BOOST and TEAM as a powerful tool for searching epistatic interactions on a genome-wide scale [15]; (3) our goal is to discover high-order epistatic interactions from GWAS data, and among 4 detectors excluding DCHE, only SNPRuler and EDCF are equipped the ability to search interactions with more than 2 SNPs. Before experiments on simulated datasets, a discussion on how to control the false positive rate is illustrated because the Bonferroni correction, most common method for controlling error rate, can be too conservative to filter significant interactions. We also present results of DCHE on two real GWAS dataset, Age-related macular degeneration (AMD) and Rheumatoid Arthritis (RA). Interactions detected by DCHE from different orders demonstrate a great number of novel, potentially disease-related genetic factors. At the end, a systematic performance evaluation of DCHE’s cloud implementation is conducted on a standard Windows Azure cloud cluster with up to 40 small size Virtual Machine (VM) instances. The speed-up achieved by DCHE shows an approximately theoretical acceleration when the cardinality of epistatic interaction increases.

Experimental design

Data simulation

To evaluate the effectiveness of DCHE, we perform extensive simulation experiments using six disease models with two- and three-locus associations. The unassociated SNP genotypes is generated by the same procedure used in previous studies [18]. Minor allele frequencies (MAFs) are uniformly sampled from the set [0.05,0.5]. By assuming Hardy-Weinberg equilibrium, we can sample the genotype g i j for individual j. For embedded disease models, 4 two-locus epistasis models and 2 three-locus epistasis models are chosen by given odds tables or penetrance table which can be found in Additional file 1: Tables S1–S3, and named these six models from model 1 to 6. In addition, we conduct tests on 50 two-locus epistasis models without marginal effects as BOOST and EDCF did in [18, 20]. For models 1 to 4 and 50 models without marginal effect, each simulated dataset contained M=1000 SNPs and N= 800 or 1600 with balanced samples in case and control under each parameter setting. For model 5, one dataset has 1000 SNPs and 2000 or 4000 samples with NU=ND. For model 6, M=2000 and N is reduced to 400 and 800 with balanced cases and controls.

A disease model can be defined either by specifying the penetrance table or the odds table. Relations among penetrance p(D), odds ODD g i and the probability p(D|g i ) that an individual will be affected with a given genotype combination g i can be calculated as Equation 1, 2.

ODD g i = p D | g i p D ¯ | g i = p D | g i 1 p D | g i
(1)
p D | g i = ODD g i 1 + ODD g i
(2)

Following [18], the disease prevalence p(D) and genetic heritability h2 are given by Equation 3, 4.

p D = i p D | g i p g i
(3)
h 2 = i p D | g i p D 2 p g i p D 1 p D
(4)

For simplicity, we adopt same parameters as used in [18] for model 1 to 4, i.e. p(D)=0.1, h2=0.03 for model 1 and h2=0.02 for Models 2, 3 and 4, MAF {0.1,0.2,0.4}. For model 5, we adopt similar setting in [20], i.e. p(D)=0.1, effect size λ=0.2, β{4,1.5,1,0.7,0.5} and MAF {0.1,0.2,0.3,0.4,0.5}. For model 6, MAFs of disease associated loci are fixed to 0.5. Effect parameters α and θ in odds tables for all six models are determined numerically using same procedures in [25]. Settings for 50 models without marginal effect are similar to [30], i.e. h2 ranges from 0.05 to 0.4 with five intervals and MAF equals to 0.2 or 0.4.

Statistical power

In the comparison of performances on simulated data, 100 datasets are generated for each setting. In one dataset, we embed one ground-truth epistatic interaction. The measure of discrimination power used in [18] is adopted, which is defined as the fraction of 100 datasets on which only top interaction given by the method matches the ground-truth. For all programs, the ground-truth interaction are detected if it is set to the most significant one and its adjusted p-value is larger than the critical value which is setted to 0.1 in following experiments.

Experimental setting

Programs, TEAM, SNPRuler, BOOST (64 bit) and EDCF are downloaded from websites provided by their authors. For experiments on simulations, DCHE (in Java), SNPRuler (in Java) and BOOST are conducted on a 64-bit Windows 8 platform with 1.8 GHz Intel CPU and 4 GB RAM; since TEAM and EDCF only provided executable program on Linux platform, experiments for TEAM and EDCF are conducted on a 64-bit Linux platform with 2.3 GHz AMD CPU and 16 GB RAM. Experiments on two real datasets are performed on Windows Azure platform with up to 40 small size VMs.

False positive rate

Since DCHE uses stepwise strategy similar to EDCF, we also adopt two levels of multiple comparisons: (1) test M t combinations for t loci for a dataset with M SNPs; (2) test dynamic clustering results, which could end with up to 3t possible genotype combinations with d groups, d{3,4,5,6}. If we use the Bonferroni correction for above two level multiple tests, the upper bound of possible ways to do combination is M t 6 3 t . Hence, it is too conservative to obtain significant interaction modules. In order to reasonably loose the strictness, inspired by EDCF we combine the Bonferroni correction and permutation tests for these two levels, that is Bonferroni corrections for t loci combinations and permutation tests for the dynamic clustering procedure. More specifically, the significant level for an epistatic interaction is calculated as Equation 5.

α= α 0 / M t
(5)

In Equation 5, α0 is estimated from permutation tests for different ts on null simulations and M t represents the Bonferroni correction. To properly control the false positive rate, we simulated datasets with five different settings for each t, i.e. we either fix M=1000 and set N to 400, 800 and 1600 or fix N=800 and set M to 1000, 2000 and 4000. Note that one thousand datasets are generated under one setting. The false positive rate is defined as n f a l s e /1000, where n f a l s e is the number of datasets where DCHE has found one or more interaction modules. Test results shown in Figure 1 illustrate: for a general setting of critical level 0.1, a recommended α0 is 1.5×10−3 for two-locus disease model detection, 1.2×10−8 for three-locus disease model detection and 1.0×10−21 for four-locus disease model detection. In addition, the false positive rates tend to decrease or remain nearly unchanged as the number of samples and SNPs go up (Figure 1B and 1C). Therefore, in tests of simulated datasets and two real GWAS datasets, we set α0=1.5×10−3,1.2×10−8,1.0×10−21 for t=2,3,4, respectively, to control the overall false positive rate for DCHE, unless otherwise stated.

Figure 1
figure 1

False positive rates under null models. The plot in A shows the false positive rates of DCHE using different α0s for different ts, and the plots in B and C show the false positive rates of DCHE for different ts when sample size and the number of SNPs vary.

Two-locus disease models

For a fair comparison, interactions reported by all programs are filtered using the critical value 0.1 as the significant threshold. Test results are illustrated in Figure 2 for model 1 to 4. An common trend for all programs is that power is increasing as sample size increases from 800 to 1600. Most methods show more power when ground-truth model interactions’ MAFs are larger, except that BOOST shows less power on model 1 and 2 when MAFs goes up. We can see that DCHE achieves highest or comparable powers on almost all datasets. More specifically, with 24 parameter settings for four disease models, DCHE outperforms other four methods at 9 settings and obtains full powers at 10 settings and gains comparable results at 5 settings. Taking results from datasets with N=1600 for example, it is obvious that DCHE defeats other approaches with nearly 100% powers. For a more straight comparison, we introduce a new concept, the overall quality q=n c o r r e c t /n t o t a l , where n c o r r e c t is the number of datasets where programs successfully detect the ground-truth interactions and n t o t a l is the total number of datasets. When N=800,M=1000, the overall quality for DCHE, TEAM, SNPRuler, EDCF and BOOST are 0.541, 0.455, 0.087, 0.508 and 0.31, respectively. When N=1600,M=1000, all five programs achieve higher accuracies than former settings and q are 0.981, 0.912, 0.162, 0.944 and 0.681, respectively. Note that DCHE, TEAM and EDCF have abilities to achieve more than 90% powers, and powers for DCHE reach to at least 98% on datasets with 1600 samples. Note that BOOST is designed to identify significant statistical interaction without considering the main effects, so it is reasonable that our method DCHE and other two methods, i.e. EDCF and TEAM, outperform BOOST for detecting the model 1 through 4. The reason why we still put the BOOST into the experiments is that the biologists might be more interested in epistatic interaction as long as it shows significant association genotypes with phenotypes. In addition, similar designs of experiments can be found in other literatures [15, 18, 20].

Figure 2
figure 2

Performance comparison of DCHE, TEAM, SNPRuler, EDCF and BOOST on disease models 1–4. Performance comparison of DCHE, TEAM, SNPRuler, EDCF and BOOST on four disease models for different allele frequencies and sample sizes. The red, green, blue, cyan and magenta bars show powers of DCHE, TEAM, SNPRuler, EDCF and BOOST, respectively. Models are ordered from top to bottom and from left to right and they are model 1, model 2, model 3 and model 4.

Moreover, we conduct tests on 50 disease models with little marginal effects. For convenience, penetrance tables for 50 models are not listed, and they are available in literature [30]. Since most methods gain near full powers, we use box plots to demonstrate overall performances in Figure 3. We can see that DCHE, EDCF and BOOST achieve comparable results in two subfigures. Specifically, they can accurately detect embedded associated SNPs interactions under most settings. On the contrary, TEAM and SNPRuler lose significant powers on both datasets with M A F s=0.2 or 0.4. A common trend to previous experimental results is that five methods tend to possess more powers as M A F s increase. After carefully examining results from five techniques, we can find that DCHE apparently outperforms other three methods except BOOST, although the difference is not too much. A possible explanation is that these embedded models with little main effects are more suitable for model-based detection strategy, and DCHE is a model-free based method. If we adopt the same overall quality defined in previous paragraph to evaluate performances, q are 0.972, 0.656, 0.891, 0.951 and 0.984 for DCHE, TEAM, SNPRuler, EDCF and BOOST, respectively.

Figure 3
figure 3

Performance comparison on 50 models without main effects. For each model, we simulate data using sample size 800 and M A F{0.2,0.4}. The red, green, blue, cyan and magenta boxes show powers of DCHE, TEAM, SNPRuler, EDCF and BOOST, respectively.

Two-locus additive models

Since we intend to find statistically significant associations of t-SNP interaction (t≥2) with phenotypes, an additive model is used to evaluate method for detecting additive effects. The additive model with 3 different settings can be found in Additional file 1: Table S4. The cell in the table is the odd-ratio of given genotype, and the odd-ratio can be accumulated as the presence of minor allele(s). Both the additive effects of two disease related alleles are equal, which equal to β. For the simulation process, we adopt the one which is used in [18], and the value of α and β are determined by the prevalence p(D) and the genetic heritability h2. We fix p(D)=0.1 and h2=0.03, set M F A=0.1,0.2 and 0.4 by giving N=800 and 1600. We simulate 100 datasets under each setting (3 pairs of α and β) with 1000 SNPs under 800 and 1600 samples in balance.

Test results are illustrated in Figure S2 in Additional file 1 for the additive models. As we expect, DCHE, TEAM and EDCF show limited powers when the sample size is small, and the power goes up as the size of sample increases. SNPRuler and BOOST can not detect any pairs, since BOOST is designed to detect the statistic interaction which is absent in the additive model. Following our preceding measurement, the overall qualities are 0.850, 0.858 and 0.771 for our method, TEAM and EDCF, respectively. It is worthy to note that TEAM is time consuming compared to DCHE. Under the same computing environment, TEAM takes about 2 hours to finish analysis of 100 simulated datasets with 1600 samples, while it can be done in 15 minutes by using DCHE.

Three-locus disease models

For comparisons on three-locus disease models, two methods are dropped, i.e. TEAM and BOOST, because both of them are designed only for detecting two-locus interactions. Based on settings of model 5 given in previous sections, we get 10 groups of datasets with 100 replicates, which can be further categorized to two families with N= 2000 or 4000. Note that when M A F=0.5, there is no marginal effect, otherwise disease models have λ=0.2. Experimental results are illustrated in Figure 4. Similar to models 1 to 4, three programs generally tend to get more powers as M A F or sample size increases. Considering parameter β in (β,M A F), we can see that powers go up when β goes down for all methods. A significant difference can be found is that SNPRuler can only obtain acceptable results when (β=0.5,M A F=0.5); otherwise SNPRuler hardly gets powers. Although the distinction between DCHE and EDCF is not too much, we can still observe that DCHE hits more ground-truth SNPs interactions than EDCF does at datasets with N=4000. Additionally, overall qualities for DCHE and EDCF are 0.514 and 0.52 with N=2000, and the overall quality for DCHE rises up to 0.914 comparing with 0.866 for EDCF.

Figure 4
figure 4

Performance comparison on the three-locus epistasis models. Performance comparison of DCHE, SNPRuler and EDCF on two three-locus epistasis models, model 5 and model 6, for different allele frequencies and sample sizes. The red, blue and cyan bars show powers of DCHE, SNPRuler and EDCF, respectively.

For Model 6, we set M A F=0.5 and population prevalence p=0.01 as EDCF does in [20]. Note that model 6 with penetrance table in Additional file 1: Table S6 gets the maximum h2 when p(0, 1 16 ]. Three methods’ results are shown in Figure 4, from which we can see that all methods can get nearly full powers for model 6. With considering the overall quality, DCHE and EDCF both reach 100% and SNPRuler hits to 0.965.

Experiments on AMD data

Age-related macular degeneration (AMD) is an acquired degeneration of the retina which usually affects older adults and results in a loss of vision in the centre of the visual field. Like many other chronic diseases, AMD is caused by a combination of genetic and environmental risk factors, including and not limited to macular degeneration gene, too much exposure to sunlight and smoking. The reported AMD dataset contains genotypes of 103,611 SNPs from 96 affected individuals and 50 controls [31]. Before applying DCHE on AMD dataset, the same quality control used in [18] is applied: SNPs with more than 10% missing data or M A F<0.05 or p-values from Hardy-Weinberg Equilibrium (HWE) tests less than 0.001 are removed. Subsequently, 90,449 SNPs from 50 controls and 96 cases are left in the dataset. The setting of parameters for DCHE is as follows: l={10000,4000,2000}, t=2,3,4 and α0=1.5×10−3,1.2×10−08,1.0×10−21 for two-, three- and four-locus interactions detections, respectively.

When we set α0=1.5×10−3 to filter out insignificant interactions for two-locus epistatic interactions detecting, DCHE can hardly report any qualified modules, so we select top- k modules to conduct analysis. For t=3 and 4, DCHE generates more than 1000 pairs epistatic interactions. In order to give a straight view of results, we introduce two concepts, “centre SNPs” and “centre genes”, similar to those in [32]: we arrange those SNPs and genes in descending manner according to their frequencies showing in top- k interactions, and select top- s SNPs or genes as “centre”. Based on the previous procedure, Table 1 and Table 2 give a general view of DCHE’s results on AMD dataset with k=1000 for t=2, 3, k=500 for t=4, and s=6. Names of SNPs or genes showed in boldface indicate their first time to appear in the table. As we can see, top- k- s SNPs or genes tend to share some common elements among different settings of order of interactions, t. For AMD dataset, two SNPs (rs380390 and rs1329428) already have been reported as disease associated SNPs with AMD based on results from single allelic association tests with d f=1 [31]. In our results, DCHE also ranks rs380390 and rs1329428 as top 2 centre SNPs both in two- and three-locus epistatic interactions detecting. Both rs380390 and rs1329428 locate inside the gene CFH whose location is 1p32, and their protein products have an essential role in the regulation of complement activation and restricting the innate defence mechanism to microbial infections. In addition to rs380390 and rs1329428, we also find another interesting SNP, rs3781868, in the category t=4. rs3781868 locates in the gene NPAT with location 11q22-q23 which is known to be essential for histone mRNA 3’ end processing and recruiting CDK9 to replication-dependent histone genes.

Table 1 Centre SNPs identified in top-1000/500 SNPs interactions on AMD dataset
Table 2 Centre genes identified in top-1000/500 SNPs interactions on AMD dataset

We also analyse results using gene-only from top-1000/500 SNPs subset. Top-1000/500 SNPs are mapped to disease-related genes, which have been annotated on the HuGE Navigator database, and we get 720, 851 and 424 genes for t=2,3,4 showed in Table 3. It is obvious that the majority of centre genes have not yet been reported by HuGE as associated with the AMD disease. Applying similar analysis used in [32], we submit centre genes reported in Table 3 to the ToppGene, a candidate gene prioritization tool [33], to evaluate biological significances of these novel genes. From DCHE’s results, ToppGene enriches an cell-cell communication pathway with the name ‘REACTOME_ADHERENS_JUNCTIONS_INTERACTIONS’. Reported in Reactome, this pathway contains 14 centre genes, and only one gene in this pathway presents in HuGE Navigator database. As gene names given in HGNC, these genes are PVRL3, CDH18, CDH10, CDH11, CDH12, CDH13, CDH2, CDH4, CDH7, CDH6, CDH9, CDH8, CADM1, CADM3.

Table 3 The disease association of DCHE selected genes from gene-only SNP analyses

For the detection of two-locus epistatic interaction on AMD dataset, DCHE successfully indentifies rs380390 and rs1329428 reported by the original paper. Comparing with results obtained by other existing methods, we find that there are some overlaps between them. For example, DCHE lists two pairs of SNPs with ranking 246 and 247 (rs1394608 and rs3743175, rs1394608 and rs2828155), which have been identified by epiMODE applied on AMD dataset [26]. In addition, DCHE reports another interaction module (rs1394608 and rs6847164), whose pv a l u e is more significant than the above two (pv a l u e u n a d j u s t e d =6.78×10−10). rs1394608 resides within the intron of SGCD, a gene located on chromosome 5q33-34, which has been implicated in AMD [26]. rs6847164 resides within PDE5A, a gene located on chromosome 4q27. According to the databases of NCBI and Entrez, PDE5A is involved in the regulation of intracellular concentrations of cyclic nucleotides and is important for smooth muscle relaxation. DCHE has also detected other significant three-locus and four-locus interaction modules: (rs10487833, rs10495593, rs1740752) and (rs9302001, rs10497231, rs380390, rs1940041) whose unadjusted p-values are 3.24×10−18 and 8.28×10−28, respectively. rs10487833 locates about 0.3Mb upstream of gene NAMPT on chromosome 10. NAMPT encodes a protein which is thought to be involved in many important biological processes, including metabolism, stress response and aging. rs10497231 resides at about 0.3Mb downstream of gene KCNH7 on chromosome 2. KCNH7 encodes a member of the potassium channel, voltage-gated, subfamily H related to the functions including regulating neurotransmitter release, heart rate, insulin secretion, neuronal excitability, epithelial electrolyte transport, smooth muscle contraction, and cell volume. rs9302001 locates about 0.4Mb upstream of gene ABCC4 on chromosome 13. The protein encoded by ABCC4 is a member of the superfamily of ATP-binding cassette (ABC) transporters, which is thought to play a role in cellular detoxification as a pump for its substrate, organic anions. The clustering details of genotype combinations of the above three interaction modules can be found in Additional file 1.

Experiments on RA data

Rheumatoid arthritis (RA) is a chronic and systemic autoimmune disorder, which causes that afflicted joints become warm, swollen, tender, stiff, and in the final stage, deformed. RA is believed to be a heterogeneous disease in which genetic factors account for 60% of disease susceptibility by rough estimation. The genome-wide RA data comes with 545,080 SNPs, 868 cases and 1194 controls and it is collected by the NARAC and provided by the Genetic Analysis Workshop 16. The same quality control for AMD dataset has also been applied to RA dataset. Subsequently, 487,678 SNPs from 1,194 controls and 868 cases remained. The parameters for DCHE are set as follows: l={10000,4000,2000} for t=2,3,4 and α0=1.5×10−3,1.2×10−8,1.0×10−21 for two-, three- and four-locus interaction detection, respectively.

Based on definitions of centre SNPs, Table S9 in Additional file 1 gives a general view of DCHE results on RA dataset with k=1000 for t=2,3,4 and s=10. From the overview of centre SNPs, we can see that most top-ranked SNPs are coming from chromosome 6 at which the well known MHC region locates. Recent studies conducted by the WTCCC via single-locus association mapping have shown that RA are strongly associated with the MHC region [18]. In addition to SNPs in chromosome 6, some other interesting SNPs located at other chromosomes are detected in 4-order SNPs interactions, including rs888206 and rs1359679. rs888206 locates in the gene MMD, monocyte to macrophage differentiation-associated, whose protein product is expressed in vitro differentiated macrophages but not freshly isolated monocytes. Another suggested alternative function of MMD is related to an ion channel protein in maturing macrophages. rs1359679 locates near the gene BRINP1 on chromosome 9 with location 9q32-q33. According to NCBI, BRINP1 is within a chromosomal region which shows loss of heterozygosity in some bladder cancers and it may undergo hypermethylation-based silencing in some bladder cancers. Table S10 in Additional file 1 lists a summary of top-ranked reported genes from HuGE Navigator database and DCHE. Similar to results in AMD dataset, the majority of potentially disease-related interacting genes detected by DCHE are novel for RA dataset. Through analyses of top-10 frequent centre genes in Table S11 of Additional file 1, we can see that some genes already have been established associations with RA, including HLA, BTNL2, C6orf10, and we also find some other potential genetic causal factors, like CCAR2, KDM4C.

Computation time

From a practical point of view, a key issue of detecting high-order epistatic interactions in GWAS is the computational efficiency. In this section, we evaluate the performance of the proposed parallel strategy on Windows Azure cloud platform with respect to its speed-up. To measure the speed-up, we keep the size of datasets constants and increase the number of nodes (computing cores) in the cloud system. Speed-up given by the larger system is defined by the following formula [34]:

Speedup p = T 1 Tp
(6)

where p is the number of nodes (computers), T1 is the execution time on one node and T p is the execution time on p nodes. The ideal parallel method is expected to demonstrate linear speed-up: a system with p computing nodes generates a speed-up of p. However, linear speed-up is only a theoretical predication because the speed-up is curved by both the inevitable node failures and the communication cost which increase as the number of computing nodes in cluster becomes large.

We perform the speed-up evaluation on datasets with quite different sizes ranging from 10,000 to 100,000. The number of nodes (virtual machines provided by Windows Azure platform) varies from 1 to 40 with 5 as minor units. Figure 5 shows speed-up for these datasets with three settings. As results showed, the proposed cloud implementation of DCHE has a very good performance with respect to the speed-up. When there are a limited number of SNPs in the dataset, e.g. M=10,000, it has a lower speed-up curve, because dataset with such size along SNP dimension can be easily processed by a stand-alone version program alone in a couple of minutes. As the size of datasets increases, speed-up performs better (green and blue curves). Therefore, we believe our proposed parallel strategy for DCHE on Windows Azure cloud computing platform can be used to treat massive data analyses efficiently.

Figure 5
figure 5

Speed-up. Computing nodes are sampled from 1 to 40 with 5 as interval. The red, blue, cyan and grey curve show functions of speed-up of M=10,000, M=50,000 and M=100,000 with sample size fixed to 800.

Discussion

Relationship between DCHE and BOOST

Two key differences lie between DCHE and BOOST:

  • BOOST is designed to detect statistic interactions via log-linear models, using the χ2 test with d f=4. DCHE aims to identify significant associations via model-free method, using the χ2 test with d f ranges from 2 to 6.

  • BOOST can be only applied to find gene-gene interaction within two-locus. DCHE is flexible to search t-SNP interaction patterns with t≥2 and has been implemented in cloud platform on Windows Azure.

In order to prove that our method possesses the power to detect epistatic interaction which demonstrates significant interaction effect, the overlap of results from BOOST and DCHE on two-locus simulated models are showed in Additional file 1: Figure S3. The bar with full height means that all modules produced by BOOST are all marked as the most significant interaction by DCHE. For models embedded ground-truth modules with both main and interaction effects, nearly all modules reported by BOOST are also found by DCHE. Only 3 out of 24 do not reach 100%, but they are all above 90%. For datasets without main effect or with weak main effect, although 7 out of 50 do not get 100% overlap, it is still convincing to conclude that significant interactions identified by BOOST can be mostly covered by DCHE.

The advantages and limitations of DCHE

The development of DCHE is triggered by the limitations of existing works on finding high-order epistatic interaction from genome-wide data. DCHE displays several advantages over existing methods:

  1. 1.

    DCHE detects high-order epistatic interactions from genome-wide data without exhaustive enumeration;

  2. 2.

    DCHE is a model-free method and does not assume any prior distribution;

  3. 3.

    DCHE does not assume any particular epistasis model. This is very important for real studies because the patterns of SNP interactions are generally unknown and could be very complex;

  4. 4.

    DCHE provides a list of ranked interaction based on their significance.

The current version of DCHE cannot distinguish which type of epistatic interaction contributing most to the significant SNP module, i.e. the statistical interaction or the full association with only main effects. It is a general problem for other existing model-free methods, like MDR, BEAM, TEAM, SNPRuler and EDCF. Future work can be extended to addressing the above issue. In addition, how to reduce false positive errors is a challenging problem in GWASs for our method, although we combine permutation test and Bonferroni correction to control type I error. Incorporating the haplotype information and pathway information to further help reduce false positive errors can be another direction of our future work.

Conclusions

In this manuscript, a cloud based algorithm DCHE, for detecting high-order genome-wide epistatic interactions is proposed. The key step of DCHE is the dynamic clustering procedure, which is used to guide on how to merge genotype categories to a limited and variable number of groups. By dynamic clustering, DCHE tries to approximately categorize genotypes with similar genetic effects on phenotypes. The cloud implementation of DCHE takes advantages of cloud computing technology, especially the Windows Azure cloud platform with high level and efficient I/O operation, queue and blob storage, to guarantee the correctness and enable parallel statistic testing. Comprehensive and systematic comparisons on simulated datasets shows that DCHE can obtain more or comparable powers for both two- and three-locus interaction modules detecting comparing to other four recently developed algorithms, i.e. TEAM, SNPRuler, EDCF and BOOST. Furthermore, experiments on two real datasets of AMD and RA demonstrate that DCHE discovers many novel high-order associations which are significantly enriched in cases and a great deal of centre SNPs and genes which only appear in detections of high order epistatic interactions. The computation time analysis confirms that our method provides a promising way to accurately accelerate large genome wide association studies.

Methods

Notation

Suppose a GWAS dataset has M diallelic SNPs and N samples. In general, bi-allelic genetic markers use uppercase letters (e.g. A, B,...) to denote major alleles and lowercase letters (e.g. a, b) to denote minor alleles. For encoding three genotypes, one popular way is to use {0,1,2} to represent {A A,A a,a a}, respectively. In a GWAS case-control dataset, NU denotes the number of cases (i.e. disease individuals) and ND denotes the number of controls (i.e. normal individuals). X is utilized to indicate the ordered set of the M SNPs, and X i represents the i-th SNP in X. M A F(X i ) denotes the minor allele frequency of X i and g i j denotes the genotype of j-th individual at X i . For t-locus interaction, X i 1 , , X i t , one genotype combination denotes as g i 1 , , g i t .

Dynamic clustering

An intuitive strategy to detect genome-wide epistatic interactions is to test differences of genotypes’ frequencies for single SNP or SNPs’ combinations in cases and controls. The contingency table in Table 4 gives an example for two-locus disease model, where there are 9 genotype combinations and NU=ND=800. Numbers within the parentheses are counted from controls. Cells with higher frequencies in cases are coloured by grey background. Some methods, like Multifactor dimensionality reduction (MDR) [12] and its extensions [35], take the case/control ratio of each genotype combination to test associations between SNP combinations and disease status. However, the frequency cannot be a fair indicator to uncover disease related associations, because it can be biased by many factors, including effect size, allele frequency, linkage disequilibrium between markers and disease loci as well as sampling errors. Other recent developed strategies use Pearson’s χ2 test, exact likelihood ratio test and entropy-based test to examine the independence of observations. For the example in Table 4a, the unadjusted p-value from Pearson’s χ2 test with 8 degrees of freedom is 1.724×10−18. If we use Bonferroni correction to adjust p-value, this pair can still be significant with threshold 0.05 for a large GWAS dataset. However, it will not always be the case, and some limitations, including uneven or insufficient samples, tiny penetrance on single genotype, would dramatically affect the adjusted p-value. Another toy example sampled from a two-locus multiplicative effects model (see Table 5) is shown in Table 4b, where NU=ND=400. Normally, the approximation to the χ2 distribution breaks down if more than 20% expected frequencies below 5. The unadjusted p-value of Table 4b is 1.09×10−6 and the adjusted p-value is 0.547 if M=1,000, which is obviously larger than 0.05. Another popular method, BOOST [18] which utilizes the likelihood ratio to test statistic, cannot get a significant result for Table 4b by setting the significant level to 0.1. We can observe the same result by applying EDCF which utilizes the concept of frequent item to group genotype combinations and adopts the χ2 test with d f=2.

Table 4 Examples for the contingency tables
Table 5 Two-locus interaction multiplicative effects

To address the preceding issues, we propose a dynamic clustering procedure. Basically, we first merge all 3 n t genotype cells to nd groups based on certain combination criteria, where nd ranges from 3 to 6. The criterion to combine two genotype categories is rooted from their similar effects which associate with phenotypes. Secondly, we collect statistic test values on merged groups. For better illustration, we take Table 5 for example. Although there are 9 genotype categories, some have same penetrances, so we can partition them into 4 groups, where penetrances are α,α(1+θ),α(1+θ)2 and α(1+θ)4. In reality, it is different to predict the order of complex disease model and its penetrance table. Therefore, we try to find a statistically significant evaluation of interactions in a stepwise manner by merging genotype categories into a range of number of groups and test levels of significance. We select the most significant one as the evaluation for tSNPs interaction. The full algorithm of dynamic clustering is as follows.

  • Step 1. For a set of SNPs, cross-tabulate genotype combinations of SNPs with the categories of the dependent variable (phenotype).

  • Step 2. Find a pair of genotype combinations whose 2×2 sub-table is least significantly different. If this significance does not reach a critical value, merge the two combinations and consider this merger as a single compound combination, and repeat this step.

  • Step 3. Calculate the significant evaluation for each merged group pattern when categories’ number is larger than three and less than six. Select the most significant one as the unadjusted p-value as the evaluation for the current interaction.

In Step 2, there are several ways to measure the difference of a 2-by-2 contingency table, like Pearson’s χ2 test with d f=1 and phi coefficient. In our algorithm, we adopt Pearson’s χ2 test with d f=1 to measure the difference. Following the dynamic clustering procedure, we can get the most significant group pattern as 161, 129, 110 in cases and 238, 59, 103 in controls for Table 4. Note that the d f varies when the number of clusters changes. According to our setting that nd ranges from 3 to 6, the d f changes from 2 to 5, respectively. Along the clustering, we calculate the pv a l u e u n a d j u s t e d for each clustering with corresponding d f. The trace of merging for Table 4b is (0, 1, 2, 3, 6), (5, 7, 8) and (4), if cells are labelled from left to right, from top to bottom and start from 0. It is easy to output this ground-truth interaction by the combination of Bonferroni correction and permutation tests for controlling type-I error. (pv a l u e u n a d j u s t e d =1.15×10−9 and the significant level is α=3.0×10−9 with false positive rate nearly equals to 0.1).

Evaluation of interactions

The goal of DCHE is to identify t-SNP (t≥2) epistatic interactions significantly associated with phenotype. As stated in [7, 18], epistasis can be interpreted as the statistical interaction or the full association. The evaluation of interactions used by DCHE is similar to detect full associations in model-based methods. In terms of logistic regression, the epistatic interaction we are looking for may contain main effects or interaction effects or both. In order to detect the significant association between genotype and phenotype, we use model-free method and p-value from Pearson’s χ2 test to indicate the significance. Since DCHE aims to find high-order genome-wide epistatic interaction, the high-order interaction module may consist of one or some redundant SNPs, which do not contribute to increase the significance. To avoid such cases, we give a definition of the least possible significant epistatic interaction.

Definition 1

A SNPs module ( X i 1 , X i 2 ,, X i t ) is considered as the least possible significant epistatic interaction by giving the significant level α, if it meets the following two conditions:

  1. (1)

    the pv a l u e of clusters of ( X i 1 , X i 2 ,, X i t )α;

  2. (2)

    the pv a l u e of clusters of any subset of ( X i 1 , X i 2 ,, X i t )< the pv a l u e of clusters of ( X i 1 , X i 2 ,, X i t ).

Algorithm

Since testing all high-order SNP combinations is impossible for large GWAS datasets of millions of SNPs, we utilize a stepwise strategy to emulate and run dynamic clustering on all two-locus SNPs combinations. As shown in a recent theoretical study [36], the possibility that a high-order (size- t) combination with strong differentiation shows zero differentiation in all of its subsets decreases dramatically when t increases (generally it becomes impossible for t≤5). Therefore, we use top- l t low-order SNPs combinations which demonstrate some significance as candidates. For higher order, we add one SNP X each time to interactions and re-invoke the dynamic clustering procedure, until t reaches the defined value. We adopt same bitwise operations and Boolean Representation as introduced in BOOST [18] to collect and compress contingency tables. The details of the sequential algorithm is shown in Algorithm 1. The cloud implementation of DCHE will be elaborated in next section.

Each column in matrix M is converted to 3 rows in matrix W based on Boolean Representation (line 1–2). An ascending list where redundancy is not allowable is initialized with size max(l). The structure of an element in L consists a pair of key and value that the key is SNPs combinations and value is the unadjusted p-value (line 3). DCHE uses bitwise operations to collect contingency tables for all two-locus interaction and calculates evaluations of significance via DynamicClustering procedure. The p-value will be inserted into L (line 4–9). DCHE only selects top- l t interactions to extend in DynamicClustering procedure and inserts estimated significance into another candidate list L. At the end of each iteration for specific t, list L gets cleaned and DCHE transfers top- l t elements from L to L and new list L t (line 10–23). When t reaches the defined value, top- l t interaction modules with pv a l u e>α will be written into the result file (line 24–33).

The time complexity of dynamic clustering is O(3t). According to the theory in [36], we only need to apply dynamic clustering procedure for up to 4 order of SNPs combinations. So when t=2, the time complexity to test all 2-locus interactions is O(N M2). Inserting an element into ascending list takes time O(log(max(l))). The total time complexity for 2-locus interaction detection is O(N M2)+O(log(max(l))). When t=3, the time complexity to extend all candidate 2-locus interactions to 3-locus modules is O(l3M). Hence, the entire time complexity reaches to O(l3M)+O(N M2)+O(log(max(l))), if the user plans to search 3-locus interaction. Similar time complexity analysis can be applied to higher order interaction detection by using our DCHE.

Cloud implementation

We implemented DCHE on the Windows Azure platform [37]. Due to several practical considerations of association detection for GWAS, like typical GWAS datasets reaching up to size of gigabytes, statistic tests for all SNPs combinations. A Windows Azure application running in the cloud or in data centre can be divided into logical parts which are called roles in Windows Azure as shown in Figure 6. A role contains a specific set of codes and will be running on relatively independent environment. In addition, Windows Azure applications can be easily deployed to a customized cloud infrastructure, even for users who are not HPC experts.

Figure 6
figure 6

Illustration of the suggested Windows Azure application model.

Since statistic tests of all interaction are independent, it is suitable and easy to parallel dynamic clustering procedure. The details of cloud framework for DCHE is described as follows (see Figure S1 in Additional file 1). Windows Azure storage service come with highly efficient distributed file systems and two basic storage features using in DCHE are as follows. (1) Blob: like traditional file system, where files can be retrieved by its name, and the limit size of single blob file can be up to 50GB [37]. (2) Queue: An asynchronous massage passing mechanism for communication among computing nodes; an important feature of Queue is that messages will automatically show up again until explicitly deleted [38]. Two issues for cloud computing are that it may consumes huge time in communication and it is difficult to balance workload between nodes. Therefore, we design a way to split the whole dataset into several parts and pack up a bunch of dynamic clustering calculations. Detailed steps for Cloud DCHE are elaborated in next paragraph.

  • Step 1. The whole matrix of GWAS dataset is partitioned into d parts on SNPs dimension. For the i-th portion, it contains p j , g i j , g i + d j , , where j={1,2,…,M} and p denotes the phenotype. The reason why we split dataset in such way is that it can optimally balance both workloads within and among partitions.

  • Step 2. Each worker role instance reads one copy of all partitions which are compressed using Boolean Representation [18].

  • Step 3. Customized parameters used in DCHE will be set through web role instance, including size of the matrix, numbers of partitions of data, critical value, maximum loci interaction pattern and length of the ascending list. Note that the number of worker role instances do not need to be specified because all tasks are executed asynchronously and controlled by a unique file name as a key recognized by worker and master.

  • Step 4. A particular work role, named master role, is used to pack tasks commands into a queue and detect running status via emulating files in the blob. There is only one instance of master role, which is programmed to pack a pair of key (unique file name) and value (task orders).

  • Step 5. Worker role instances simply fetch commands from queues. The key factor to implement fault tolerant is that same undone task packs will show up again in queues after a user defined period if there are any failure.

  • Step 6. All results will be stored in ascending lists and written into blob, when worker role instances finish tasks, i.e. dynamic clustering procedures.

  • Step 7. Master role will detect which stage the algorithm is running on and communicate with web role relying on file information in blob.

  • Step 8. Web role instance is the interface to interact between user and DCHE by retrieving running status.

Availability of supporting data

DCHE and its cloud implementation code is available at http://www.cs.gsu.edu/~{x}guo9/DCHE.html Password for the source code of cloud implementation is dche; The simulated data is available on the original paper authors’ websitel (http://bioinformatics.ust.hk/BOOST.html and http://discovery.dartmouth.edu/epistatic_data/); The genome-wide Rheumatoid arthritis data is provided by the Genetic Analysis Workshops 16 (http://www.gaworkshop.org/).

Availability and requirements

Project name: Cloud Computing for Detecting High-Order Genome-wide Epistatic Interaction via Dynamic Clustering; Project home page: http://www.cs.gsu.edu/~{x}guo9/DCHE.html, and https://sourceforge.net/projects/dche/Operating system(s): Windows 8, Windows Azure Programming language: Java 1.7 or higher; C#, coded in Visual Studio 2012.

References

  1. Sabaa H, Cai Z, Wang Y, Goebel R, Moore S, Lin G: Whole genome identity-by-descent determination. J Bioinform Comput Biol. 2013, 11 (02): 1350002-

    Article  PubMed  Google Scholar 

  2. He Y, Zhang Z, Peng X, Wu F, Wang J: De novo assembly methods for next generation sequencing data. Tsinghua Sci Technol. 2013, 18 (5): 500-514.

    Article  Google Scholar 

  3. Peter K, Hunter DJ: Genetic risk prediction: are we there yet?. N Engl J Med. 2009, 360 (17): 1701-1703. 10.1056/NEJMp0810107.

    Article  Google Scholar 

  4. He Q, Lin DY: A variable selection method for genome-wide association studies. Bioinformatics. 2011, 27: 1-8. 10.1093/bioinformatics/btq600.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  5. Marchini J, Donnelly P, Cardon LR: Genome-wide strategies for detecting multiple loci that influence complex diseases. Nat Genet. 2005, 37: 413-417. 10.1038/ng1537.

    Article  PubMed  CAS  Google Scholar 

  6. Bateson W: Mendel’s Principles of Heredity. 1909, Cambridge: Cambridge University Press

    Book  Google Scholar 

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

    Article  PubMed  CAS  Google Scholar 

  8. Cai Z, Sabaa H, Wang Y, Goebel R, Wang Z, Xu J, Stothard P, Lin G: Most parsimonious haplotype allele sharing determination. BMC Bioinformatics. 2009, 10: 115-10.1186/1471-2105-10-115.

    Article  PubMed Central  PubMed  Google Scholar 

  9. Wang Y, Cai Z, Stothard P, Moore S, Goebel R, Wang L, Lin G: Fast accurate missing SNP genotype local imputation. BMC Res Notes. 2012, 5: 404-10.1186/1756-0500-5-404.

    Article  PubMed Central  PubMed  Google Scholar 

  10. Cheng Y, Sabaa H, Cai Z, Goebel R, Lin G: Efficient haplotype inference algorithms in one whole genome scan for pedigree data with non-genotyped founders. Acta Math Appl Sinica, English Series. 2009, 25 (3): 477-488.

    Article  Google Scholar 

  11. Liu W, Chen L: Community detection in disease-gene network based on principal component analysis. Tsinghua Sci Technol. 2013, 18 (5): 454-461.

    Article  CAS  Google Scholar 

  12. 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  PubMed  CAS  Google Scholar 

  13. Nelson M, Kardia S, Ferrell R, Sing C: A combinatorial partitioning method to identify multilocus genotypic partitions that predict quantitative trait variation. Genome Res. 2001, 11 (3): 458-470. 10.1101/gr.172901.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  14. Cordell HJ: Detecting gene-gene interactions that underlie human diseases. Nat Rev Genet. 2009, 10: 392-404. 10.1038/nrg2579.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  15. Wang Y, Liu G, Feng M, Wong L: An empirical comparison of several recent epistatic interaction detection methods. Bioinformatics. 2011, 27 (21): 2936-2943. 10.1093/bioinformatics/btr512.

    Article  PubMed  CAS  Google Scholar 

  16. Fang G, Haznadar M, Wang W, Yu H, Steinbach M, Church TR, Oetting WS, Van Ness B, Kumar V: High-order SNP combinations associated with complex diseases: efficient discovery, statistical power and functional interactions. PLoS ONE. 2012, 7 (4): e33531-10.1371/journal.pone.0033531.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  17. Cattaert T, Calle ML, Dudek SM, Mahachie John JM, Van Lishout F, Urrea V, Ritchie MD, Van Steen K: Model-based multifactor dimensionality reduction for detecting epistasis in case-control data in the presence of noise. Ann Hum Genet. 2011, 75: 78-89. 10.1111/j.1469-1809.2010.00604.x.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Wan X, Yang C, Yang Q, Xue H, Fan X, Tang NL, Yu W: BOOST: a fast approach to detecting gene-gene interactions in genome-wide case-control studies. Am J Hum Genet. 2010, 87 (3): 325-340. 10.1016/j.ajhg.2010.07.021.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  19. Wan X, Yang C, Yang Q, Xue H, Tang NLS, Yu W: Detecting two-locus associations allowing for interactions in genome-wide association studies. Bioinformatics. 2010, 26 (20): 2517-2525. 10.1093/bioinformatics/btq486.

    Article  PubMed  CAS  Google Scholar 

  20. Xie M, Li J, Jiang T: Detecting genome-wide epistases based on the clustering of relatively frequent items. Bioinformatics. 2012, 28: 5-12. 10.1093/bioinformatics/btr603.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  21. Yung LS, Yang C, Wan X, Yu W: GBOOST: a GPU-based tool for detecting gene-gene interactions in genome-wide case control studies. Bioinformatics. 2011, 27 (9): 1309-1310. 10.1093/bioinformatics/btr114.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  22. Liu Y, Xu H, Chen S, Chen X, Zhang Z, Zhu Z, Qin X, Hu L, Zhu J, Zhao GP, Kong X: Genome-wide interaction-based association analysis identified multiple new susceptibility loci for common diseases. PLoS Genet. 2011, 7 (3): e1001338-10.1371/journal.pgen.1001338.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  23. Li J: A novel strategy for detecting multiple loci in Genome-Wide Association Studies of complex diseases. Int J Bioinform Res Appl. 2008, 4 (2): 150-163. 10.1504/IJBRA.2008.018342.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  24. Wan X, Yang C, Yang Q, Xue H, Tang NL, Yu W: Predictive rule inference for epistatic interaction detection in genome-wide association studies. Bioinformatics. 2010, 26: 30-37. 10.1093/bioinformatics/btp622.

    Article  PubMed  CAS  Google Scholar 

  25. Zhang Y, Liu JS: Bayesian inference of epistatic interactions in case-control studies. Nat Genet. 2007, 39: 1167-1173. 10.1038/ng2110.

    Article  PubMed  CAS  Google Scholar 

  26. Tang W, Wu X, Jiang R, Li Y: Epistatic module detection for case-control studies: a bayesian model with a Gibbs sampling strategy. PLoS Genet. 2009, 5 (5): e1000464-10.1371/journal.pgen.1000464.

    Article  PubMed Central  PubMed  Google Scholar 

  27. Jiang R, Tang W, Wu X, Fu W: A random forest approach to the detection of epistatic interactions in case-control studies. BMC Bioinformatics. 2009, 10 (Suppl 1): S65-10.1186/1471-2105-10-S1-S65.

    Article  PubMed Central  PubMed  Google Scholar 

  28. Guo X, Ding X, Meng Y, Pan Y: Cloud computing for de novo metagenomic sequence assembly. Bioinformatics Research and Applications Volume, 7875 of Lecture Notes in Computer Science. Edited by: Cai Z, Eulenstein O, Janies D, Schwartz D. 2013, New York: Springer Berlin Heidelberg, 185-198.

    Google Scholar 

  29. Zhang X, Huang S, Zou F, Wang W: TEAM: efficient two-locus epistasis tests in human genome-wide association study. Bioinformatics. 2010, 26 (12): i217—i227-

    PubMed Central  PubMed  Google Scholar 

  30. Velez DR, White BC, Motsinger AA, Bush WS, Ritchie MD, Williams SM, Moore JH: A balanced accuracy function for epistasis modeling in imbalanced datasets using multifactor dimensionality reduction. Genet Epidemiol. 2007, 31 (4): 306-315. 10.1002/gepi.20211.

    Article  PubMed  Google Scholar 

  31. Klein RJ, Zeiss C, Chew EY, Tsai JY, Sackler RS, Haynes C, Henning AK, SanGiovanni JP, Mane SM, Mayne ST, Bracken MB, Ferris FL, Ott J, Barnstable C, Hoh J: Complement factor H polymorphism in age-related macular degeneration. Science. 2005, 308 (5720): 385-389. 10.1126/science.1109557.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  32. Piriyapongsa J, Ngamphiw C, Intarapanich A, Kulawonganunchai S, Assawamakin A, Bootchai C, Shaw P, Tongsima S: iLOCi: a SNP interaction prioritization technique for detecting epistasis in genome-wide association studies. BMC Genomics. 2012, 13 (Suppl 7): S2-10.1186/1471-2164-13-S7-S2.

    Article  PubMed Central  PubMed  Google Scholar 

  33. Chen J, Bardes EE, Aronow BJ, Jegga AG: ToppGene suite for gene list enrichment analysis and candidate gene prioritization. Nucleic Acids Res. 2009, 37 (suppl 2): W305—W311-

    PubMed Central  PubMed  Google Scholar 

  34. Xu X, Jäger J, Kriegel HP: A fast parallel clustering algorithm for large spatial databases. High Performance Data Mining. Edited by: Guo Y, Grossman R. 2002, New York: Springer US, 263-290.

    Chapter  Google Scholar 

  35. Oh S, Lee J, Kwon MS, Weir B, Ha K, Park T: A novel method to identify high order gene-gene interactions in genome-wide association studies: Gene-based MDR. BMC Bioinformatics. 2012, 13 (Suppl 9): S5-10.1186/1471-2105-13-S9-S5.

    Article  PubMed Central  PubMed  Google Scholar 

  36. Steinbach M, Yu H, Fang G, Kumar V: Using constraints to generate and explore higher order discriminative patterns. Advances in Knowledge Discovery and Data Mining, Volume 6634. Edited by: Huang J, Cao L, Srivastava J. 2011, New York: Springer Berlin Heidelberg, 338-350.

    Chapter  Google Scholar 

  37. Windows Azure Blobs: Programming Blob Storage. [http://go.microsoft.com/fwlink/?LinkId=153400],

  38. Windows Azure Queue - Programming Queue Storage. [http://go.microsoft.com/fwlink/?LinkId=153402],

Download references

Acknowledgements

The National Institutes of Health (NO1-AR-2-2263 and RO1-AR-44422), and the National Arthritis Foundation provided the RA dataset. This study is supported by the Molecular Basis of Disease (MBD) program at Georgia State University.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Yi Pan.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

XG conceived the study, and wrote the manuscript with contributions from other authors. XG designed and implemented the algorithm, DCHE and its cloud version program. YM and NY performed the gene annotation, analyzed the data and critically read the manuscript. YP coordinated the work, conceived and designed the method, and made the major edits. All authors read and approved the final manuscript.

Xuan Guo and Yi Pan contributed equally to this work.

Electronic supplementary material

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver ( https://creativecommons.org/publicdomain/zero/1.0/ ) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Cite this article

Guo, X., Meng, Y., Yu, N. et al. Cloud computing for detecting high-order genome-wide epistatic interaction via dynamic clustering. BMC Bioinformatics 15, 102 (2014). https://doi.org/10.1186/1471-2105-15-102

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-15-102

Keywords