Literature DB >> 30646919

A novel gene selection algorithm for cancer classification using microarray datasets.

Russul Alanni1, Jingyu Hou2, Hasseeb Azzawi2, Yong Xiang2.   

Abstract

BACKGROUND: Microarray datasets are an important medical diagnostic tool as they represent the states of a cell at the molecular level. Available microarray datasets for classifying cancer types generally have a fairly small sample size compared to the large number of genes involved. This fact is known as a curse of dimensionality, which is a challenging problem. Gene selection is a promising approach that addresses this problem and plays an important role in the development of efficient cancer classification due to the fact that only a small number of genes are related to the classification problem. Gene selection addresses many problems in microarray datasets such as reducing the number of irrelevant and noisy genes, and selecting the most related genes to improve the classification results.
METHODS: An innovative Gene Selection Programming (GSP) method is proposed to select relevant genes for effective and efficient cancer classification. GSP is based on Gene Expression Programming (GEP) method with a new defined population initialization algorithm, a new fitness function definition, and improved mutation and recombination operators. . Support Vector Machine (SVM) with a linear kernel serves as a classifier of the GSP.
RESULTS: Experimental results on ten microarray cancer datasets demonstrate that Gene Selection Programming (GSP) is effective and efficient in eliminating irrelevant and redundant genes/features from microarray datasets. The comprehensive evaluations and comparisons with other methods show that GSP gives a better compromise in terms of all three evaluation criteria, i.e., classification accuracy, number of selected genes, and computational cost. The gene set selected by GSP has shown its superior performances in cancer classification compared to those selected by the up-to-date representative gene selection methods.
CONCLUSION: Gene subset selected by GSP can achieve a higher classification accuracy with less processing time.

Entities:  

Keywords:  Gene expression programming; Gene selection; Microarray cancer dataset; Support vector machine

Mesh:

Year:  2019        PMID: 30646919      PMCID: PMC6334429          DOI: 10.1186/s12920-018-0447-6

Source DB:  PubMed          Journal:  BMC Med Genomics        ISSN: 1755-8794            Impact factor:   3.063


Background

The rapid development of microarray technology in the past few years has enabled researchers to analyse thousands of genes simultaneously and obtain biological information for various purposes, especially for cancer classification. However, gene expression data obtained by microarray technology could bring difficulties to classification methods due to the fact that usually the number of genes in a microarray dataset is very big, while the number of samples is small. This fact is known as the curse of dimensionality in data mining [1-4]. Gene selection, which extracts informative and relevant genes, is one of the effective options to overcome the curse of dimensionality in microarray data based cancer classification. Gene selection is actually a process of identifying a subset of informative genes from the original gene set. This gene subset enables researchers to obtain substantial insight into the genetic nature of the disease and the mechanisms responsible for it. This technique can also decrease the computational costs and improve the cancer classification performance [5, 6]. Typically, the approaches for gene selection can be classified into three main categories: filter, wrapper and embedded techniques [6, 7]. The filter technique exploits the general characteristics of the gene expressions in the dataset to evaluate each gene individually without considering classification algorithms. The wrapper technique is to add or remove genes to produce several gene subsets and then evaluates these subsets by using the classification algorithms to obtain the best gene subset for solving the classification problem. The embedded technique is between the filter and wrapper techniques in order to take advantage of the merits of both techniques. However, most of the embedded techniques deal with genes one by one [8], which is time consuming especially when the data dimension is large such as the microarray data. Naturally inspired evolutionary algorithms are more applicable and accurate than wrapper gene selection methods [9, 10] due to their ability in searching for the optimal or near-optimal solutions on large and complex spaces of possible solutions. Evolutionary algorithms also consider multiple attributes (genes) during their search for a solution, instead of considering one attribute at a time. Various evolutionary algorithms [11-19] have been proposed to extract informative and relevant cancer genes and meanwhile reduce the number of noise and irrelevant genes. However, in order to obtain high accuracy results, most of these methods have to select a large number of genes. Chuang et al. [20] proposed the improved binary particle swarm optimization (IBPSO) method which achieved a good accuracy for some datasets but, again, selected a large number of genes. An enhancement of BPSO algorithm was proposed by Mohamad et al. [21] by minimizing the number of selected genes. They obtained good classification accuracies for some datasets, but the number of selected genes is not small enough compared with other studies. Recently, Moosa et al. [22] proposed a modified Artificial Bee Colony algorithm (mABC). Another study [15] proposed a hybrid method by using Information Gain algorithm to reduce the number of irrelevant genes and using an improved simplified swarm optimization (ISSO) to select the optimal gene subset. These two studies were able to get a good accuracy with small number of selected genes. However, the number of selected genes is still high compared with our method. In recent years, a new evolutionary algorithm known as Gene Expression Programming (GEP) was initially introduced by Ferreira [23] and widely used in many applications for classification and decision making [24-30]. GEP has three main advantages Flexibility, which makes it easy to design an optimal model. In other words, any part of GEP steps can be improved or changed without adding any complexity to the whole process. The power of achieving the target that is inspired from the ideas of genotype and phenotype Data visualization. It is easy to visualize each step of the GEP and that distinguishes it from many algorithms These advantages make it easy to use GEP process to create our new gene selection program and simulate the dynamic process of achieving the optimal solution in decision making. A few studies applied GEP as a feature selection method and obtained some promising results [31, 32] which encourage us to do further research. GEP algorithm, based on its evolutionary structure, faces some computational problems, when it is applied to complex and high dimensional data such as microarray datasets. Inspired by the above circumstances, to enhance the robustness and stability of microarray data classifiers, we propose a novel gene selection method based on the improvement of GEP. This proposed algorithm is called Gene Selection Programming (GSP). The idea behind this approach is to control the GEP solution process by replacing the random adding, deleting and selection with the systematic gene-ranking based selection. In this paper four innovative operations are presented: attributes/genes selection (initializing the population), mutation operation, recombination operation and a new fitness function. More details of GSP are presented in the Methods section. In this work, support vector machine (SVM) with a linear kernel serves to evaluate the performance of GSP. For a better reliability we used leave-one-out cross validation (LOOCV). The results were evaluated in terms of three metrics: classification accuracy, number of selected genes and CPU time. The rest of this paper is organized as follows: The overview of GEP and the proposed gene selection algorithm GSP are presented in the Methods section (section 2). Results section (section 3) provides the experimental results on ten microarray datasets. Discussion section (section 4) presents the statistical analysis and discussion about the experimental results. Finally, Conclusion section (section 5) gives the conclusions and directions of future research.

Methods

Gene expression programming

Gene Expression Programming (GEP) algorithm is an evolutionary algorithm. GEP consists of two parts. The first part is characteristic linear chromosomes (genotype), which are composed of one or more genes. Each gene consists of a head and a tail. The head may contain functional elements like {Q, +, −, ×, /} or terminal elements, while the tail contains terminals only. The terminals represent the attributes in the datasets. In this study, sometimes we use the term attribute to represent the gene in microarray dataset to avoid the possible confusion between the gene in microarray datasets and the gene in GEP chromosome. The size of the tail (t) is computed as t = h (n-1) + 1, where h is the head size, and n is the maximum number of parameters required in the function set. The second part of GEP is a phenotype which is a tree structure also known as expression tree (ET). When the representation of each gene in the chromosome is given, the genotype is established. Then the genotype can be converted to the phenotype by using specific languages invented by the GEP author. GEP process has four main steps: initialize the population by creating the chromosomes (individuals), identify a suitable fitness function to evaluate the best individual, conduct genetic operations to modify the individuals to achieve the optimal solution in the next generation, and check the stop conditions. GEP flowchart is shown in Fig. 1.
Fig. 1

The flowchart of the GEP modelling

The flowchart of the GEP modelling It is worth mentioning that the GEP algorithm faces some challenging problems, especially the computational efficiency, when it is applied on the complex and high-dimensional data such as a microarray dataset. This motivates us to solve these problems and further improve the performance of the GEP algorithm by improving the evolution process. The details of the proposed gene selection programming (GSP) algorithm, which is based on GEP, for cancer classification are given in the following sub-sections.

Systematic selection approach to initial GSP population

Initializing population is the first step in our gene selection method for which candidates are constructed from two sets: terminal set (ts) and function set (fs). Terminal set should represent the attributes of the microarray dataset. The question is what attributes should be selected into the terminal set. Selecting all attributes (including the unrelated attributes) will affect the computational efficiency. The best way to reduce the noise from the microarray data is to minimize the number of unrelated genes. There are two commonly used ways to do that: either by identifying a threshold and the genes ranked above a threshold are selected, or by selecting the n-top ranked genes (e.g. top 50 ranked genes). Both ways have disadvantages: defining a threshold suitable for different datasets is very difficult and deciding how many genes should be selected is subjective. To avoid these disadvantages, we use a different technique named systematic selection approach. The systematic selection approach consists of three steps: rank all the attributes, calculate the weight of each attribute, and select the attributes based on their weight using the Roulette wheel selection method. The details of these steps are shown in the following sub-sections.

Attribute ranking

We use the Information Gain (IG) algorithm [33] to rank the microarray attributes. IG is a filter method mainly used to rank and find the most relevant genes [15, 34, 35]. The attributes with a higher rank value have more impact on the classification process, while the attributes with a zero rank value are considered irrelevant. The rank values of all attributes are calculated once and saved in the buffer for later use in the program.

Weight calculation

The weight (w) of each attribute (i) is calculated based on Eq (1) where and r is the rank value, and . The attributes with a higher weight contain more information about the classification.

Attribute selection

In our systematic selection approach, we use the Roulette wheel selection method, which is also known as proportionate selection [36], to select the strong attributes (i.e., the attributes with a high weight). With this approach all the attributes are placed on the roulette wheel according to their weight. An attribute with a higher weight has a higher probability to be selected as a terminal element. This approach could reduce the number of irrelevant attributes in the final terminal set. The population is then initialized from this final terminal set (ts) and the function set (fs). Each chromosome (c) in GSP is encoded with the length of N*(gene_length), where N represents the number of genes in each chromosome (c) and the length of a gene (g) is the length of its head (h) plus the length of its tail (t). In order to set the effective chromosome length in GSP, we need to determine the head size as well as the number of genes in each chromosome (details are in the Results section). The process of creating GSP chromosomes is illustrated in Algorithm 1

Fitness function design

The objective of the gene selection method is to find the smallest subset of genes that can achieve the highest accuracy. To this end, we need to define a suitable fitness function for GEP that has the ability to find the best individuals/chromosomes. We define the fitness value of an individual chromosome i as follow: This fitness function consists of two parts. The first part is based on the accuracy result AC(i). This accuracy is measured based on the support vector machine (SVM) classifier using LOOCV. For example, if chromosome i is +/Qa2a1a5a6a3, its expression tree (ET) is Then, the input values for the SVM classifier are the attributes a2, a1 and a5. The second part of the fitness function is based on the number of the selected attributes s in the individual chromosome and the total number t of attributes in the dataset . Parameter r is a random value within the range (0.1, 1) giving an importance to the accuracy with respect to the number of attributes. Since the accuracy value is more important than the number of selected attributes in measuring the fitness of a chromosome, we multiply the accuracy by 2r.

Improved genetic operations

The purpose of the genetic operations is to improve the individual chromosomes towards the optimal solution. In this work, we improve two genetic operations as shown below.

Mutation

Mutation is the most important genetic operator. It makes a small change to the genomes by replacing an element with another. The accumulation of several changes can create a significant variation. The random mutation may result in the loss of the important attributes, which may reduce the accuracy and increase the processing time. The critical question of mutation is which attributes are to be added or deleted. Ideally, each deleted terminal/function in the mutation operation should be covered by some other selected terminals/functions. This requirement can be fulfilled by using our method. To clarify the GSP mutation operation, we provide a simple example in Fig. 2.
Fig. 2

Example of GSP mutation

Example of GSP mutation In the example, the chromosome c has one gene. The head size is 3, so the tail length is h (n-1) + 1=4 and the chromosome length is (3+4) =7. The weight table shows that the attribute with the highest weight in the chromosome is a9 and the attribute with the lowest weight is a1. With the mutation GSP method selects the weakest terminal lt (the terminal with lowest weight) which is a1 in our example. There are two options to replace a1: the program could select either a function such as (/) or a terminal to replace it. In the latter option, the terminal should have a weight higher than that of a1, and the fitness value of the new chromosome c` must be higher than the original one. This new mutation operation is outlined in Algorithm 2.

Recombination

The second operation that we use in our gene selection method is the recombination operation. In recombination, two parent chromosomes are randomly chosen to exchange some material (short sequence) between them. The short sequence can be one or more elements in a gene (see Fig. 3). The two parent chromosomes could also exchange an entire gene in one chromosome with another gene in another chromosome.
Fig. 3

Recombination of 3 elements in gene 1 (from position 0 to 2)

Recombination of 3 elements in gene 1 (from position 0 to 2) In this work, we improve the gene recombination by controlling the exchanging process. Suppose c1 and c2 are two chromosomes (see Fig. 4). The fitness value of c1 = 80% and the fitness value of c2 = 70% based on our fitness function (2). We select the “strong” gene (the one with the highest weight summation) from the chromosome that has the lowest fitness value (lc) and exchange it with the “weak” gene (the one with the lowest weight summation) from another chromosome that has the highest fitness value (hc). In general, this process increases the fitness of hc. We repeat the exchange process until we get a new chromosome (hc’) with a higher fitness value than that of both parent chromosomes. The hc` has a higher probability of being a transcription in the next generation. This idea comes from the gene structure [37].
Fig. 4

Example for GSP Recombination

Example for GSP Recombination Based on the above innovative improvements for the GSP method in this section, we present the steps of GSP in Algorithm 3 with pseudocode.

Results

In this section, we evaluate the performance of GSP method using ten microarray cancer datasets, which were downloaded from http://www.gems-system.org. Table 1 presents the details of the experimental datasets in terms of diverse samples, attributes and classes.
Table 1

Description of the experimental datasets

No.DatasetSamplesAttributesClassesReference
111_Tumors1741253311[38]
29_Tumors6057269[39]
3Brain_Tumor19059205[40]
4Brain_Tumor250103674[41]
5Leukemia 17253273[42]
6Leukemia 272112253[43]
7Lung_Cancer203126005[44]
8SRBCT8223084[45]
9Prostate_Tumor102105092[46]
10DLBCL7754692[47]
Description of the experimental datasets Our experimental results contain three parts. Part 1 (Ev.1) evaluated the best setting for GSP based on the number of genes (g) in each chromosome and the head size (h). Part 2 (Ev.2) evaluated the GSP performance in terms of three metrics: classification accuracy, number of selected genes and CPU Time. To guarantee the impartial classification results and avoid generating bias results, this study adopted cross validation method LOOCV to reduce the bias in evaluating their performance over each dataset. Our gene selection results were compared with three gene selection methods using the same classification model for the sake of fair competition. Part 3 (Ev.3) evaluated the overall GSP performance by comparing it with other up-to-date models.

Ev.1 the best setting for gene and head

To set the best values for the number of genes (g) of each chromosome and the size of the gene head (h) in the GSP method, we evaluated nine different settings to show their effect on the GSP performance results. For g we selected three values 1, 2 and 3, and for each g value we selected three h values: 10, 15 and 20. We increased the values of h by 5 to make it clear to observe the effect of h values on the GSP performance, especially when the effect of increasing h is very slight. For more reliability, we used three different datasets (11_Tumors, Leukaemia 1, Prostate Tumor). The parameters used in GSP are listed in Table 2.
Table 2

Parameters used in GSP

ParameterSetting
Function set+, -, ÷,Q
Terminal setSelected informative genes from the microarray dataset using systematic selection.
Number of chromosomes200
Maximum Number of generations2000
Genetic operators
 Mutation0.044
 Recombination0.3
Parameters used in GSP The average results across the three experimental datasets are presented in Table 3. ACavg, Navg and Tavg represent the average accuracy, number of selected attributes and CPU time respectively for ten runs, while ACstd, , Nstd. and Tstd. represent the standard deviation for the classification accuracy, number of selected attributes and CPU time respectively.
Table 3

The results of different setting for g and h. Bold font indicates the best results

gh AC avg AC std N avg N std T avg T std
11087.5873.4235.5672.16151.12020.00594
1594.7872.75710.0671.977154.12430.00334
2096.3172.147111.6157.79170.00277
average92.8972.7768.8781.912154.34540.004016
21097.4531.03311.6331.637266.78960.00162
15 99.543 0.183 13.267 0.973275.12340.00146
20 99.543 0.183 13.6330.987280.12460.00149
average98.8470.46712.8441.199274.01250.001522
31098.3970.85313.1330.9737381.03730.00445
1599.210.1913.30.973382.37140.00143
2099.210.17713.30.973388.70840.00133
average98.9390.40713.2440.973384.0390.002404
The results of different setting for g and h. Bold font indicates the best results Figure 5 shows the evaluation values in terms of ACavg, Tavg. and Navg for three different numbers of genes in each chromosome.
Fig. 5

The evaluation values a The average accuracies (ACavg). b The average number of attributes (Navg ). c The average CPU time (Tavg)

The evaluation values a The average accuracies (ACavg). b The average number of attributes (Navg ). c The average CPU time (Tavg) It is observed from the results in Table 3 that: Comparing g with h: g has a stronger effect on the results than h. Regarding g results: when g was increased, AC, T and N were increased as well (positive relationships). The results of AC,, T and N. were decreased when g was increased (negative relationships). The results became stable when the g value was greater than 2. Regarding h results: h has positive relationships with AC, T and N and negative relationships with AC,, T and N. The results became stable when the h value was over 15. Increasing h values would increase the complexity of the model while the AC and N results would not show a notable enhancement. The best setting for g and h was 2 and 15 respectively.

Ev.2: Comparison of the GSP performance with representative gene selection algorithms

In order to evaluate the performance of our GSP algorithm objectively, we first evaluated its performance in terms of three evaluation criteria: classification accuracy (AC), number of selected attributes (N) and CPU Time (T). Then we compared the results with three popular gene selection algorithms named Particle Swarm Optimization (PSO) [48], GEP and GA [49] using the same model for the sake of a fair comparison. The parameters of the comparison methods are listed in Table 4.
Table 4

Parameter setting of the competitors

GAGEPPSO
ParametersValuesParametersValuesParametersValues
#chromosomes200#chromosomes200# particles200
# generations2000# generations2000# iterations2000
Crossover rate0.8Crossover rate0.8Weight (w)0.8
mutation rate0.1mutation rate0.1Accelerations c1 and c22
Parameter setting of the competitors The Information Gain algorithm was used in order to filter irrelevant and noisy genes and reduce the computational load for the gene selection and classification methods. The support vector machine (SVM) with a linear kernel served as a classifier of these gene selection methods. In order to avoid selection bias, the LOOCV was used. Weka software was used to implement the PSO and GA models with default settings, while the GEP model was implemented by using java package GEP4J [50]. Table 5 shows the comparison results of GSP with three gene selection algorithms across ten selected datasets.
Table 5

Comparison of GSP with three gene selection algorithms on ten selected datasets. Bold font indicates the best results

StatisticsPSOGAGEPGSP
AC avg.96.8493.1496.63 99.92
AC std.3.744.783.42 0.06
SNavg.96.4992.2896.74 99.93
SNstd.4.056.93.65 0.08
SPavg.95.989395.23 99.93
SPstd.5.316.035.71 0.09
AUCavg.0.960.90.96 1
AUCstd.0.050.080.05 0
T avg121119235126
T std30272838
N max.18.7549.915.7 7.55
N min.14.3462.611.5 6.1
N avg.16.14473.513.8 8.16
N std.10.32619.445.16 4.86
Comparison of GSP with three gene selection algorithms on ten selected datasets. Bold font indicates the best results The experimental results showed that the GSP algorithm achieved the highest average accuracy result (99.92%) across the ten experimental datasets, while the average accuracies of other models were 97.643%, 97.886% and 94.904% for GEP, PSO and GA respectively. The standard deviation results showed that GSP had the smallest value (0.342671), while the average standard deviations were3.425399, 3.3534102 and 5.24038421 for GEP, PSO and GA respectively. This means the GSP algorithm made the classification performance more accurate and stable. The GSP algorithm achieved the smallest number of predictive/relevant genes (8.16), while the average number of predictive genes was 13.8, 16.14 and 473.5 for GEP, PSO and GA respectively. These evaluation results show that GSP is a promising approach for solving gene selection and cancer classification problems. CPU Time results showed that GSP took almost half of the time that GEP needed to achieve the best solution. However, the time is still long compared with the PSO and GA methods.

Ev.3: Comparison of GSP with up-to-date classification models

For more evaluations, we compared our GSP model with up-to-date classification models IBPSO, SVM [14], IG-GA [35], IG-ISSO [15], EPSO [21] and mABC [22]. This comparison was based on the classification result and the number of genes regardless of the methods of data processing and classification. The comparison results on ten datasets are presented in Table 6.
Table 6

Comparison of the gene selection algorithms on ten selected datasets. Bold font indicates the best results

IBPSOIG-GAIG-ISSOEPSOmABCSVMGSP
11_TumorsAC avg.95.0692.5395.9295.499.5 89.08 99.88
AC std.0.3_____1.310.610 --------- 0.01
N avg.240.947919.8237.747.27 12533 17.9
N std.9.55____2.579.667.79 ------- 1.2
9_TumorsAC avg.75.58591.677598.65 53.33 98.88
AC std.1.58____2.481.110.01 ------- 0.02
N avg.2405215.7247.134.73 5726 13.8
N std.7.95____2.21369.655.54 -------- 1.02
Brain_Tumor1AC avg.92.5693.339892.11 100 9099.8
AC std.0.54____0.880.82 0 --------0.31
N avg.11.224410.17.5 16.87 5920 9.2
N std.7.15____1.732.51 2.85 --------1.5
Brain_Tumor2AC avg.918899.892.4 100 8099.9
AC std.0.05____0.631.27 0 --------0.1
N avg.6.448910.46 10.52 103679.8
N std.1.9____1.081.83 1.72 --------0.4
Lung_ CancerAC avg.95.8695.5799.4195.67100 95.07 100
AC std.0.53____0.458.30-------- 0
N avg.14.9210110.48.523.31 12600 8.3
N std.10.57____1.082.115.14-------- 0.82
Leukemia1AC avg.100100100100100 100 100
AC std.0____000-------- 0
N avg.3.5824.63.25.67 7129 2.9
N std.0.71____0.520.630.73-------- 0.73
Leukemia2AC avg.10098.61100100100 97.22 100
AC std.0____000-------- 0
N avg.6.77824.26.86.29 11225 4.1
N std.1.5____0.422.20.98-------- 0.73
SRBCTAC avg.10010010099.64 100 98.41100
AC std.0____00.58 0 --------0
N avg.17.5564.314.9 5.59 2308 4
N std.8.32____0.4813.03 0.51 --------0.67
ProstateAC avg.97.949698.8297 100 93.499.87
AC std.0.31____0.410.62 0 --------0.52
N avg.13.63438.46.6 10.73 105098.2
N std.7.68____1.782.17 3.15 --------0.79
DLBCLAC avg.100100100100100 97.42 100
AC std.0____000-------- 0
N avg.61073.94.74.05 5469 3.5
N std.1.25____0.320.820.78--------Ftable 0.5
Comparison of the gene selection algorithms on ten selected datasets. Bold font indicates the best results It can be seen from Table 6 that GSP performed better than its competitors on seven datasets (11_Tumors, 9_Tumors, Lung_ Cancer, Leukemia1, Leukemia2, SRBCT, and DLBCL), while mABC had better results on three data sets (Brain_Tumor1, Brain_Tumor2, and Prostate). Interestingly, all runs of GSP achieved 100% LOOCV accuracy with less than 5 selected genes on the Lung_Cancer, Leukemia1, Leukemia2, SRBCT, and DLBCL datasets. Moreover, over 98% classification accuracies were obtained on other datasets. These results indicate that GSP has a high potential to achieve the ideal solution with less number of genes, and the selected genes are the most relevant ones. Regarding the standard deviations in Table 6, results that produced by GSP were almost consistent on all datasets. The differences of the accuracy results and the number of genes in each run were very small. For GSP, the highest ACstd was 0.52 while the highest Nstd was 1.5. This means that GSP has a stable process to select and produce a near-optimal gene subset from a high dimensional dataset (gene expression data).

Discussion

We applied GSP method on ten microarray datasets. The results of GSP performance evaluations show that GSP can generate a subset of genes with a very small number of related genes for cancer classification on each dataset. Across the ten experimental datasets, the maximum number of selected genes is 17 with the accuracy not less than 98.88%. The performance results of GSP and other comparative models (see Table 6) on Prostate and Brain tumor datasets were not as good as the results on other datasets. This is probably due to the fact that these models concentrated on reducing the number of irrelevant genes, but ignored other issues such as the missing values and redundancy. More effort needs to be made on microarray data processing before applying the GSP model to achieve better results. The GSP method on datasets 11_Tumors and 9_Tumors achieved relatively lower accuracy results (99.88% and 98.88% respectively) compared with the accuracy results on other datasets. The reason was due to the high number of classes (11 and 9 respectively) which could be a problem to any classification models. We noticed from GSP performance that when the accuracy increased the number of selected genes and the processing time decreased (negative relationship). This proves that GSP is effective and efficient for gene selection method.

Conclusions

In this study, we have proposed an innovative gene selection algorithm (GSP). This algorithm can not only provide a smaller subset of relevant genes for cancer classification but also achieve higher classification accuracies in most cases with shorter processing time compared with GEP. The comparisons with the representative state-of-art models on ten microarray datasets show the outperformance of GSP in terms of classification accuracy and the number of selected genes. However, the processing time of GSP is still longer than that of PSO and GA models. Our future research direction is to reduce the processing time of GSP while still keeping the effectiveness of the method.
  25 in total

1.  Chemosensitivity prediction by transcriptional profiling.

Authors:  J E Staunton; D K Slonim; H A Coller; P Tamayo; M J Angelo; J Park; U Scherf; J K Lee; W O Reinhold; J N Weinstein; J P Mesirov; E S Lander; T R Golub
Journal:  Proc Natl Acad Sci U S A       Date:  2001-09-11       Impact factor: 11.205

2.  Improved binary PSO for feature selection using gene expression data.

Authors:  Li-Yeh Chuang; Hsueh-Wei Chang; Chung-Jui Tu; Cheng-Hong Yang
Journal:  Comput Biol Chem       Date:  2007-09-25       Impact factor: 2.877

3.  Gene expression-based classification of malignant gliomas correlates better with survival than histological classification.

Authors:  Catherine L Nutt; D R Mani; Rebecca A Betensky; Pablo Tamayo; J Gregory Cairncross; Christine Ladd; Ute Pohl; Christian Hartmann; Margaret E McLaughlin; Tracy T Batchelor; Peter M Black; Andreas von Deimling; Scott L Pomeroy; Todd R Golub; David N Louis
Journal:  Cancer Res       Date:  2003-04-01       Impact factor: 12.701

4.  MLL translocations specify a distinct gene expression profile that distinguishes a unique leukemia.

Authors:  Scott A Armstrong; Jane E Staunton; Lewis B Silverman; Rob Pieters; Monique L den Boer; Mark D Minden; Stephen E Sallan; Eric S Lander; Todd R Golub; Stanley J Korsmeyer
Journal:  Nat Genet       Date:  2001-12-03       Impact factor: 38.330

Review 5.  Identifying transcriptional cis-regulatory modules in animal genomes.

Authors:  Kushal Suryamohan; Marc S Halfon
Journal:  Wiley Interdiscip Rev Dev Biol       Date:  2014-12-29       Impact factor: 5.814

6.  Molecular classification of cancer: class discovery and class prediction by gene expression monitoring.

Authors:  T R Golub; D K Slonim; P Tamayo; C Huard; M Gaasenbeek; J P Mesirov; H Coller; M L Loh; J R Downing; M A Caligiuri; C D Bloomfield; E S Lander
Journal:  Science       Date:  1999-10-15       Impact factor: 47.728

7.  Gene expression correlates of clinical prostate cancer behavior.

Authors:  Dinesh Singh; Phillip G Febbo; Kenneth Ross; Donald G Jackson; Judith Manola; Christine Ladd; Pablo Tamayo; Andrew A Renshaw; Anthony V D'Amico; Jerome P Richie; Eric S Lander; Massimo Loda; Philip W Kantoff; Todd R Golub; William R Sellers
Journal:  Cancer Cell       Date:  2002-03       Impact factor: 31.743

8.  Lung cancer prediction from microarray data by gene expression programming.

Authors:  Hasseeb Azzawi; Jingyu Hou; Yong Xiang; Russul Alanni
Journal:  IET Syst Biol       Date:  2016-10       Impact factor: 1.615

9.  An enhancement of binary particle swarm optimization for gene selection in classifying cancer classes.

Authors:  Mohd Saberi Mohamad; Sigeru Omatu; Safaai Deris; Michifumi Yoshioka; Afnizanfaizal Abdullah; Zuwairie Ibrahim
Journal:  Algorithms Mol Biol       Date:  2013-04-24       Impact factor: 1.405

10.  Prediction of NSCLC recurrence from microarray data with GEP.

Authors:  Russul Al-Anni; Jingyu Hou; Rana Dhia'a Abdu-Aljabar; Yong Xiang
Journal:  IET Syst Biol       Date:  2017-06       Impact factor: 1.615

View more
  12 in total

1.  A Hybrid Gene Selection Method Based on ReliefF and Ant Colony Optimization Algorithm for Tumor Classification.

Authors:  Lin Sun; Xianglin Kong; Jiucheng Xu; Zhan'ao Xue; Ruibing Zhai; Shiguang Zhang
Journal:  Sci Rep       Date:  2019-06-20       Impact factor: 4.379

2.  Deep gene selection method to select genes from microarray datasets for cancer classification.

Authors:  Russul Alanni; Jingyu Hou; Hasseeb Azzawi; Yong Xiang
Journal:  BMC Bioinformatics       Date:  2019-11-27       Impact factor: 3.169

3.  Bioinformatic evidences and analysis of putative biomarkers in pancreatic ductal adenocarcinoma.

Authors:  Yuan Gu; Qijin Feng; Han Liu; Qi Zhou; Ailing Hu; Takuji Yamaguchi; Shilin Xia; Hiroyuki Kobayashi
Journal:  Heliyon       Date:  2019-08-26

4.  A comparative study of machine learning and deep learning algorithms to classify cancer types based on microarray gene expression data.

Authors:  Reinel Tabares-Soto; Simon Orozco-Arias; Victor Romero-Cano; Vanesa Segovia Bucheli; José Luis Rodríguez-Sotelo; Cristian Felipe Jiménez-Varón
Journal:  PeerJ Comput Sci       Date:  2020-04-13

5.  Quantitative Real-Time Analysis of Differentially Expressed Genes in Peripheral Blood Samples of Hypertension Patients.

Authors:  Fawad Ali; Arifullah Khan; Syed Aun Muhammad; Syed Shams Ul Hassan
Journal:  Genes (Basel)       Date:  2022-01-21       Impact factor: 4.096

6.  Identification of Feature Autophagy-Related Genes and DNA Methylation Profiles in Systemic Lupus Erythematosus Patients.

Authors:  Bo Gao
Journal:  Med Sci Monit       Date:  2021-12-20

7.  A Highly Discriminative Hybrid Feature Selection Algorithm for Cancer Diagnosis.

Authors:  Tarneem Elemam; Mohamed Elshrkawey
Journal:  ScientificWorldJournal       Date:  2022-08-09

8.  Ranking Series of Cancer-Related Gene Expression Data by Means of the Superposing Significant Interaction Rules Method.

Authors:  Emili Besalú; Jesus Vicente De Julián-Ortiz
Journal:  Biomolecules       Date:  2020-09-08

9.  MicroRNA expression integrated analysis and identification of novel biomarkers in small cell lung cancer: a meta-analysis.

Authors:  Dandan Han; Lailing Li; Xin Ge; Dan Li; Xiaolei Zhang
Journal:  Transl Cancer Res       Date:  2020-05       Impact factor: 1.241

10.  qPCR Analysis Reveals Association of Differential Expression of SRR, NFKB1, and PDE4B Genes With Type 2 Diabetes Mellitus.

Authors:  Waseem Raza; Jinlei Guo; Muhammad Imran Qadir; Baogang Bai; Syed Aun Muhammad
Journal:  Front Endocrinol (Lausanne)       Date:  2022-01-03       Impact factor: 5.555

View more

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