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

A stable gene selection in microarray data analysis

Abstract

Background

Microarray data analysis is notorious for involving a huge number of genes compared to a relatively small number of samples. Gene selection is to detect the most significantly differentially expressed genes under different conditions, and it has been a central research focus. In general, a better gene selection method can improve the performance of classification significantly. One of the difficulties in gene selection is that the numbers of samples under different conditions vary a lot.

Results

Two novel gene selection methods are proposed in this paper, which are not affected by the unbalanced sample class sizes and do not assume any explicit statistical model on the gene expression values. They were evaluated on eight publicly available microarray datasets, using leave-one-out cross-validation and 5-fold cross-validation. The performance is measured by the classification accuracies using the top ranked genes based on the training datasets.

Conclusion

The experimental results showed that the proposed gene selection methods are efficient, effective, and robust in identifying differentially expressed genes. Adopting the existing SVM-based and KNN-based classifiers, the selected genes by our proposed methods in general give more accurate classification results, typically when the sample class sizes in the training dataset are unbalanced.

Background

DNA microarray is a technology that can simultaneously measure the expression levels of thousands of genes in a single experiment. It is commonly used for comparing the gene expression levels in tissues under different conditions, such as wild-type versus mutant, or healthy versus diseased [1]. Some of the genes are expected to be differentially modulated in tissues under different conditions, with their expression levels increased or decreased to signify the experimental conditions. These discriminatory genes are very useful in clinical applications such as recognizing diseased profiles. However, due to high cost, the number of experiments that can be used for classification purpose is usually limited. This small number of experiments, compared to the large number of genes in an experiment, wakes up "the curse of dimensionality" and challenges the classification task and other data analysis in general. It is well-known that quite a number of genes are house-keeping genes and many others could be unrelated to the classification task [2]. Therefore, an important step to effective classification is to identify the discriminatory genes thus to reduce the number of genes used for classification purpose. This step of discriminatory gene identification is generally referred to as gene selection. Gene selection is a pre-requisite in many applications [3]. It should be noted that, often, the number of unrelated genes is much larger than the number of discriminatory genes.

There are a variety of gene selection methods proposed in the last a few years [2, 4, 5]. Among them, some methods assume explicit statistical models on the gene expression data. For example, Baldi and Long [4] developed a Gaussian gene-independent model on the gene expression data, and implemented a t-test combined with a full Bayesian treatment for gene selection. These methods assuming certain models are referred to as model-based gene selection methods. Other methods do not assume any specific distribution model on the gene expression data and they are referred to as model-free gene selection methods. For example, Xiong et al. [2] suggested a method to select genes through the space of feature subsets using classification errors. Guyon et al. [5] proposed a gene selection approach utilizing support vector machines based on recursive feature elimination. It has been reported that the results of model-free gene selection methods may be influenced by the classification methods chosen for scoring the genes [6]. Nonetheless, model-based gene selection methods lack of adaptability, because it is unlikely possible to construct a universal probabilistic analysis model that is suitable for all kinds of gene expression data, where noise and variance may vary dramatically across different gene expression data [6]. In this sense, model-free gene selection methods are more desirable than model-based ones.

Gene selection is to provide a subset of a small number of discriminatory, or the most relevant, genes that can effectively recognize the class to which a testing sample belongs. That is, it is to provide a classifier such that the classification error is minimized. The known dataset that is used for learning the classifier, or equivalently for gene selection, is referred to as the training dataset. In a training dataset, every sample is labeled with its known class. Notice that if one class is significantly larger than the others, then the trained classifier might be biased. Therefore, the desired gene selection methods are those that are not affected by the sizes of classes in the training dataset. A gene selection method is called stable if the selected genes are kept the same when duplicating all the samples in any class in the training dataset.

In this paper, we propose two novel gene scoring functions s1(·) and s2(·) to design two stable gene selection methods GS1 and GS2 [see Additional file 5], respectively, to be detailed in the Methods section. According to the classification scheme proposed in [6], our proposed gene selection methods are single gene scoring approaches. These two gene scoring functions non-trivially incorporate the means and the variations of the expression values of genes in the samples belonging to a common class, based on a very general assumption that discriminatory genes are those having different means across different classes, small intra-class variations and relatively large inter-class variations. This spherical data assumption does not involve any specific statistical model, and in this sense, the resultant gene selection methods GS1 and GS2 could be regarded as model-free. They are also shown to be stable theoretically.

Results and discussion

We have applied our gene selection methods GS1 and GS2 based on the gene scoring functions s1(·) and s2(·), respectively, to a total of 8 publicly available microarray datasets [7]: the leukemia (LEU) dataset [8], the small round blue cell tumors (SRBCT) dataset [9], the malignant glioma (GLIOMA) dataset [10], the human lung carcinomas (LUNG) dataset [11], the human carcinomas (CAR) dataset [12], the mixed-lineage leukemia (MLL) dataset [13], the prostate (PROSTATE) dataset [14], and the diffuse large B-cell lymphoma (DLBCL) dataset [15], the first two of which have been used for several similar testings of gene selection methods. On each dataset, one portion was used as the training dataset for our methods to score the genes and the other portion was used as the testing dataset. For each specified number x we reported the classification accuracy, on the testing dataset, of the classifier based on the top ranked x genes using the training dataset. The quality of these top ranked x genes is justified on two aspects: 1) the classification accuracy of the resultant classifier on the testing datasets, and 2) for the first two datasets LEU and SRBCT, the stability when the training datasets were partially changed. All the experiments were conducted in MATLAB [16] environment on a Pentium IV PC with a 2.4 GHz processor and a 512 MB RAM.

The datasets

The LEU dataset contains in total 72 samples in two classes, acute lymphoblastic leukemia (ALL) and acute myeloid leukemia (AML), which contain 47 and 25 samples, respectively. Every sample contains 7,129 gene expression values. We adopted the pretreatment method proposed in [1] to remove about half the genes and subsequently every sample contains only 3, 571 gene expression values.

The SRBCT dataset contains in total 83 samples in four classes, the Ewing family of tumors (EWS), Burkitt lymphoma (BL), neuroblastoma (NB) and rhabdomyosarcoma (RMS) [9]. Every sample in this dataset contains only 2,308 gene expression values. Among the 83 samples, 29, 11, 18, and 25 samples belong to classes EWS, BL, NB and RMS, respectively.

The GLIOMA dataset [10] contains in total 50 samples in four classes, cancer glioblastomas (CG), non-cancer glioblastomas (NG), cancer oligodendrogliomas (CO) and non-cancer oligodendrogliomas (NO), which have 14,14, 7,15 samples, respectively. Each sample has 12625 genes. We adopted a standard filtering method [10], that is, genes with minimal variations across the samples were removed. For this dataset, intensity thresholds were set at 20 and 16,000 units. Genes whose expression levels varied < 100 units between samples, or varied < 3 fold between any two samples, were excluded. After preprocessing, we obtained a dataset with 50 samples and 4433 genes.

The LUNG dataset [11] contains in total 203 samples in five classes, adenocarcinomas, squamous cell lung carcinomas, pulmonary carcinoids, small-cell lung carcinomas and normal lung, which have 139, 21, 20, 6,17 samples, respectively. Each sample has 12600 genes. The genes with standard deviations smaller than 50 expression units were removed and we obtained a dataset with 203 samples and 3312 genes [11].

The CAR dataset [12] contains in total 174 samples in eleven classes, prostate, bladder/ureter, breast, colorectal, gastroesophagus, kidney, liver, ovary, pancreas, lung adenocarcinomas, and lung squamous cell carcinoma, which have 26, 8, 26, 23,12,11, 7, 27, 6,14,14 samples, respectively. Each sample contains 12533 genes. In our experiment, we preprocessed dataset as described in [12]. We included only those probe sets whose maximum hybridization intensity (AD) in at least one sample was 200, all AD values ≤ 20, including negative AD values, were raised to 20, and the data were log transformed. After preprocessing, we obtained a dataset with 174 samples and 9182 genes.

The MLL dataset [13] contains in total 72 samples in three classes, acute lymphoblastic leukemia (ALL), acute myeloid leukemia (AML), and mixed-lineage leukemia gene (MLL), which have 24, 28, 20 samples, respectively. In our experiment, intensity thresholds were set at 100 – 16000 units. Then the relative variation of expressions for each gene was determined by dividing the maximum expression for the gene among all samples (max) over the minimum expression (min), i.e. max/min. We filtered out the genes with max/min ≤ 5 or (max - min) ≤ 500, that is, for max/min fold variation, we excluded genes with less than 5-fold variation and, for (max - min) absolute variation, we excluded genes with less than 500 units absolute. After preprocessing, we obtained a dataset with 72 samples and 8685 genes.

The PROSTATE dataset [14] contains in total 102 samples in two classes tumor and normal, which have 52 and 50 samples, respectively. The original dataset contains 12600 genes. In our experiment, intensity thresholds were set at 100 – 16000 units, the same as in the MLL dataset. Then we filtered out the genes with max/min ≤ 5 or (max - min) ≤ 50. After preprocessing, we obtained a dataset with 102 samples and 5966 genes.

The DLBCL dataset [15] contains in total 77 samples in two classes, diffuse large B-cell lymphomas (DLBCL) and follicular lymphoma (FL) which have 58 and 19 samples, respectively. The original dataset contains 7129 genes. We set intensity thresholds at 20 – 16000 units, then we filtered out genes with max/min ≤ 3 or (max - min) ≤ 100. After preprocessing, we obtained a dataset with 77 samples and 6285 genes.

Among the above 8 datasets [see Additional files 3 and 4], the first two, LEU and SRBCT, have been used frequently for testing gene selection methods and classifiers. For each of them, if we use the ratio of the largest class size divided by the smallest class size to represent the level of unbalance, then the fifth dataset CAR is the most unbalanced. In our experiments, we have run every gene selection method on each of the 8 datasets to rank the genes, and for every x ≤ 100, the classification accuracies of the classifier built using the top ranked x genes have been collected [see Additional file 1]. We chose to present part of the classification accuracies on datasets SRBCT and CAR in details (as plots) and to present only three values for x, 30, 60, and 100, for all eight datasets (as tables).

Classification accuracies

Using the top ranked genes selected by a gene selection method, together with their expression values in the training dataset, one can build a classifier that will decide for each testing sample the class it belongs to. Only the expression values for those selected genes in the testing sample are used for such a decision making. This is a standard way to test the quality of those selected genes, to examine how well the resulting classifier performs. Note that testing samples are not included in the training dataset. To this purpose, we define the classification accuracy to be the percentage of the correct decisions made by the classifier on the testing samples. We have compared our methods GS1 and GS2 with two other model-free gene selection methods Cho's [17] and F-test [1]. In our experiments, we have adopted two ways to build a classifier using the selected genes, one is through Support Vector Machines (SVMs) [5] and the other is through K- Nearest-Neighbor (KNN) search [1]. Essentially, SVMs compute a decision plane to separate the set of chips (in the training dataset) having different class memberships, and use this plane to predict the class memberships for testing chips. There are a number of kernels used in SVMs models for decision plane computing and we chose a linear kernel as described in [5]. A KNN classifier ascertains the class of a testing sample by analyzing its K nearest neighbors in the training dataset [1]. We chose the Euclidean distance in our KNN classifier with K = 5 and predicted the class by majority vote [1]. The SVM we used in MATLAB is from [18] and we coded the KNN by ourselves. For ease of presentation, the achieved classifiers are referred to as the SVM-classifier and the KNN-classifier, respectively.

Figures 1 and 2 plot the classification accuracies of the SVM-classifier based on four gene selection methods GS1, GS2, Cho's, and F-test, on the SRBCT and CAR datasets, respectively. These classification accuracies were obtained through Leave-One-Out (LOO) cross validation. In LOO cross validation, one sample was left out as a testing sample and the remaining were used as the training dataset, and this was done for every sample in the dataset. We have also conducted 5-Fold cross validation, in which each dataset was randomly partitioned into 5 parts of equal size and in every experiment four parts were used as the training dataset (the fifth part was used as the testing dataset). This was done for every four parts in the dataset and the process (that is, random partition, training, and testing) was repeated for 100 times. The average accuracy over all these 500 testing datasets was taken as the 5-Fold cross validation classification accuracy. All plots of the 5-Fold (and the other LOO) cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods GS1, GS2, Cho's, and F-test, on the eight datasets are included in Additional file 1. Especially, columns 2-4 (and 6–8) in Tables 1, 2, 3, 4, 5, 6, 7, 8 record these cross validation classification accuracies, for only three numbers of top ranked genes, that is, 30, 60, and 100. Column 5 (and column 9) records the highest cross validation classification accuracies on these eight datasets ever achieved by the SVM-classifier and the KNN-classifier, respectively, as well as the associated numbers of selected genes (no more than 100 genes were used).

Figure 1
figure 1

The leave-one-out cross validation classification accuracies of the SVM-classifier on four gene selection methods, GS1, GS2, Cho's, and F-test, on the SRBCT dataset.

Figure 2
figure 2

The leave-one-out cross validation classification accuracies of the SVM-classifier on four gene selection methods, GS1, GS2, Cho's, and F-test, on the CAR dataset.

Table 1 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the SRBCT dataset. Listed are the accuracies when the numbers of selected genes are 30, 60, and 100, respectively, together with their standard deviations for 5-fold cross validation, and the best accuracy together with the number of selected genes.
Table 2 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the CAR dataset.
Table 3 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the LEU dataset.
Table 4 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the GLIOMA dataset.
Table 5 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the LUNG dataset.
Table 6 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the DLBCL dataset.
Table 7 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the MLL dataset.
Table 8 The leave-one-out and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier based on four gene selection methods, GS1, GS2, Cho's, and F-test, on the PROSTATE dataset.

Note that in the 5-fold cross validation, the classification accuracy is calculated as the average of 500 classification accuracies on 500 testing datasets. We have also collected their standard deviations [see Additional file 2]. For three numbers 30, 60, and 100, the standard deviations are included in Tables 1, 2, 3, 4, 5, 6, 7, 8. Essentially, all these four gene selection methods, GS1, GS2, Cho's, and F-test, have very close standard deviations, and these standard deviations seem to be independent of classifier and dataset. Consequently, looking at all the classification accuracies as shown in Figures 1, 2 and Tables 1, 2, 3, 4, 5, 6, 7, 8, one general conclusion is that our gene selection methods, GS1 and GS2, perform at least comparably well to F-test and Cho's, on all 8 datasets using both the SVM-classifier and the KNN-classifier. Typically, our methods outperform significantly the other two methods on datasets SRBCT, GLIOMA, LUNG, and CAR, which have unbalanced class sizes.

Stability of the gene selection methods

Given a training dataset (in this case, we take the whole dataset as the training dataset), to test the stability of a gene selection method we duplicated all the samples in one class to produce a duplicated dataset. Our gene selection methods GS1 and GS2 are shown to be stable theoretically (cf. Methods section) and therefore are not subjects to such a test. For each of Cho's and F-test, it was applied on the duplicated datasets to report the same numbers of genes as it was applied to the original training dataset, and then the percentages of the common genes were recorded. Note that the LEU dataset and the SRBCT dataset give 2 and 4 duplicated datasets, respectively. Table 9 collects these percentages.

Table 9 The percentages of genes that were re-selected by Cho's and F-test on duplicated datasets, of the whole LEU and the SRBCT datasets, respectively.

We have also performed a similar experiment to test the stability when a small portion of the samples were removed from the training dataset. For each class in a training dataset, it was divided into three parts of equal size and every time one part was removed from the dataset to obtain a reduced dataset. Then again, the percentages of the common selected genes using the original dataset and the reduced datasets were recorded. We tried in total 1000 random divisions and the average of 3000 percentages was taken to be the stability for this class. Table 10 collects these stability results for GS1, GS2, Cho's, and F-test. From these results, we can see that GS1, GS2, and F-test had very close stabilities on the reduced datasets, while Cho's had the least over all classes.

Table 10 The percentages of genes that were re-selected by GS1, GS2, Cho's, and F-test on reduced datasets, of the whole LEU and the SRBCT datasets, respectively.

Conclusion

In this paper, we proposed two stable gene selection methods GS1 and GS2, which could also be regarded as model-free. From the comparisons made to one most recent method Cho's and one most classic method F-test on eight publicly available datasets, GS1 and GS2 selected genes whose resultant classifiers achieved at least equally good and most of the time better classification accuracies. Both leave-one-out and 5-fold cross validations confirmed our conclusion. We haven't run any biological experiments to verify each of the top ranked genes by our methods yet inconsistent to other methods. Nonetheless, we believe that our methods would be good potential substitutes to the ones currently in use as our methods are model-free and stable.

Methods

Assume in the training dataset there are in total p genes in the microarray chips, and assume we have in total n chips/samples that have been grouped into L classes. Let a ij denote the expression value of gene j in sample i. The training dataset can thus be represented as a matrix

An×p= (a ij )n×p.

We will define two gene scoring functions using entry values in matrix An×p. These two scoring functions might be considered to better use the means and the variations of the gene expression values.

Let n k denote the number of samples in class C k , for k = 1, 2,..., L (i.e., ∑ k = 1 L n k = n MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaaeWaqaaiabd6gaUnaaBaaaleaacqWGRbWAaeqaaOGaeyypa0JaemOBa4galeaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoaaaa@3889@ ). Let a ¯ k j = 1 n k ∑ i ∈ C k a i j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaOGaeyypa0ZaaSqaaSqaaiabigdaXaqaaiabd6gaUnaaBaaameaacqWGRbWAaeqaaaaakmaaqababaGaemyyae2aaSbaaSqaaiabdMgaPjabdQgaQbqabaaabaGaemyAaKMaeyicI4Saem4qam0aaSbaaWqaaiabdUgaRbqabaaaleqaniabggHiLdaaaa@419A@ , which is the average expression value of gene j in class C k , for k = 1, 2,..., L. The expression vector ( a ¯ k 1 , a ¯ k 2 , … , a ¯ k p MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGRbWAcqaIXaqmaeqaaOGaeiilaWIafmyyaeMbaebadaWgaaWcbaGaem4AaSMaeGOmaidabeaakiabcYcaSiablAciljabcYcaSiqbdggaHzaaraWaaSbaaSqaaiabdUgaRjabdchaWbqabaaaaa@3C97@ ) is the centroid of class C k . Correspondingly, the centroid matrix is

A ¯ L × p = ( a ¯ k j ) L × p . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGbbqqgaqeamaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeyypa0JaeiikaGIafmyyaeMbaebadaWgaaWcbaGaem4AaSMaemOAaOgabeaakiabcMcaPmaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeiOla4caaa@3F6E@

The mean of these centroids is A ^ = ( a ^ 1 , a ^ 2 , … , a ^ p ) MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGbbqqgaqcaiabg2da9maabmaabaGafmyyaeMbaKaadaWgaaWcbaGaeGymaedabeaakiabcYcaSiqbdggaHzaajaWaaSbaaSqaaiabikdaYaqabaGccqGGSaalcqWIMaYscqGGSaalcuWGHbqygaqcamaaBaaaleaacqWGWbaCaeqaaaGccaGLOaGaayzkaaaaaa@3C16@ , where a ^ j = 1 L ∑ k = 1 L a ¯ k j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcamaaBaaaleaacqWGQbGAaeqaaOGaeyypa0ZaaSqaaSqaaiabigdaXaqaaiabdYeambaakmaaqadabaGafmyyaeMbaebadaWgaaWcbaGaem4AaSMaemOAaOgabeaaaeaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoaaaa@3D8F@ .

For sample i belonging to class C k , the difference between the expression value of gene j and the class mean is x ij = |a ij - a ¯ k j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaaaa@30F7@ |. The matrix

Xn×p= (x ij )n×p

is the deviation matrix of the training dataset. Let x ¯ k j = 1 n k ∑ i ∈ C k x i j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaOGaeyypa0ZaaSqaaSqaaiabigdaXaqaaiabd6gaUnaaBaaameaacqWGRbWAaeqaaaaakmaaqababaGaemiEaG3aaSbaaSqaaiabdMgaPjabdQgaQbqabaaabaGaemyAaKMaeyicI4Saem4qam0aaSbaaWqaaiabdUgaRbqabaaaleqaniabggHiLdaaaa@41F6@ denote the average deviation for samples in class C k with respect to the centroid. The centroid deviation matrix is

X ¯ L × p = ( x ¯ k j ) L × p . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeamaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeyypa0JaeiikaGIafmiEaGNbaebadaWgaaWcbaGaem4AaSMaemOAaOgabeaakiabcMcaPmaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeiOla4caaa@3FCA@

Intuitively, gene j has a strong discriminating power if the means a ¯ k j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaaaa@30F7@ , k = 1, 2,..., L, differ significantly and x ¯ k j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaaaa@3125@ , k = 1, 2,..., L, indicating the intra-class variations, are all small.

For example, suppose we have a microarray expression matrix A12×4 as shown, in which 12 samples have been known in 3 classes:

A 12 × 4 = ( 0.65 0.2 0.2 0.7 0.85 1.0 1.4 1.0 0.9 1.2 0.8 1.3 ¯ 0.9 0.7 0.6 0.5 1.1 1.4 2.0 0.7 1.5 1.8 1.2 1.6 1.3 0.9 1.0 1.2 ¯ 1.2 1.0 0.8 1.5 1.5 1.7 1.6 0.2 1.7 2.1 2.3 1.8 2.0 2.0 1.9 0.3 1.6 1.2 1.4 1.2 ) . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGbbqqdaWgaaWcbaGaeGymaeJaeGOmaiJaey41aqRaeGinaqdabeaakiabg2da9maabmaabaqbaeGabqqaaaaabaWaaWaaaeaafaqaceWaeaaaaeaacqaIWaamcqGGUaGlcqaI2aGncqaI1aqnaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaI3aWnaeaacqaIWaamcqGGUaGlcqaI4aaocqaI1aqnaeaacqaIXaqmcqGGUaGlcqaIWaamaeaacqaIXaqmcqGGUaGlcqaI0aanaeaacqaIXaqmcqGGUaGlcqaIWaamaeaacqaIWaamcqGGUaGlcqaI5aqoaeaacqaIXaqmcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaI4aaoaeaacqaIXaqmcqGGUaGlcqaIZaWmaaaaaaqaamaamaaabaqbaeqabqabaaaaaeaacqaIWaamcqGGUaGlcqaI5aqoaeaacqaIWaamcqGGUaGlcqaI3aWnaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaI1aqnaeaacqaIXaqmcqGGUaGlcqaIXaqmaeaacqaIXaqmcqGGUaGlcqaI0aanaeaacqaIYaGmcqGGUaGlcqaIWaamaeaacqaIWaamcqGGUaGlcqaI3aWnaeaacqaIXaqmcqGGUaGlcqaI1aqnaeaacqaIXaqmcqGGUaGlcqaI4aaoaeaacqaIXaqmcqGGUaGlcqaIYaGmaeaacqaIXaqmcqGGUaGlcqaI2aGnaeaacqaIXaqmcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaI5aqoaeaacqaIXaqmcqGGUaGlcqaIWaamaeaacqaIXaqmcqGGUaGlcqaIYaGmaaaaaaqaauaabeqacqaaaaqaaiabigdaXiabc6caUiabikdaYaqaaiabigdaXiabc6caUiabicdaWaqaaiabicdaWiabc6caUiabiIda4aqaaiabigdaXiabc6caUiabiwda1aqaaiabigdaXiabc6caUiabiwda1aqaaiabigdaXiabc6caUiabiEda3aqaaiabigdaXiabc6caUiabiAda2aqaaiabicdaWiabc6caUiabikdaYaaaaeaafaqabeWaeaaaaeaacqaIXaqmcqGGUaGlcqaI3aWnaeaacqaIYaGmcqGGUaGlcqaIXaqmaeaacqaIYaGmcqGGUaGlcqaIZaWmaeaacqaIXaqmcqGGUaGlcqaI4aaoaeaacqaIYaGmcqGGUaGlcqaIWaamaeaacqaIYaGmcqGGUaGlcqaIWaamaeaacqaIXaqmcqGGUaGlcqaI5aqoaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIXaqmcqGGUaGlcqaI2aGnaeaacqaIXaqmcqGGUaGlcqaIYaGmaeaacqaIXaqmcqGGUaGlcqaI0aanaeaacqaIXaqmcqGGUaGlcqaIYaGmaaaaaaGaayjkaiaawMcaaiabc6caUaaa@BEC2@

Then the centroid matrix A ¯ 3 × 4 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGbbqqgaqeamaaBaaaleaacqaIZaWmcqGHxdaTcqaI0aanaeqaaaaa@31FC@ is

A ¯ 3 × 4 = ( 0.8 0.8 0.8 1.0 1.2 1.2 1.2 1.0 1.6 1.6 1.6 1.0 ) , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGbbqqgaqeamaaBaaaleaacqaIZaWmcqGHxdaTcqaI0aanaeqaaOGaeyypa0ZaaeWaaeaafaqabeWaeaaaaeaacqaIWaamcqGGUaGlcqaI4aaoaeaacqaIWaamcqGGUaGlcqaI4aaoaeaacqaIWaamcqGGUaGlcqaI4aaoaeaacqaIXaqmcqGGUaGlcqaIWaamaeaacqaIXaqmcqGGUaGlcqaIYaGmaeaacqaIXaqmcqGGUaGlcqaIYaGmaeaacqaIXaqmcqGGUaGlcqaIYaGmaeaacqaIXaqmcqGGUaGlcqaIWaamaeaacqaIXaqmcqGGUaGlcqaI2aGnaeaacqaIXaqmcqGGUaGlcqaI2aGnaeaacqaIXaqmcqGGUaGlcqaI2aGnaeaacqaIXaqmcqGGUaGlcqaIWaamaaaacaGLOaGaayzkaaGaeiilaWcaaa@5702@

and the mean of the centroids is

A ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGbbqqgaqcaaaa@2DC7@
(1)

= (1.2, 1.2, 1.2, 1.0).

The deviation matrix X12×4 is

X 12 × 4 = ( 0.15 0.6 0.6 0.3 0.05 0.2 0.6 0.0 0.1 0.4 0.0 0.3 ¯ 0.3 0.5 0.6 0.5 0.1 0.2 0.8 0.3 0.3 0.6 0.0 0.6 0.1 0.3 0.2 0.2 ¯ 0.4 0.6 0.8 0.5 0.1 0.1 0.0 0.8 0.1 0.5 0.7 0.8 0.4 0.4 0.3 0.7 0.0 0.4 0.2 0.2 ) , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGybawdaWgaaWcbaGaeGymaeJaeGOmaiJaey41aqRaeGinaqdabeaakiabg2da9maabmaabaqbaeGabqqaaaaabaWaaWaaaeaafaqaceWaeaaaaeaacqaIWaamcqGGUaGlcqaIXaqmcqaI1aqnaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaIWaamcqaI1aqnaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaIWaamaeaacqaIWaamcqGGUaGlcqaIXaqmaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaIWaamaeaacqaIWaamcqGGUaGlcqaIZaWmaaaaaaqaamaamaaabaqbaeaabqabaaaaaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaI1aqnaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaI1aqnaeaacqaIWaamcqGGUaGlcqaIXaqmaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaI4aaoaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaIWaamaeaacqaIWaamcqGGUaGlcqaI2aGnaeaacqaIWaamcqGGUaGlcqaIXaqmaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaIYaGmaaaaaaqaauaabeqacqaaaaqaaiabicdaWiabc6caUiabisda0aqaaiabicdaWiabc6caUiabiAda2aqaaiabicdaWiabc6caUiabiIda4aqaaiabicdaWiabc6caUiabiwda1aqaaiabicdaWiabc6caUiabigdaXaqaaiabicdaWiabc6caUiabigdaXaqaaiabicdaWiabc6caUiabicdaWaqaaiabicdaWiabc6caUiabiIda4aaaaeaafaqabeWaeaaaaeaacqaIWaamcqGGUaGlcqaIXaqmaeaacqaIWaamcqGGUaGlcqaI1aqnaeaacqaIWaamcqGGUaGlcqaI3aWnaeaacqaIWaamcqGGUaGlcqaI4aaoaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaIZaWmaeaacqaIWaamcqGGUaGlcqaI3aWnaeaacqaIWaamcqGGUaGlcqaIWaamaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaIYaGmaaaaaaGaayjkaiaawMcaaiabcYcaSaaa@BE57@

and the intra-class average deviations are

X ¯ 3 × 4 = ( 0.1 0.4 0.4 0.2 0.2 0.4 0.4 0.4 0.2 0.4 0.4 0.6 ) . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeamaaBaaaleaacqaIZaWmcqGHxdaTcqaI0aanaeqaaOGaeyypa0ZaaeWaaeaafaqabeWaeaaaaeaacqaIWaamcqGGUaGlcqaIXaqmaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaIYaGmaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaI0aanaeaacqaIWaamcqGGUaGlcqaI2aGnaaaacaGLOaGaayzkaaGaeiOla4caaa@5714@

Figures 3, 4, 5, 6 illustrate the expression values of these four genes across all 12 samples, with the intra-class means and average deviations also shown. There are three key ideas in our design of gene scoring functions, which will be exemplified through these four genes. First of all, gene 1 has quite different mean expression values across three classes, compared to gene 4 that has the same means. Therefore, gene 1 is intuitively better than gene 4 in terms of discriminating power. Note that the goal of gene selection is to select genes that have significantly different means across different classes. For each gene j, the quantity a ^ j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcamaaBaaaleaacqWGQbGAaeqaaaaa@2F90@ is the mean of all the centroids on gene j and it represents all the samples. a ^ j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcamaaBaaaleaacqWGQbGAaeqaaaaa@2F90@ is stable, that is, it would not change when the samples in one class are duplicated (since the number of classes, L, and all the means, a ¯ k j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaaaa@30F7@ , for k = 1, 2,..., L, do not change). We define the scatter of gene j to capture the inter-class variations, which takes in a ^ j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcamaaBaaaleaacqWGQbGAaeqaaaaa@2F90@ as a component:

Figure 3
figure 3

The plot of the expression values of gene 1 across all 12 samples in the example dataset, with both intra-class means and average deviations calculated.

Figure 4
figure 4

The plot of the expression values of gene 2 across all 12 samples in the example dataset, with both intra-class means and average deviations calculated.

Figure 5
figure 5

The plot of the expression values of gene 3 across all 12 samples in the example dataset, with both intra-class means and average deviations calculated.

Figure 6
figure 6

The plot of the expression values of gene 4 across all 12 samples in the example dataset, with both intra-class means and average deviations calculated.

s c a t t e r ( j ) = 1 L ∑ k = 1 L ( a ¯ k j − a ^ j ) 2 + 1 2 min w ≠ v | a ¯ w j − a ^ v j | , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGZbWCcqWGJbWycqWGHbqycqWG0baDcqWG0baDcqWGLbqzcqWGYbGCcqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaGcaaqaamaalaaabaGaeGymaedabaGaemitaWeaamaaqahabaGaeiikaGIafmyyaeMbaebadaWgaaWcbaGaem4AaSMaemOAaOgabeaakiabgkHiTiqbdggaHzaajaWaaSbaaSqaaiabdQgaQbqabaGccqGGPaqkdaahaaWcbeqaaiabikdaYaaaaeaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoaaSqabaGccqGHRaWkdaWcaaqaaiabigdaXaqaaiabikdaYaaadaWfqaqaaiGbc2gaTjabcMgaPjabc6gaUbWcbaGaem4DaCNaeyiyIKRaemODayhabeaakmaaemaabaGafmyyaeMbaebadaWgaaWcbaGaem4DaCNaemOAaOgabeaakiabgkHiTiqbdggaHzaajaWaaSbaaSqaaiabdAha2jabdQgaQbqabaaakiaawEa7caGLiWoacqGGSaalaaa@680B@

in which the square root is the standard (estimated) deviation of all the centroids on gene j. Clearly seen, scatter(j) is a stable function. More discriminatory genes are expected to have bigger scatter-values. In the following, we prove an upper bound and a lower bound for scatter(j).

Lemma 1 Given n arbitrary nonnegative numbers a1, a2,...,a n , the inequality 1 n MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabigdaXaqaaiabd6gaUbaaaaa@2F11@ (a1 + a2 + ... + a n ) ≤ 1 n ( a 1 2 + a 2 2 + … + a n 2 ) MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaGcaaqaamaalaaabaGaeGymaedabaGaemOBa4gaaiabcIcaOiabdggaHnaaDaaaleaacqaIXaqmaeaacqaIYaGmaaGccqGHRaWkcqWGHbqydaqhaaWcbaGaeGOmaidabaGaeGOmaidaaOGaey4kaSIaeSOjGSKaey4kaSIaemyyae2aa0baaSqaaiabd6gaUbqaaiabikdaYaaakiabcMcaPaWcbeaaaaa@3F49@ holds, and it becomes equality if and only if a1 = a2 = ... = a n .

Lemma 1 can be proven by a mathematical induction.

Lemma 2 Given n arbitrary nonnegative numbers sorted in order a1 ≤ a2 ≤ ... ≤ a n , define a ^ = 1 n ∑ i = 1 n a i MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaiabg2da9maalaaabaGaeGymaedabaGaemOBa4gaamaaqadabaGaemyyae2aaSbaaSqaaiabdMgaPbqabaaabaGaemyAaKMaeyypa0JaeGymaedabaGaemOBa4ganiabggHiLdaaaa@3AF1@ , a ˜ = 1 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaiabg2da9maalaaabaGaeGymaedabaGaeGOmaidaaaaa@30FE@ min1≤i≤n-1(ai+1- a i ), and S = 1 n ∑ i = 1 n ( a i − a ^ ) 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGtbWucqGH9aqpdaGcaaqaamaalaaabaGaeGymaedabaGaemOBa4gaamaaqadabaGaeiikaGIaemyyae2aaSbaaSqaaiabdMgaPbqabaGccqGHsislcuWGHbqygaqcaiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdMgaPjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHris5aaWcbeaaaaa@4003@ . Then,

a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@
(2)

≤ S ≤ (a n - a1) - a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ .

PROOF. Note that both S and a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ are nonnegative. Therefore, if a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ = 0, then S ≥ a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ holds trivially. In the other case, we have a1 <a2 < ... <a n . Assume without loss of generality that the minimum is achieved at i = k, that is, a ˜ = 1 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaiabg2da9maalaaabaGaeGymaedabaGaeGOmaidaaaaa@30FE@ (ak+1- a k ). If a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ ∈ [a k , ak+1], from Lemma 1, we have

1 2 ( ( a k − a ^ ) 2 + ( a k + 1 − a ^ ) 2 ) ≥ ( 1 2 ( ( a ^ − a k ) + ( a k + 1 − a ^ ) ) 2 = a ˜ 2 . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabigdaXaqaaiabikdaYaaadaqadaqaaiabcIcaOiabdggaHnaaBaaaleaacqWGRbWAaeqaaOGaeyOeI0IafmyyaeMbaKaacqGGPaqkdaahaaWcbeqaaiabikdaYaaakiabgUcaRiabcIcaOiabdggaHnaaBaaaleaacqWGRbWAcqGHRaWkcqaIXaqmaeqaaOGaeyOeI0IafmyyaeMbaKaacqGGPaqkdaahaaWcbeqaaiabikdaYaaaaOGaayjkaiaawMcaaiabgwMiZoaabmaabaWaaSaaaeaacqaIXaqmaeaacqaIYaGmaaGaeiikaGIaeiikaGIafmyyaeMbaKaacqGHsislcqWGHbqydaWgaaWcbaGaem4AaSgabeaakiabcMcaPiabgUcaRiabcIcaOiabdggaHnaaBaaaleaacqWGRbWAcqGHRaWkcqaIXaqmaeqaaOGaeyOeI0IafmyyaeMbaKaacqGGPaqkaiaawIcacaGLPaaadaahaaWcbeqaaiabikdaYaaakiabg2da9iqbdggaHzaaiaWaaWbaaSqabeaacqaIYaGmaaGccqGGUaGlaaa@5EF8@

For i ≠ k, k + 1, (a i ≥ a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ )2 ≥ a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ 2. Therefore, n S 2 = ∑ i = 1 n ( a i − a ^ ) 2 ≥ n a ˜ 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGUbGBcqWGtbWudaahaaWcbeqaaiabikdaYaaakiabg2da9maaqadabaGaeiikaGIaemyyae2aaSbaaSqaaiabdMgaPbqabaGccqGHsislcuWGHbqygaqcaiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdMgaPjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHris5aOGaeyyzImRaemOBa4MafmyyaeMbaGaadaahaaWcbeqaaiabikdaYaaaaaa@45BF@ . if a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ ∈ [a p , ap+1] but p ≠ k, similarly we will have 1 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabigdaXaqaaiabikdaYaaaaaa@2E9E@ ((a p - a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ )2 + (ap+1- a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ )2) ≥ (ap+1- a p )2 ≥ a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ 2 and for i ≠ p, p + 1, (a i - a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ )2 ≥ a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ 2. This proves that a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ ≤ S.

Inequality S + a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ ≤ a n - a1 holds again if a ˜ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ = 0, since (a i - a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ )2 ≤ (a n - a1)2 for every i. Therefore, we may assume that a1 <a2 < ... <a n . A similar enlarging process gives S ≤ max{a n - a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ , a ^ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaaaa@2E07@ - a1}. Since

a n − a ^ + a ˜ ≤ a n − 1 2 ( a 2 + a 1 ) + 1 2 ( a 2 − a 1 ) = a n − a 1 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGHbqydaWgaaWcbaGaemOBa4gabeaakiabgkHiTiqbdggaHzaajaGaey4kaSIafmyyaeMbaGaacqGHKjYOcqWGHbqydaWgaaWcbaGaemOBa4gabeaakiabgkHiTmaalaaabaGaeGymaedabaGaeGOmaidaaiabcIcaOiabdggaHnaaBaaaleaacqaIYaGmaeqaaOGaey4kaSIaemyyae2aaSbaaSqaaiabigdaXaqabaGccqGGPaqkcqGHRaWkdaWcaaqaaiabigdaXaqaaiabikdaYaaacqGGOaakcqWGHbqydaWgaaWcbaGaeGOmaidabeaakiabgkHiTiabdggaHnaaBaaaleaacqaIXaqmaeqaaOGaeiykaKIaeyypa0Jaemyyae2aaSbaaSqaaiabd6gaUbqabaGccqGHsislcqWGHbqydaWgaaWcbaGaeGymaedabeaaaaa@549F@

and

a ^ − a 1 + a ˜ ≤ 1 2 ( a n + a n − 1 ) − a 1 + 1 2 ( a n − a n − 1 ) = a n − a 1 , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqcaiabgkHiTiabdggaHnaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIafmyyaeMbaGaacqGHKjYOdaWcaaqaaiabigdaXaqaaiabikdaYaaacqGGOaakcqWGHbqydaWgaaWcbaGaemOBa4gabeaakiabgUcaRiabdggaHnaaBaaaleaacqWGUbGBcqGHsislcqaIXaqmaeqaaOGaeiykaKIaeyOeI0Iaemyyae2aaSbaaSqaaiabigdaXaqabaGccqGHRaWkdaWcaaqaaiabigdaXaqaaiabikdaYaaacqGGOaakcqWGHbqydaWgaaWcbaGaemOBa4gabeaakiabgkHiTiabdggaHnaaBaaaleaacqWGUbGBcqGHsislcqaIXaqmaeqaaOGaeiykaKIaeyypa0Jaemyyae2aaSbaaSqaaiabd6gaUbqabaGccqGHsislcqWGHbqydaWgaaWcbaGaeGymaedabeaakiabcYcaSaaa@5A29@

we conclude that S + a Ëœ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaacaaaa@2E06@ ≤ a n - a1.     â–¡

According to Lemma 2, the following theorem on the bounds on scatter(j) holds.

Theorem 3 For gene j, define max(j) = maxw≠v | a ¯ w j − a ¯ v j | MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaabdaqaaiqbdggaHzaaraWaaSbaaSqaaiabdEha3jabdQgaQbqabaGccqGHsislcuWGHbqygaqeamaaBaaaleaacqWG2bGDcqWGQbGAaeqaaaGccaGLhWUaayjcSdaaaa@3993@ and min(j) = minw≠v | a ¯ w j − a ¯ v j | MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaabdaqaaiqbdggaHzaaraWaaSbaaSqaaiabdEha3jabdQgaQbqabaGccqGHsislcuWGHbqygaqeamaaBaaaleaacqWG2bGDcqWGQbGAaeqaaaGccaGLhWUaayjcSdaaaa@3993@ . We have min(j) ≤ scatter (j) ≤ max(j).

A differentially expressed gene is expected to have not only large inter-class variations, which can be represented by its scatter-value, but also small intra-class variations. Secondly, we define a function based on the deviation matrix Xn×pand the centroid deviation matrix X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ L×p:

μ ( X ¯ L × p , j ) = x ^ j = 1 L ∑ k = 1 L x ¯ k j = 1 L ∑ k = 1 L ( 1 n k ∑ i ∈ C k x i j ) , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaiiGacqWF8oqBcqGGOaakcuWGybawgaqeamaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeiilaWIaemOAaOMaeiykaKIaeyypa0JafmiEaGNbaKaadaWgaaWcbaGaemOAaOgabeaakiabg2da9maalaaabaGaeGymaedabaGaemitaWeaamaaqahabaGafmiEaGNbaebadaWgaaWcbaGaem4AaSMaemOAaOgabeaaaeaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoakiabg2da9maalaaabaGaeGymaedabaGaemitaWeaamaaqahabaGaeiikaGYaaSaaaeaacqaIXaqmaeaacqWGUbGBdaWgaaWcbaGaem4AaSgabeaaaaaabaGaem4AaSMaeyypa0JaeGymaedabaGaemitaWeaniabggHiLdGcdaaeqbqaaiabdIha4naaBaaaleaacqWGPbqAcqWGQbGAaeqaaaqaaiabdMgaPjabgIGiolabdoeadnaaBaaameaacqWGRbWAaeqaaaWcbeqdcqGHris5aOGaeiykaKIaeiilaWcaaa@675D@

which is stable. Intuitively, discriminatory genes are expected to have smaller μ-values. In the example dataset, genes 1 and 2 have the same mean expression values across all three classes, that is, they have the equal scatter values. Nonetheless, μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ 3×4, 1) = 0.167 and μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ 3×4, 2) = 0.4, and thus gene 1 is better than gene 2 in this sense.

In the same example, we have μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ 3×4, 3) = μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ 3×4, 4) = 0.4. However, for gene 3, the centroids of three intra-class average deviations are the same, that is, x ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeaaaa@2E3D@ k3 = 0.4 for k = 1, 2, 3; for gene 4, the scenario is totally different, x ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeaaaa@2E3D@ x4 = 0.2, 0.4, 0.6 for k = 1, 2, 3. This raises a question of, basing on μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ L×p, j), what we can tell about the quality of gene j. The contradictory fact is that gene 3 has a smaller maximum intra-class average deviation and a larger minimum intra-class average deviation. To further differentiate the genes, thirdly, we define function d1(j):

d 1 ( j ) = 1 L ∑ k = 1 L x ¯ k j 2 . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGKbazdaWgaaWcbaGaeGymaedabeaakiabcIcaOiabdQgaQjabcMcaPiabg2da9maakaaabaWaaSaaaeaacqaIXaqmaeaacqWGmbataaWaaabCaeaacuWG4baEgaqeamaaDaaaleaacqWGRbWAcqWGQbGAaeaacqaIYaGmaaaabaGaem4AaSMaeyypa0JaeGymaedabaGaemitaWeaniabggHiLdaaleqaaOGaeiOla4caaa@427B@

From Lemma 1, d1(j) ≥ μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ L×p, j). d1(j) is also stable, and in the above example we have d1(3) <d1(4), which indicates that function d1(j) could be more sensitive and conservative than function μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ L×p, j) on judgment ability. Another stable function can be defined based on μ( X ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGybawgaqeaaaa@2DFD@ L×p,j) is

d 2 ( j ) = 1 L ∑ k = 1 L ( 1 n k ∑ i ∈ C k x i j 2 ) . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGKbazdaWgaaWcbaGaeGOmaidabeaakiabcIcaOiabdQgaQjabcMcaPiabg2da9maakaaabaWaaSaaaeaacqaIXaqmaeaacqWGmbataaWaaabCaeaadaqadaqaamaalaaabaGaeGymaedabaGaemOBa42aaSbaaSqaaiabdUgaRbqabaaaaOWaaabuaeaacqWG4baEdaqhaaWcbaGaemyAaKMaemOAaOgabaGaeGOmaidaaaqaaiabdMgaPjabgIGiolabdoeadnaaBaaameaacqWGRbWAaeqaaaWcbeqdcqGHris5aaGccaGLOaGaayzkaaaaleaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoaaSqabaGccqGGUaGlaaa@4F96@

Intuitively, d2(j) includes more details in its calculation than d1(j) does. In the above example, gene 2 and gene 3 have the same mean expression values across all three classes: x ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeaaaa@2E3D@ 1j= x ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeaaaa@2E3D@ 2j= x ¯ MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWG4baEgaqeaaaa@2E3D@ 3j. Therefore, we have d1(2) = d1(3) but d2(2) <d2(3). Since intuitively gene 2 has a stronger separability than gene 3, d2(j) could be even more sensitive than d1(j).

The above two functions d1(·) and d2(·) basically consider the means of intra-class variations. The following two functions δ1(j) and δ2(j) are introduced to capture the variations of intra-class deviations, corresponding to d1(·) and d2(·), respectively:

δ 1 ( j ) = 1 L ∑ k = 1 L ( x ¯ k j − μ ( X ¯ L × p , j ) ) 2 , and δ 2 ( j ) = 1 L ∑ k = 1 L 1 n k ∑ i ∈ C k ( x ¯ i j − μ ( X ¯ L × p , j ) ) 2 . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqabeqadaaabaacciGae8hTdq2aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaGcaaqaamaalaaabaGaeGymaedabaGaemitaWeaamaaqahabaWaaeWaaeaacuWG4baEgaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaOGaeyOeI0Iae8hVd0MaeiikaGIafmiwaGLbaebadaWgaaWcbaGaemitaWKaey41aqRaemiCaahabeaakiabcYcaSiabdQgaQjabcMcaPaGaayjkaiaawMcaamaaCaaaleqabaGaeGOmaidaaaqaaiabdUgaRjabg2da9iabigdaXaqaaiabdYeambqdcqGHris5aaWcbeaakiabcYcaSaqaaiabbggaHjabb6gaUjabbsgaKbqaaiab=r7aKnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIaemOAaOMaeiykaKIaeyypa0ZaaOaaaeaadaWcaaqaaiabigdaXaqaaiabdYeambaadaaeWbqaamaalaaabaGaeGymaedabaGaemOBa42aaSbaaSqaaiabdUgaRbqabaaaaOWaaabuaeaadaqadaqaaiqbdIha4zaaraWaaSbaaSqaaiabdMgaPjabdQgaQbqabaGccqGHsislcqWF8oqBcqGGOaakcuWGybawgaqeamaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeiilaWIaemOAaOMaeiykaKcacaGLOaGaayzkaaWaaWbaaSqabeaacqaIYaGmaaaabaGaemyAaKMaeyicI4Saem4qam0aaSbaaWqaaiabdUgaRbqabaaaleqaniabggHiLdaaleaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoaaSqabaaaaOGaeiOla4caaa@8582@

Theorem 4 δ 1 ( j ) = d 1 ( j ) 2 − μ ( X ¯ L × p , j ) 2 a n d δ 2 ( j ) = d 2 ( j ) 2 − μ ( X ¯ L × p , j ) 2 . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqabeqadaaabaacciGae8hTdq2aaSbaaSqaaiabbgdaXaqabaGccqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaGcaaqaaiabdsgaKnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIaemOAaOMaeiykaKYaaWbaaSqabeaacqaIYaGmaaGccqGHsislcqWF8oqBcqGGOaakcuWGybawgaqeamaaBaaaleaacqWGmbatcqGHxdaTcqWGWbaCaeqaaOGaeiilaWIaemOAaOMaeiykaKYaaWbaaSqabeaacqaIYaGmaaaabeaaaOqaaiabdggaHjabd6gaUjabdsgaKbqaaiab=r7aKnaaBaaaleaacqqGYaGmaeqaaOGaeiikaGIaemOAaOMaeiykaKIaeyypa0ZaaOaaaeaacqWGKbazdaWgaaWcbaGaeGOmaidabeaakiabcIcaOiabdQgaQjabcMcaPmaaCaaaleqabaGaeGOmaidaaOGaeyOeI0Iae8hVd0MaeiikaGIafmiwaGLbaebadaWgaaWcbaGaemitaWKaey41aqRaemiCaahabeaakiabcYcaSiabdQgaQjabcMcaPmaaCaaaleqabaGaeGOmaidaaaqabaaaaOGaeiOla4caaa@6892@

PROOF. The proof is easily done by simplifying the definition formulae for δ1(j) and δ2(j).     â–¡

Similar to functions d1(j) and d2(j), for an ideal differentially expressed gene j, both δ1(j) and δ2(j) are expected to have small values. Moreover, similar to the relation between d1(j) and d2(j), δ2(j) is considered more sensitive than δ1(j). We define function compact k (j) = d k (j) + δ k (j), for k = 1, 2, to evaluate the intra-class variations for gene j. And we define the gene scoring function s k (j) = compact k (j)/scatter(j) to rank the genes according to their differentiability. Note that a smaller value of s k (j) indicates a higher differentiability.

We denote the gene selection method using compact1(j) = d1(j) + δ1(j) as GS1, and the other using compact2(j) = d2(j) + δ2(j) as GS2. Both GS1 and GS2 are model-free and stable. In each of them, the scores for all genes are calculated and genes are sorted in non-decreasing order of their scores. Since the number of genes, p, is typically much larger than the number of samples, n, the overall running time to compute this order is O(p log p). In practice, there are several ways to select the informative genes using this order. For example, one may select the top ranked x genes for further analysis, or the top ranked x% genes, or all the genes with score no larger than some constant, among others.

F-test method

F-test method [1, 19] is also a single gene scoring approach. Besides the notations used in our methods, it uses σ k 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaiiGacqWFdpWCdaqhaaWcbaGaem4AaSgabaGaeGOmaidaaaaa@30F4@ to denote the variance of expression value of gene j in the k-th class:

σ k 2 = ∑ i ∈ C k ( a i j − a ¯ k j ) 2 n k − 1 , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaiiGacqWFdpWCdaqhaaWcbaGaem4AaSgabaGaeGOmaidaaOGaeyypa0ZaaSaaaeaadaaeqaqaaiabcIcaOiabdggaHnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaOGaeyOeI0IafmyyaeMbaebadaWgaaWcbaGaem4AaSMaemOAaOgabeaakiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdMgaPjabgIGiolabdoeadnaaBaaameaacqWGRbWAaeqaaaWcbeqdcqGHris5aaGcbaGaemOBa42aaSbaaSqaaiabdUgaRbqabaGccqGHsislcqaIXaqmaaGaeiilaWcaaa@4B7E@

and σ 2 = ∑ k = 1 L n k ( n k − 1 ) σ k 2 n − L MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaiiGacqWFdpWCdaahaaWcbeqaaiabikdaYaaakiabg2da9maalaaabaWaaabmaeaacqWGUbGBdaWgaaWcbaGaem4AaSgabeaakiabcIcaOiabd6gaUnaaBaaaleaacqWGRbWAaeqaaOGaeyOeI0IaeGymaeJaeiykaKIae83Wdm3aa0baaSqaaiabdUgaRbqaaiabikdaYaaaaeaacqWGRbWAcqGH9aqpcqaIXaqmaeaacqWGmbata0GaeyyeIuoaaOqaaiabd6gaUjabgkHiTiabdYeambaaaaa@485E@ to denote the variance in the whole dataset. Gene j has a score defined to be:

F ( j ) = ∑ k = 1 L n k ( a ¯ k j − a ^ j ) / ( L − 1 ) σ 2 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGgbGrcqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaWcaaqaamaaqadabaGaemOBa42aaSbaaSqaaiabdUgaRbqabaGccqGGOaakcuWGHbqygaqeamaaBaaaleaacqWGRbWAcqWGQbGAaeqaaOGaeyOeI0IafmyyaeMbaKaadaWgaaWcbaGaemOAaOgabeaakiabcMcaPiabc+caViabcIcaOiabdYeamjabgkHiTiabigdaXiabcMcaPaWcbaGaem4AaSMaeyypa0JaeGymaedabaGaemitaWeaniabggHiLdaakeaaiiGacqWFdpWCdaahaaWcbeqaaiabikdaYaaaaaaaaa@4DC3@

Cho's method

Using the same notations used as in the above, Cho's method [17] defines a weight factor w i for sample i, which is 1 n k MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabigdaXaqaaiabd6gaUnaaBaaaleaacqWGRbWAaeqaaaaaaaa@309C@ if sample i belongs to class k. Let W = ∑ i = 1 n w i MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGxbWvcqGH9aqpdaaeWaqaaiabdEha3naaBaaaleaacqWGPbqAaeqaaaqaaiabdMgaPjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHris5aaaa@3894@ . The weighted mean(j) for gene j is defined as

m e a n ( j ) = ∑ i = 1 n w i W x i j . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGTbqBcqWGLbqzcqWGHbqycqWGUbGBcqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaaeWbqaamaalaaabaGaem4DaC3aaSbaaSqaaiabdMgaPbqabaaakeaacqWGxbWvaaGaemiEaG3aaSbaaSqaaiabdMgaPjabdQgaQbqabaaabaGaemyAaKMaeyypa0JaeGymaedabaGaemOBa4ganiabggHiLdGccqGGUaGlaaa@46AE@

The weighted standard deviation is defined as

s t d ( j ) = ∑ i = 1 n ( x i j − m e a n ( j ) ) 2 ( n − 1 / n ) ∑ i = 1 n w i . MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGZbWCcqWG0baDcqWGKbazcqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaGcaaqaamaalaaabaWaaabmaeaacqGGOaakcqWG4baEdaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabgkHiTiabd2gaTjabdwgaLjabdggaHjabd6gaUjabcIcaOiabdQgaQjabcMcaPiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdMgaPjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHris5aaGcbaGaeiikaGIaemOBa4MaeyOeI0IaeGymaeJaei4la8IaemOBa4MaeiykaKYaaabmaeaacqWG3bWDdaWgaaWcbaGaemyAaKgabeaaaeaacqWGPbqAcqGH9aqpcqaIXaqmaeaacqWGUbGBa0GaeyyeIuoaaaaaleqaaOGaeiOla4caaa@5E46@

Then the score of gene j is calculated as

C ( j ) = m e a n ( j ) × s t d ( j ) s t d ( a ¯ j ) , MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqGGOaakcqWGQbGAcqGGPaqkcqGH9aqpdaWcaaqaaiabd2gaTjabdwgaLjabdggaHjabd6gaUjabcIcaOiabdQgaQjabcMcaPiabgEna0kabdohaZjabdsha0jabdsgaKjabcIcaOiabdQgaQjabcMcaPaqaaiabdohaZjabdsha0jabdsgaKjabcIcaOiqbdggaHzaaraWaaSbaaSqaaiabdQgaQbqabaGccqGGPaqkaaGaeiilaWcaaa@4D65@

where std( a ¯ j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGQbGAaeqaaaaa@2F98@ ) is the standard deviation of centroid expression values ( a ¯ i j , a ¯ 2 j , … , a ¯ L j MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacuWGHbqygaqeamaaBaaaleaacqWGPbqAcqWGQbGAaeqaaOGaeiilaWIafmyyaeMbaebadaWgaaWcbaGaeGOmaiJaemOAaOgabeaakiabcYcaSiablAciljabcYcaSiqbdggaHzaaraWaaSbaaSqaaiabdYeamjabdQgaQbqabaaaaa@3CB4@ ).

References

  1. Dudoit S, Fridlyand J, Speed TP: Comparison of Discrimination Methods for the Classification of Tumors Using Gene Expression Data. Journal of the American Statistical Association 2002, 97: 77–87.

    Article  CAS  Google Scholar 

  2. Xiong M, Fang X, Zhao J: Biomarker Identification by Feature Wrappers. Genome Research 2001, 11: 1878–1887.

    PubMed Central  CAS  PubMed  Google Scholar 

  3. Mukherjee S, Roberts SJ: A Theoretical Analysis of Gene Selection. Proceedings of IEEE Computer Society Bioinformatics Conference (CSB 2004) 2004, 131–141.

    Google Scholar 

  4. Baldi P, Long AD: A Bayesian Framework for the Analysis of Microarray Expression Data: Regularized t-test and Statistical Inferences of Gene Changes. Bioinformatics 2001, 17: 509–519.

    Article  CAS  PubMed  Google Scholar 

  5. Guyon I, Weston J, Barnhill S, Vapnik V: Gene Selection for Cancer Classification using Support Vector Machines. Machine Learning 2002, 46: 389–422.

    Article  Google Scholar 

  6. Troyanskaya OG, Garber ME, Brown PO, Botstein D, Altman RB: Nonparametric methods for identifying differentially expressed genes in microarray data. Bioinformatics 2002, 18: 1454–1461.

    Article  CAS  PubMed  Google Scholar 

  7. Statnikov A, Aliferis CF, Tsamardinos I, Hardin D, Levy S: A comprehensive evaluation of multicategory classification methods for microarray gene expression cancer diagnosis. Bioinformatics 2005, 21: 631–643.

    Article  CAS  PubMed  Google Scholar 

  8. Golub TR, Slonim DK, Tamayo P, Huard C, Gaasenbeek M, Mesirov JP, Coller H, Loh ML, Downing JR, Caligiuri MA, Bloomfield CD, Lander ES: Molecular Classification of Cancer: Class Discovery and Class Prediction by Gene Expression Monitoring. Science 1999, 286: 531–537.

    Article  CAS  PubMed  Google Scholar 

  9. Khan J, Wei JS, Ringner M, Saal LH, Ladanyi M, Westermann F, Berthold F, Schwab M, Antonescu CR, Peterson C, Meltzer PS: Classification and diagnostic prediction of cancers using gene expression profiling and artificial neural networks. Nature Medicine 2001, 7: 673–679.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Nutt CL, Mani DR, Betensky RA, Tamayo P, Cairncross JG, Ladd C, Pohl U, Hartmann C, McLaughlin ME, Batchelor TT, Black PM, von Deimling A, Pomeroy SL, Golub TR, Louis DN: Gene Expression-based Classification of Malignant Gliomas Correlates Better with Survival than Histological Classification. Cancer Research 2003, 63: 1602–1607.

    CAS  PubMed  Google Scholar 

  11. Bhattacharjee A, Richards WG, Staunton J, Li C, Monti S, Vasa P, Ladd C, Beheshti J, Bueno R, Gillette M, Loda M, Weber G, Mark EJ, Lander ES, Wong W, Johnson BE, Golub TR, Sugarbaker DJ, Meyerson M: Classification of human lung carcinomas by mRNA expression profiling reveals distinct adenocarcinoma subclasses. Proceedings of the National Academy of Sciences of USA 2001, 98: 13790–13795.

    Article  CAS  Google Scholar 

  12. Su AI, Welsh JB, Sapinoso LM, Kern SG, Dimitrov P, Lapp H, Schultz PG, Powell SM, Moskaluk CA, Frierson HF Jr, Hampton GM: Molecular Classification of Human Carcinomas by Use of Gene Expression Signatures. Cancer Research 2001, 61: 7388–7393.

    CAS  PubMed  Google Scholar 

  13. Armstrong SA, Staunton JE, Silverman LB, Pieters R, den Boer ML, Minden MD, Sallan SE, Lander ES, Golub TR, Korsmeyer SJ: MLL translocations specify a distinct gene expression profile that distinguishes a unique leukemia. Nature Genetics 2002, 30: 41–47.

    Article  CAS  PubMed  Google Scholar 

  14. Singh D, Febbo PG, Ross K, Jackson DG, Manola J, Ladd C, Tamayo P, Renshaw AA, D'Amico AV, Richie JP, Lander ES, Loda M, Kantoff PW, Golub TR, Sellers WR: Gene expression correlates of clinical prostate cancer behavior. Cancer Cell 2002, 1: 203–209.

    Article  CAS  PubMed  Google Scholar 

  15. Shipp MA, Ross KN, Tamayo P, Weng AP, Kutok JL, Aguiar RC, Gaasenbeek M, Amgel M, Reich M, Pinkus GS, Ray TS, Kovall MA, Last KW, Norton A, Lister TA, Mesirov J, Neuberg DS, Lander ES, Aster JC, Golub TR: Diffuse large B-cell lymphoma outcome prediction by gene expression profiling and supervised machine learning. Nature Medicine 2002, 8: 68–74.

    Article  CAS  PubMed  Google Scholar 

  16. The MathWorks[http://www.mathworks.com/]

  17. Cho JH, Lee D, Park JH, Lee IB: New gene selection for classification of cancer subtype considering within-class variation. FEBS Letters 2003, 551: 3–7.

    Article  CAS  PubMed  Google Scholar 

  18. MATLAB Support Vector Machine Toolbox[http://theoval.sys.uea.ac.uk/~gcc/svm/toolbox/]

  19. Ding C, Peng H: Minimum Redundancy Feature Selection from Microarray Gene Expression Data. Proceedings of IEEE Computer Society Bioinformatics Conference (CSB'03) 2003, 523–530.

    Google Scholar 

Download references

Acknowledgements

The authors are grateful to the support from CFI and NSERC, and to two referees for their many helpful comments and suggestions that improve the presentation.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Guohui Lin.

Additional information

Authors' contributions

KY and ZC contributed equally to this work. They both participated in the design of the scoring functions and their implementations. ZC, JL, and GL drafted the manuscript. GL designed the framework, supervised the whole work, and finalized the manuscript. All authors read and approved the final manuscript.

Kun Yang, Zhipeng Cai contributed equally to this work.

Electronic supplementary material

12859_2005_967_MOESM1_ESM.TGZ

Additional File 1: Plots of the LOO and 5-fold cross validation classification accuracies of the SVM-classifier and the KNN-classifier built on the top ranked x genes, for x ≤ 100, on all eight datasets LEU, SRBCT, GLIOMA, CAR, LUNG, MLL, PROSTATE, and DLBCL. One plot corresponds to a type of cross validation classification accuracies of one classifier combined with each of the four gene selection methods on one dataset. There are in total 32 plots. (TGZ 73 KB)

12859_2005_967_MOESM2_ESM.TGZ

Additional File 2: Plots of standard deviations for the 5-fold cross validation classification accuracies. One plot corresponds to the two classifiers combined with a gene selection method. There are in total 4 plots. (TGZ 36 KB)

12859_2005_967_MOESM3_ESM.tgz

Additional File 3: Four microarray datasets (CAR, DLBCL, GLIOMA, and LEU) in MATLAB format, which are used in this work. (TGZ 9 MB)

12859_2005_967_MOESM4_ESM.tgz

Additional File 4: Four microarray datasets (LUNG, MLL, PROSTATE, and SRBCT) in MATLAB format, which are used in this work. (TGZ 7 MB)

Additional File 5: MATLAB codes for gene selection methods GS1 and GS2. (TGZ 2 KB)

Authors’ original submitted files for images

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

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Authors’ original file for figure 4

Authors’ original file for figure 5

Authors’ original file for figure 6

Authors’ original file for figure 7

Authors’ original file for figure 8

Authors’ original file for figure 9

Authors’ original file for figure 10

Authors’ original file for figure 11

Authors’ original file for figure 12

Authors’ original file for figure 13

Authors’ original file for figure 14

Authors’ original file for figure 15

Authors’ original file for figure 16

Authors’ original file for figure 17

Authors’ original file for figure 18

Authors’ original file for figure 19

Authors’ original file for figure 20

Authors’ original file for figure 21

Authors’ original file for figure 22

Authors’ original file for figure 23

Authors’ original file for figure 24

Authors’ original file for figure 25

Authors’ original file for figure 26

Authors’ original file for figure 27

Authors’ original file for figure 28

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 cited.

Reprints and permissions

About this article

Cite this article

Yang, K., Cai, Z., Li, J. et al. A stable gene selection in microarray data analysis. BMC Bioinformatics 7, 228 (2006). https://doi.org/10.1186/1471-2105-7-228

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-7-228

Keywords