Literature DB >> 24895547

Double-bottom chaotic map particle swarm optimization based on chi-square test to determine gene-gene interactions.

Cheng-Hong Yang1, Yu-Da Lin1, Li-Yeh Chuang2, Hsueh-Wei Chang3.   

Abstract

Gene-gene interaction studies focus on the investigation of the association between the single nucleotide polymorphisms (SNPs) of genes for disease susceptibility. Statistical methods are widely used to search for a good model of gene-gene interaction for disease analysis, and the previously determined models have successfully explained the effects between SNPs and diseases. However, the huge numbers of potential combinations of SNP genotypes limit the use of statistical methods for analysing high-order interaction, and finding an available high-order model of gene-gene interaction remains a challenge. In this study, an improved particle swarm optimization with double-bottom chaotic maps (DBM-PSO) was applied to assist statistical methods in the analysis of associated variations to disease susceptibility. A big data set was simulated using the published genotype frequencies of 26 SNPs amongst eight genes for breast cancer. Results showed that the proposed DBM-PSO successfully determined two- to six-order models of gene-gene interaction for the risk association with breast cancer (odds ratio > 1.0; P value <0.05). Analysis results supported that the proposed DBM-PSO can identify good models and provide higher chi-square values than conventional PSO. This study indicates that DBM-PSO is a robust and precise algorithm for determination of gene-gene interaction models for breast cancer.

Entities:  

Mesh:

Substances:

Year:  2014        PMID: 24895547      PMCID: PMC4033510          DOI: 10.1155/2014/172049

Source DB:  PubMed          Journal:  Biomed Res Int            Impact factor:   3.411


1. Introduction

Genome-wide association studies (GWAS) for the analysis of gene-gene interaction are important fields for detecting the effects of cancer and disease [1-4]. Such studies usually entail the collection of a vast number of samples and SNPs selected from several related genes of disease in order to identify the association amongst genes. Disease effect, in general, is influenced by the best association between SNPs from several genes; these SNPs could have a potential association to provide information for disease analysis. Therefore, a method for searching high-order interactions is needed to determine the potential association between several loci. Good models of the association between SNPs from several genes are usually hidden in the large number of possible models. The sum of all possible models of association between case data and control data can be computed by C(n, m) × g , where n represents a total number of SNPs, m is a selected number of SNPs, and g is the number of genotypes. Data mining and machine learning methods have been proposed for use in GWAS data analysis. These computational approaches were developed to examine epistasis in family-based and case-control association studies [5-12]. The genetic algorithm (GA), particle swarm optimization (PSO), and chaotic particle swarm (CPSO) methods were proposed to identify the models of gene-gene interaction. However, the ability to determine the relative model quality needs to be improved. In mathematics, the problem space for identifying good models is not linear and the algorithm converges easily to a local optima, since no better models are found near the best model in that region. PSO often leads to premature convergence, especially in complex multipeak search problems. Therefore, the use of chaotic sequences to improve the PSO has been proposed to identify models of gene-gene interaction [7]. An improved PSO using a double-bottom chaotic maps (DBM-PSO) [13] has been shown to overcome the respective disadvantages of PSO and CPSO. In this study, DBM-PSO is applied to assist statistical methods in the analysis of associated variations to disease susceptibility. A total of 26 SNPs obtained from eight related genes of breast cancer (EGF, IGF1, IGF1R, IGF2, IGFBP3, IL10, TGFB1, and VEGF) were used to test the various methods for comparison of the association models. It is proposed that the interactions between polymorphisms of breast cancer-related genes may have synergistic effects on the pathogenesis of cancer and disease; this would explain differences in disease susceptibility. The quality of a model of gene-gene interaction can be assessed by determining its odds ratio (OR), confidence intervals, and P value. We systematically evaluate the model effects from two- to five-order interactions to compare the DBM-PSO with other PSOs methods.

2. Methods

2.1. Problem Description

To identify the quality of the models of gene-gene interaction problem, the model includes SNPs and their corresponding genotypes. The set X = {x 1, x 2, x 3, …, x } represents a possible model as a solution in the problem space; each parameter x is a real number. The chi-square test is used to design the PSO and DBM-PSO fitness functions. The objective is to search for a vector X* which has its own best fitness value according to the evaluation of fitness function f(X)(f : δ⊆R → R); that is, f(X*) > f(X), for all X ∈ δ, where δ is a nonempty large finite set serving as the search space and δ = R .

2.2. Particle Swarm Optimization

Particle swarm optimization (PSO) is a population-based stochastic optimization technique [14]. The conception of PSO is based on a robust theory of swarm intelligence to search for an optimal resolution of complex problems. Swarm intelligence describes an automatically evolving system based on simulating the social behaviour of organisms, for example, knowledge sharing. Therefore, valuable information can be shared amongst swarm members to suggest a common objective which leads individuals toward an optimal direction. PSO has been used to solve several types of optimization problems [15], including function optimization and parameter optimization [16] and shows promise for nonlinear function optimization [17-22]. In PSO, possible solutions are represented as the particles. During generation, particle positions are adjusted according to the updated velocity toward a significant objective. The objective of each particle is defined based on the particle's previous experience (pbest) and knowledge commonly held by the population (gbest). Thus, particles can effectively converge into a solution-rich area to find the better solution. Finally, the particles follow the current best particle in the search space until a predefined number of generations are reached. The PSO procedure entails (1) population initialization, (2) objective function evaluation, (3) identification of pbest and gbest, (4) particle updating, and (5) the termination condition. These steps are described in detail in the following section.

2.3. Double-Bottom Map Particle Swarm Optimization

Double-bottom map particle swarm optimization (DBM-PSO) was proposed by Yang et al. in 2012 [13]. While PSO is easily complicated by the existence of nonlinear fitness function with multiple local optima, this is not an issue for DBM-PSO. A local optima, f = f(X ), can be described as ∃ε > 0  ∀ X ∈ δ : ||X − X || < ε⇒f(X) ≤ f ≤ f(X*), where ||·|| represents any p-norm distance measure. In PSO, the flexibilities of given constraints and vector space in the problem influence the determination of the best solution. Generally speaking, r 1 and r 2 independently influence search exploitation and exploration, and the effect of r 1 and r 2 on the convergence behaviour is very important in PSO. Recently, chaos approaches have been proposed to overcome the inherent disadvantages of PSO. Chaotic maps are easily applied in PSO to prevent entrapment of the population in a local optima [23]. DBM-PSO proposes a new type of chaotic map, called double-bottom maps, to improve the search ability of PSO. Double-bottom maps are used to design an updating function to balance the exploration and exploitation for PSO search capability. The superiority of the double-bottom map over other chaotic maps lies in the fact that it provides high frequencies in the three regions over time, that is, 0.0, 0.5, and 1.0. Ideally, the distribution ratios of 0.0, 0.5, and 1.0 can be effective in balancing the search behaviour; however, the double-bottom map is designed to satisfy this PSO property. Algorithm 1 shows the DBM-PSO pseudocode and explains all processes in DBM-PSO to identify the best model of gene-gene interaction. The difference between PSO and DBM-PSO is that the proposed double-bottom map is applied in the updating function of the PSO process (symbol 14 of Algorithm 1). All steps in DBM-PSO for identifying the models of gene-gene interaction problems are explained below.
Algorithm 1

DBMPSO pseudocode.

2.4. Initializing Particles and DBMr

In DBM-PSO, a point in the search space is a set which includes the real element x,  x ∈ R. Each particle is a possible solution to the corresponding problem. The subsequent iteration is denoted by i = 0, 1, …, Iterationmax⁡. Since the elements in a set are likely to change over a sequence of iterations, (1) represents the jth particle in the population of ith iteration as In this study, a particle in the population represents a solution, that is, a model of gene-gene interaction. A particle contains two separate sets: a set of selected SNPs and a set of genotypes. For each element in X , a certain range within the value is restricted. The values are related to physical components or measurement, that is, natural bounds. The initial population (at i = 0) process covers a certain range as much as possible by uniformly randomizing individuals within the search space constrained according to the minimum and maximum bounds, which are represented by SNP min⁡ and SNP max⁡ and Genotype min⁡ and Genotype max⁡, respectively. Equation (2) shows all genotypes. The homozygous reference genotype is represented as 1, while the heterozygous genotype is represented as 2, and the homozygous variant genotype is represented as 3: The particles are generated by (3). Particles are initialized by generating the random set in a particle: where SNP max⁡ and SNP min⁡ represent a limited SNP, while Genotype max⁡ and Genotype min⁡ represent the limited possible genotypes. For example, let X = (1, 3, 4, 2, 1, 2); thus X represents the jth  X in the first generation (at i = 0) of selected SNPs (1, 3, 4) and genotypes (2, 1, 2) and can be described by the SNPs associated with the genotypes as follows: (1, 2), (3, 1), and (4, 2). All random values (DBMr) in the particles are generated with a random value between 0.0 and 1.0 for each independent run.

2.5. Evaluating the Qualities of Particles Using Fitness Function

In the DBM-PSO process, the fitness function measures the quality of particles in the population. The studies of gene-gene interaction focus on the combinations of SNP genotypes to identify the highest chi-square (χ 2) value between breast cancer cases and noncancer cases; the value is called the fitness value in DBM-PSO. Algorithm 2 shows the fitness value computation pseudocode. In (4) and (5), symbols p and n are, respectively, the sizes of case data and control data, while in (4), (5), (6), and (7), P and N are, respectively, the sets of case data and control data. The a in (4) is used to count the number of P including the X ; that is, X ⊆P . The b in (5) is used to count the number of N including the X ; that is, X ⊆N . The c in (6) represents the total number of unmatched X in the P; that is, X ⊄P . The d in (7) represents the total number of unmatched X in the N; that is, X ⊄N . Equation (9) computes the difference between case data and control data and is used to determine whether the model is associated with risk or protection. Equation (10) is used to compute the fitness value if the objective is to search the risk association model. Equation (11) is used to compute the fitness value if the objective is to search the protection association model. Equation (12) is the chi-square (χ 2) function and is used to compute the χ 2 value between breast cancer cases and noncancer cases in this study. Consider where
Algorithm 2

Fitness value computation pseudocode.

2.6. Updating the pbest s of Particles and gbest of Population

Each particle can be improved according to the two objectives, pbest and gbest, to search for a better solution. pbest indicates the best value of a position previously visited by the jth particle, and its position is denoted by P = (p , p , …, p ). Equations (13) are the updating functions for a particle's pbest position and pbest value, respectively, as follows: where gbest indicates the best value of all pbest values for a particle and its position is denoted by G = (g 1, g 2, …, g ). Equations (14) provide the updating function for gbest position and gbest value, respectively, as follows:

2.7. Updating Particle Velocities and Positions

DBM-PSO executes a search for optimal solutions by continuously updating particle positions in all iterations. Equations (15) and (16) are used to update the velocity and a position of the jth particle, respectively, as follows: where c 1 and c 2 are acceleration constants that control how far a particle moves in a given iteration. Random values, DBMr and DBMr , in (15) are generated by a function based on the results of the double-bottom map with values between 0.0 and 1.0; they are described in the following section. Velocities v new and v old are a particle's new and old velocities, respectively. Positions x old and x new are the particle's current and updated positions, respectively. Variable w is the inertia weight and is described in the following section.

2.8. Updating Particle Inertia Weight Values

Variable w in DBM-PSO is called the inertia weight which is used to control the impact of a particle's previous velocity. Throughout all iterations, w decreases linearly from 0.9 to 0.4 [24], and the equation can be written as where Iteration represents the ith iteration and Iterationmax⁡ represents the iteration size. Values w max⁡ and w min⁡ represent the maximal and minimal values of w, respectively.

2.9. Updating Particle DBMr Values

In DBM-PSO, two random values in the updating function are generated by the following double-bottom map function:

2.10. Parameter Settings

In this study, all methods used the same parameters to test the search ability for the identification of the models of gene-gene interaction. The population size is 100 and the maximal iteration is 100. The value of inertia weight w is set from 0.9 to 0.4 [25]. Both learning factors, c 1 and c 2, are equal to 2 [26]. All tests are implemented in Java as a single thread in a PC environment running 32-bit Windows 7 with an Intel coreTM2 Quad CPU Q6600 at 2.4 GHz and 4 GB of RAM.

2.11. Statistical Analysis

The model of associations between SNPs can be evaluated by odds ratio (OR) and its 95% CI and P value [27]. OR can evaluate the models to quantitatively measure the risk of disease; P value can evaluate whether the results are statistically significant for the difference between the case data and control data. All statistical analyses are implemented using SPSS version 19.0 (SPSS Inc., Chicago, IL).

3. Results and Discussion

3.1. Data Set

The growth factor-related genes of breast cancer, including genes of EGF, IGF1, IGF1R, IGF2, IGFBP3, IL10, TGFB1, and VEGF with 26 SNPs, were tested in this study. A genotype generator is used to generate a large simulated data set according to the genotype frequencies. Algorithm 3 shows the genotype generator pseudocode to explain how the data set was generated. The genotype frequencies of SNPs are collected from Pharoah et al.'s breast cancer association study [39], which explains the significance of these SNPs of genes in breast cancer.
Algorithm 3

Genotype generator pseudocode.

3.2. Evaluation of Breast Cancer Susceptibility Using 26 SNPs from Eight Growth Factor-Related Genes

Table 1 shows the performance (OR and 95% CI) for estimating the effect of a single SNP from eight growth factor-related genes (EGF, IGF1, IGF1R, IGF2, IGFBP3, IL10, TGFB1, and VEGF). Amongst the 26 SNPs in the eight genes, eight SNPs in four genes display a statistically significant OR  (P < 0.05) for breast cancer. Six SNPs have a risk (OR > 1.0) association for breast cancer, including rs5742678-GG, rs1549593-AA, rs6220-GG, IGFIR-10-aa, rs2132572-GA and -AA, and rs1800470-CC. The highest and lowest OR values are 1.33 and 1.09, respectively. Two SNPs have a protection (OR < 1.0) association for breast cancer, including rs2229765-AA and rs2854744-CC. The highest and lowest OR values are 0.88 and 0.82, respectively. The other SNPs show no statistically significant OR for breast cancer.
Table 1

Estimated effect (odds ratio and 95% CI) from individual SNPs of 26 growth factor-related genes on the occurrence of breast cancer patients.

SNP (Genes)a SNP typeCase number/normal numbera Odds ratio95% CI
1. rs2237054(EGF)1-TT 4408/4418
2-TA570/5691.000.89–1.14
3-AA22/131.700.85–3.37

2. rs5742678(IGF1)1-CC2797/2866
2-CG1844/18371.030.95–1.12
3-GG359/2971.241.05–1.46

3. rs1549593(IGF1)1-CC2924/2970
2-CA1753/17711.010.93–1.09
3-AA323/2591.271.07–1.50

4. rs6220(IGF1)1-AA2643/2698
2-AG1933/19511.010.93–1.10
3-GG424/3511.231.06–1.44

5. rs2946834(IGF1)1-CC2295/2336
2-CT2171/21501.030.95–1.12
3-TT534/5141.060.93–1.21

6. rs1568502(IGF1R)1-AA2914/2955
2-AG1840/18071.030.95–1.12
3-GG246/2381.050.87–1.26

7. IGF1R-10(IGF1R)1-AA3169/3201
2-Aa1545/15820.990.91–1.08
3-aa286/2171.331.11–1.60

8. rs2229765(IGF1R)1-GG1523/1429
2-GA2533/24890.960.87–1.05
3-AA944/10820.820.73–0.92

9. rs8030950(IGF1R)1-CC2737/2745
2-CA1902/19171.000.92–1.08
3-AA361/3381.070.92–1.25

10. rs680 (IGF2)1-GG2538/2451
2-GA2074/21830.920.85–1.00
3-AA388/3661.020.88–1.19

11. rs3741211 (IGF2)1-TT1936/1971
2-TC2367/22691.060.98–1.16
3-CC697/7600.930.83–1.05

12. IGF2-05 (IGF2)1-AA2651/2694
2-Aa1955/19521.020.94–1.11
3-aa394/3541.130.97–1.32

13. IGF2-06 (IGF2)1-AA2160/2162
2-Aa2237/22840.980.90–1.07
3-aa603/5541.090.96–1.24

14. rs2132571 (IGFBP3)1-GG2415/2407
2-GA2163/21571.000.92–1.09
3-AA422/4360.970.83–1.12

15. rs2471551 (IGFBP3)1-GG3225/3284
2-GC1591/15151.070.98–1.17
3-CC184/2010.930.76–1.15

16. rs2854744 (IGFBP3)1-AA1538/1469
2-AC2487/24750.960.88–1.05
3-CC975/10560.880.79–0.99

17. rs2132572 (IGFBP3)1-GG2908/3027
2-GA1805/17281.091.00–1.18
3-AA287/2451.221.02–1.46

18. rs3024496 (IL10)1-TT1218/1235
2-TC2533/25491.010.92–1.11
3-CC1249/12161.040.93–1.17

19. rs1800872 (IL10)1-CC3059/3017
2-CA1660/17220.950.87–1.03
3-AA281/2611.060.89–1.27

20. rs1800890 (IL10)1-TT1703/1701
2-TA2455/25080.980.90–1.07
3-AA842/7911.060.95–1.20

21. rs1554286 (IL10)1-CC3400/3446
2-CT1431/14101.030.94–1.12
3-TT169/1441.190.95–1.49

22. rs1800470 (TGFB1)1-TT1850/1914
2-TC2372/23991.020.94–1.11
3-CC778/6871.171.04–1.32

23. rs699947 (VEGF)1-CC1236/1273
2-CA2511/24631.050.95–1.16
3-AA1253/12641.020.91–1.14

24. rs1570360 (VEGF)1-GG2278/2341
2-GA2214/21321.070.98–1.16
3-AA508/5270.990.87–1.13

25. rs2010963 (VEGF)1-GG2354/2279
2-GC2133/21570.960.88–1.04
3-CC513/5640.880.77–1.01

26. rs3025039 (VEGF)1-CC3744/3741
2-CT1160/11740.990.90–1.08
3-TT96/851.130.84–1.52

aData collected from the literature [39].

3.3. Analysis of Models for Gene-Gene Interaction with Risk Association between the Case and Control Data Sets Using PSO, CPSO, and DBM-PSO

Table 2 shows the 2- to 7-order risk association models for gene-gene interaction. The results are compared with the χ 2 value, with a high value indicating a good result. The model of 2-SNPs with their corresponding genotypes, SNPs (1, 7) with genotypes 1-3, [rs5742678-CC]-[IGF1R-10-aa], is identified as having 9.451 χ 2 value to explain the difference between the case and control data sets for three methods. However, the results of 3- to 7-SNPs clearly indicate that the DBM-PSO algorithm exhibited an improved search ability over PSO and CPSO in terms of the comparison with the χ 2 value. For example, in 3-SNPs, DBM-PSO is identified as having a χ 2 value of 8.772, but those of PSO and CPSO are 3.364 and 3.997, respectively. Table 2 shows the (OR) and its 95% CI, which estimate the impact of the risk association model on the occurrence of breast cancer. A bigger OR value (>1) indicates a stronger risk association between the SNPs with combined genotypes and the disease. DBM-PSO shows high OR (1.346–10.018) values for models with a high association for the risk of breast cancer, and the P value (<0.05) indicates that the models have a statistically significant difference between patients and nonpatients. Aside from a 3-SNP model of CPSO, the P values of models in 3- to 7-SNPs of PSO and CPSO show no statistical significance, indicating that PSO and CPSO have difficulty in identifying statistically significant models for risk association for breast cancer. However, DBM-PSO successfully identifies good models for risk association for breast cancer.
Table 2

Estimation of the best risk model of gene-gene interaction on the occurrence of breast cancer as determined by PSO, CPSO, and DBMPSO.

Combined SNPSNP genotypesCases numberControls number χ 2 valueOdds ratio95% CI P value
2-SNP
 PSO1,71-32591959.4511.3461.11–1.630.002
Other47414805
 CPSO1,71-32591959.4511.3461.11–1.630.002
Other47414805
 DBMPSO1,71-32591959.4511.3461.11–1.630.002
Other47414805
3-SNP
 PSO2,14,253-1-184623.3641.3610.98–1.890.068
Other49164938
 CPSO1,6, 71-1-31481163.9971.2851.00–1.640.046
Other48504884
 DBMPSO7,11,213-2-19357 8.772 1.644 1.182.29 0.003
Other49074943
4-SNP
 PSO1,14,20,233-3-1-2201.0003.0010.31–28.860.341
Other49985000
 CPSO1,4, 11,141-3-2-186672.3961.2890.93–1.780.123
Other49144933
 DBMPSO1,7, 11,211-3-2-18753 8.374 1.653 1.172.33 0.004
Other49134947
5-SNP
 PSO2,7, 15,18,241-3-1-3-21582.1351.8780.80–4.430.151
Other49854992
 CPSO3,10,17,24,263-1-1-3-1933.0043.0040.81–11.100.099
Other49914997
 DBMPSO1,2, 7,11,211-1-3-2-14927 6.417 1.823 1.142.92 0.013
Other49514973
6-SNP
 PSO2,6, 8,16,18,253-1-1-2-3-2311.0003.0010.31–28.860.341
Other49974999
 CPSO2,11,16,18,22,231-2-1-2-3-21491.0891.5570.67–3.600.301
Other49864991
 DBMPSO1,2, 7,10,11,211-1-3-1-2-12712 6.417 2.257 1.144.46 0.019
Other49734988
7-SNP
 PSO1,3, 6,12,21,24,261-3-2-1-3-1-1201.0003.0010.31–28.860.341
Other49985000
 CPSO1,2, 3,9, 19,21,241-1-3-1-1-2-3411.8014.0020.45–35.820.215
Other49964999
 DBMPSO1,3, 5,9, 17,23,241-3-2-1-2-2-1101 7.372 10.018 1.2878.29 0.028
Other49904999

3.4. Analysis of Models of Gene-Gene Interaction with Protection Association between Case and Control Data Sets Using PSO, CPSO, and DBMPSO

Table 3 shows the 2- to 7-order protection association models. The OR values (<1) estimate the impact of the protection association model on the occurrence of breast cancer. High χ 2 values in the models indicate good results, and the P value (<0.05) indicates that the model has a statistically significant difference between patients and nonpatients. The results of 3- to 7-SNPs show that DBM-PSO possesses higher χ 2 values than PSO and CPSO, indicating that DBM-PSO is better to search for good protection association models than other methods. DBM-PSO has OR values ranging from 0.755 to 0.850, with a P value of <0.05 for protection with breast cancer. The 2-SNP and 3-SNP models in PSO and CPSO show a statistically significant difference between patients and nonpatients (P < 0.05), and the 4-SNP model in CPSO also shows a statistically significant difference. Although CPSO provides better OR values than DBM-PSO in the 5-, 6-, and 7-SNP models, the P values indicate that these models are not statistically significant. DBM-PSO successfully identifies good models for protection association for breast cancer.
Table 3

Estimation of the best protection model of gene-gene interaction on the occurrence of breast cancer as determined by PSO, CPSO, and DBMPSO.

Combined SNPSNP genotypesCases numberControls number χ 2 valueOdds ratio95% CI P value
2-SNP
 PSO1,81-381694110.7890.8410.76–0.930.001
Other41844059
 CPSO1,81-381694110.7890.8410.76–0.930.001
Other41844059
 DBMPSO1,81-381694110.7890.8410.76–0.930.001
Other41844059
3-SNP
 PSO8,9, 223-1-22252694.1230.8290.69–0.990.043
Other47754731
 CPSO3,8, 91-3-13193714.2090.8500.73–0.990.040
Other46814629
 DBMPSO1,8, 151-3-1527624 9.238 0.826 0.730.94 0.002
Other44734376
4-SNP
 PSO4,8, 14,222-3-1-276993.0770.7640.57–1.030.080
Other49244901
 CPSO10,17,21,232-1-1-12232684.3370.8240.69–0.990.038
Other47774732
 DBMPSO1,10,17,211-2-1-1692795 8.381 0.850 0.760.95 0.004
Other43084205
5-SNP
 PSO5,6, 8,9, 261-1-3-2-175911.5680.8210.60–1.120.211
Other49254909
 CPSO2,4, 8,11,181-2-3-1-232441.9090.7260.46–1.150.169
Other49684956
 DBMPSO1,2, 6,8, 151-1-1-3-1167218 7.026 0.758 0.620.93 0.008
Other48334782
6-SNP
 PSO4,8, 15,19,22,241-3-2-2-1-3021.0000.3330.04–3.200.341
Other50004998
 CPSO3,4, 12,16,20,241-1-1-2-2-321281.0050.7490.43–1.320.318
Other49794972
 DBMPSO1,10,15,17,21,261-2-1-1-1-1327394 6.710 0.818 0.700.95 0.010
Other46734606
7-SNP
 PSO5,8, 11,13,14,24,251-1-3-1-1-2-1361.0010.5000.13–2.000.327
Other49974994
 CPSO10,12,16,17,19,22,262-2-2-1-2-2-120271.0470.7400.41–1.320.308
Other49804973
 DBMPSO1,10,13,15,17,21,261-2-2-1-1-1-1141185 6.139 0.755 0.600.94 0.014
Other48594815

3.5. Discussion

Effects between SNPs from several genes could contribute to disease development. Case-control studies are the main method to determine the association between SNPs. Many breast cancer studies have analysed the associations between important related genes [28-34], hypothesizing that disease risk may be associated with the cooccurrence of SNPs displaying a jointed effect, including genes related to DNA repair [35, 36], chemokine ligand-receptor interactions [37], and estrogen-response genes [4]. Evolutionary algorithms are applied to identify good models of gene-gene interaction [7, 9]. Previous studies have used the difference between case and control data sets to design the fitness function, allowing for the identification of models with high difference values for all SNP combinations. However, the highest difference between the case and control data sets is not necessarily statistically significant (P < 0.05). The chi-square test is a statistical tool to evaluate the difference between the observed and expected data sets under specific hypothetical conditions. A property of the chi-square test is that the chi-square value is inversely proportional to P value. Therefore, the chi-square test is used to design the fitness function in this study. PSO and CPSO [7] were used to search for good models based on the new fitness function, but the results (Tables 2 and 3) fail to identify high-order associations. However, DBM-PSO effectively identified good risk and protection association models of gene-gene interactions for breast cancer. Statistical methods, such as P value, OR, and its 95% CI, provide strong validation of the search ability of DBM-PSO. PSO and DBM-PSO use the fitness functional computation to calculate complexity. DBM-PSO can be observed in (15) and (18). Equation (18) is only used to amend the original PSO updating equation (15). Therefore, DBM-PSO does not increase the complexity of the PSO search process. The computational complexity of DBM-PSO is big-O(nm), where n is the number of iterations and m is the number of particles. The results of DBM-PSO are influenced by its parameters, including double-bottom chaotic maps (18), population size, iteration size, and c 1 and c 2 in the updating function (15). Yang et al. [13] tested the 22 most commonly used representative benchmark functions, selecting the optimal parameters (4π) in the proposed double-bottom chaotic maps. Therefore, the parameter is suggested as 4π in (18). The population and iteration sizes could be adjusted according to the size of the data set. Population size suggested a setting from 50 to 200 and the suggested number of iterations ranges from 100 to 1000. c 1 and c 2 are both suggested to be 2 [38].

4. Conclusion

We proposed a new fitness function to identify good models of gene-gene interaction for the investigation of polygenic diseases and cancers. The fitness function based on chi-square test addresses the disadvantage of previously proposed fitness functions, in that the highest difference between the case and control data sets is not necessarily statistically significant (P < 0.05). Our proposed DBM-PSO showed to be able to successfully determine the 26 SNP cross interactions for risk and protection models of gene-gene interactions in breast cancer. The results indicate that DBM-PSO can successfully use the chi-square test to identify good models by evaluating the difference between the observed and expected data sets under specific hypothetical conditions.
  24 in total

1.  Cumulative association of five genetic variants with prostate cancer.

Authors:  S Lilly Zheng; Jielin Sun; Fredrik Wiklund; Shelly Smith; Pär Stattin; Ge Li; Hans-Olov Adami; Fang-Chi Hsu; Yi Zhu; Katarina Bälter; A Karim Kader; Aubrey R Turner; Wennuan Liu; Eugene R Bleecker; Deborah A Meyers; David Duggan; John D Carpten; Bao-Li Chang; William B Isaacs; Jianfeng Xu; Henrik Grönberg
Journal:  N Engl J Med       Date:  2008-01-16       Impact factor: 91.245

2.  Combinational polymorphisms of four DNA repair genes XRCC1, XRCC2, XRCC3, and XRCC4 and their association with oral cancer in Taiwan.

Authors:  Ching-Yu Yen; Shyun-Yeu Liu; Chung-Ho Chen; Hung-Fu Tseng; Li-Yeh Chuang; Cheng-Hong Yang; Ying-Chu Lin; Cheng-Hao Wen; Wei-Fan Chiang; Chang-Hsuan Ho; Hsiang-Chi Chen; Shaio-Ting Wang; Cheng-Wen Lin; Hsueh-Wei Chang
Journal:  J Oral Pathol Med       Date:  2008-05       Impact factor: 4.253

3.  Gene function prediction with gene interaction networks: a context graph kernel approach.

Authors:  Xin Li; Hsinchun Chen; Jiexun Li; Zhu Zhang
Journal:  IEEE Trans Inf Technol Biomed       Date:  2009-09-29

4.  ERCC1 haplotypes modify bladder cancer risk: a case-control study.

Authors:  Fulvio Ricceri; Simonetta Guarrera; Carlotta Sacerdote; Silvia Polidoro; Alessandra Allione; Dario Fontana; Paolo Destefanis; Alessandro Tizzani; Giovanni Casetta; Giuseppina Cucchiarale; Paolo Vineis; Giuseppe Matullo
Journal:  DNA Repair (Amst)       Date:  2010-01-12

5.  SNP combinations in chromosome-wide genes are associated with bone mineral density in Taiwanese women.

Authors:  Gau-Tyan Lin; Hung-Fu Tseng; Chen-Kang Chang; Li-Yeh Chuang; Chih-Shan Liu; Cheng-Hong Yang; Chung-Jui Tu; Eng-Chi Wang; Hsiu-Fen Tan; Chia-Che Chang; Cheng-Hao Wen; Hsiang-Chi Chen; Hsueh-Wei Chang
Journal:  Chin J Physiol       Date:  2008-02-29       Impact factor: 1.764

6.  Association of common variants in mismatch repair genes and breast cancer susceptibility: a multigene study.

Authors:  João Conde; Susana N Silva; Ana P Azevedo; Valdemar Teixeira; Julieta Esperança Pina; José Rueff; Jorge F Gaspar
Journal:  BMC Cancer       Date:  2009-09-25       Impact factor: 4.430

Review 7.  Bioinformatics challenges for genome-wide association studies.

Authors:  Jason H Moore; Folkert W Asselbergs; Scott M Williams
Journal:  Bioinformatics       Date:  2010-01-06       Impact factor: 6.937

8.  Association between common variation in 120 candidate genes and breast cancer risk.

Authors:  Paul D P Pharoah; Jonathan Tyrer; Alison M Dunning; Douglas F Easton; Bruce A J Ponder
Journal:  PLoS Genet       Date:  2007-02-02       Impact factor: 5.917

9.  Polymorphism Interaction Analysis (PIA): a method for investigating complex gene-gene interactions.

Authors:  Leah E Mechanic; Brian T Luke; Julie E Goodman; Stephen J Chanock; Curtis C Harris
Journal:  BMC Bioinformatics       Date:  2008-03-06       Impact factor: 3.169

10.  Post genome-wide association studies of novel genes associated with type 2 diabetes show gene-gene interaction and high predictive value.

Authors:  Stéphane Cauchi; David Meyre; Emmanuelle Durand; Christine Proença; Michel Marre; Samy Hadjadj; Hélène Choquet; Franck De Graeve; Stefan Gaget; Frederic Allegaert; Jérôme Delplanque; Marshall Alan Permutt; Jon Wasson; Ilana Blech; Guillaume Charpentier; Beverley Balkau; Anne-Claire Vergnaud; Sébastien Czernichow; Wolfgang Patsch; Mohamed Chikri; Benjamin Glaser; Robert Sladek; Philippe Froguel
Journal:  PLoS One       Date:  2008-05-07       Impact factor: 3.240

View more
  6 in total

1.  Protein folding prediction in the HP model using ions motion optimization with a greedy algorithm.

Authors:  Cheng-Hong Yang; Kuo-Chuan Wu; Yu-Shiun Lin; Li-Yeh Chuang; Hsueh-Wei Chang
Journal:  BioData Min       Date:  2018-08-08       Impact factor: 2.522

2.  Application of simulation-based CYP26 SNP-environment barcodes for evaluating the occurrence of oral malignant disorders by odds ratio-based binary particle swarm optimization: A case-control study in the Taiwanese population.

Authors:  Ping-Ho Chen; Li-Yeh Chuang; Kuo-Chuan Wu; Yan-Hsiung Wang; Tien-Yu Shieh; Jim Jinn-Chyuan Sheu; Hsueh-Wei Chang; Cheng-Hong Yang
Journal:  PLoS One       Date:  2019-08-29       Impact factor: 3.240

3.  An Improved Opposition-Based Learning Particle Swarm Optimization for the Detection of SNP-SNP Interactions.

Authors:  Junliang Shang; Yan Sun; Shengjun Li; Jin-Xing Liu; Chun-Hou Zheng; Junying Zhang
Journal:  Biomed Res Int       Date:  2015-07-05       Impact factor: 3.411

4.  The Combinational Polymorphisms of ORAI1 Gene Are Associated with Preventive Models of Breast Cancer in the Taiwanese.

Authors:  Fu Ou-Yang; Yu-Da Lin; Li-Yeh Chuang; Hsueh-Wei Chang; Cheng-Hong Yang; Ming-Feng Hou
Journal:  Biomed Res Int       Date:  2015-08-25       Impact factor: 3.411

5.  The post GWAS era: strategies to identify gene-gene and gene-environment interactions in urinary bladder cancer.

Authors:  Silvia Selinski
Journal:  EXCLI J       Date:  2014-11-03       Impact factor: 4.068

6.  Relationship between Clinicopathologic Variables in Breast Cancer Overall Survival Using Biogeography-Based Optimization Algorithm.

Authors:  Li-Yeh Chuang; Guang-Yu Chen; Sin-Hua Moi; Fu Ou-Yang; Ming-Feng Hou; Cheng-Hong Yang
Journal:  Biomed Res Int       Date:  2019-04-01       Impact factor: 3.411

  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.