Presentation is loading. Please wait.

Presentation is loading. Please wait.

A Kolmogorov-Smirnov Correlation-Based Filter for Microarray Data Jacek Biesiada Division of Computer Methods, Dept. of Electrotechnology, The Silesian.

Similar presentations


Presentation on theme: "A Kolmogorov-Smirnov Correlation-Based Filter for Microarray Data Jacek Biesiada Division of Computer Methods, Dept. of Electrotechnology, The Silesian."— Presentation transcript:

1 A Kolmogorov-Smirnov Correlation-Based Filter for Microarray Data Jacek Biesiada Division of Computer Methods, Dept. of Electrotechnology, The Silesian University of Technology, Katowice, Poland. Włodzisław Duch Dept. of Informatics, Nicolaus Copernicus University, Google: Duch ICONIP 2007

2 MotivationMotivation Attention: is a basic cognitive skill, without focus on relevant information cognition would not be possible.Attention: is a basic cognitive skill, without focus on relevant information cognition would not be possible. In natural perception (vision, auditory scenes, tactile signals) large number of features may be dynamically selected depending on the task.In natural perception (vision, auditory scenes, tactile signals) large number of features may be dynamically selected depending on the task. Large feature spaces: (genes, proteins, chemistry, etc): different features are relevant.Large feature spaces: (genes, proteins, chemistry, etc): different features are relevant. Filters will leave large number of potentially relevant features.Filters will leave large number of potentially relevant features. Redundancy should be removed!Redundancy should be removed! Fast filters with removal of redundancy are needed!Fast filters with removal of redundancy are needed! Microarrays: popular testing ground, although not reliable due to small number of samples.Microarrays: popular testing ground, although not reliable due to small number of samples. Goal: fast filter + redundancy removal + tests on microarray data to identify problems.Goal: fast filter + redundancy removal + tests on microarray data to identify problems.

3 Microarray matrices Genes in rows, samples in columns, DNA/RNA type

4 Selection of information Find relevant information:Find relevant information: –discard attributes that do not contain information. –use weights to express the relative importance. –create new, more informative attributes. –reduce dimensionality aggregating information. Ranking: treat each feature as independent.Ranking: treat each feature as independent. Selection: search for subsets, remove redundant.Selection: search for subsets, remove redundant. Filters: universal criteria, model-independent.Filters: universal criteria, model-independent. Wrappers: criteria specific for data models are used.Wrappers: criteria specific for data models are used. Frapper: filter + wrapper in the final stage.Frapper: filter + wrapper in the final stage. Redfilapper: redundancy removal + filter + wrapper.Redfilapper: redundancy removal + filter + wrapper. Create fast redfilapper.Create fast redfilapper.

5 Filters & Wrappers Filter approach for data D : define your problem C, for example assignment of class labels; define an index of relevance for each feature J i =J(X i )=J(X i |D,C) calculate relevance indices for all features and order J i1  J i2 .. J id remove all features with relevance below threshold J(X i ) < t R Wrapper approach: select predictor P and performance measure J(D|X)=P(Data|X). define search scheme: forward, backward or mixed selection. evaluate starting subset of features X s, ex. single best or all features add/remove feature X i, accept new set X s  {X s +X i } if P(Data|X s +X i )>P(Data|X s )

6 Information gain Information gained by considering the joint probability distribution p(C, f) is a difference between: A feature is more important if its information gain is larger. Modifications of the information gain, used as criteria in some decision trees, include: IGR(C,X j ) = IG(C,X j )/I(X j ) the gain ratio IGn(C,X j ) = IG(C,X j )/I(C) an asymmetric dependency coefficient D M (C,X j ) =  IG(C,X j )/I(C,X j ) normalized Mantaras distance

7 Information indices Information gained considering attribute X j and classes C together is also known as ‘mutual information’, equal to the Kullback-Leibler divergence between joint and product probability distributions: Entropy distance measure is a sum of conditional information: Symmetrical uncertainty coefficient is obtained from entropy distance:

8 Purity indices Many information-based quantities may be used to evaluate attributes. Consistency or purity-based indices are one alternative. For selection of subset of attributes F={X i } the sum runs over all Cartesian products, or multidimensional partitions r k (F). Advantages: simplest approach both ranking and selection Hashing techniques are used to calculate p(r k (F)) probabilities.

9 Correlation coefficient Perhaps the simplest index is based on the Pearson’s correlation coefficient (CC) that calculates expectation values for product of feature values and class values: For feature values that are linearly dependent correlation coefficient is  or  ; for complete independence of class and X j distribution CC= 0. How significant are small correlations? It depends on the number of samples n. The answer (see Numerical Recipes www.nr.com) is given by: For n=1000 even small CC=0.02 gives P ~ 0.5, but for n=10 such CC gives only P ~ 0.05.

10 F-score Mutual information is based on Kullback-Leibler distance, any distance measure between distributions may also be used, ex. Jeffreys-Matusita with pooled variance calculated from For two classes F = t 2 or t-score. Many other such (dis)similarity measures exist. Which is the best? In practice they all are similar, although accuracy of calculation of indices is important; relevance indices should be insensitive to noise and unbiased in their treatment of features with many values.

11 State-of-the-art methods 1. FCBF, Fast Correlation-Based Filter (Yu & Liu 2003). Compare feature-class J i =SU(X i,C) and feature-feature SU(X i,X j ); rank features J i1 ≥ J i2 ≥ J i3... ≥ J im ≥ min threshold. Compare feature X i to all X j lower in ranking, if SU(X i, X j ) ≥ SU(C,X i ) then X i is redundant and is removed. 2.ConnSF, Consistency features selection (Dash, Liu, Motoda 2000). Inconsistency J I (S) for discrete valued feature S is J I (S) = n − n(C). where a subset of features S with values V S appears n times in the data, most often n(C) times with the label of class C. Total inconsistency count = sum of all the inconsistency counts for all distinct patterns of a feature subsets S. Consistency = the least inconsistency count. 3. CorrSF (Hall 1999), based on correlation coefficient with 5 step backtracking.

12 Kolmogorov-Smirnov test Are distributions of values of two different features roughly equal? If yes, one is redundant. Discretization process creates k clusters (vectors from roughly the same class), each typically covering similar range of values. A much larger number of independent observation n 1, n 2 > 40 are taken from the two distributions, measuring frequencies of different classes. Based on the frequency table the empirical cumulative distribution functions F 1i and F 2i are constructed. λ(K-S statistics) is proportional to the largest absolute difference of |F 1i − F 2i |, and if λ < λ α distributions are equal:

13 KS-CBS Kolmogorov-Smirnov Correlation-Based Selection algorithm. Relevance analysis 1.Order features according to the decreasing values of relevance indices creating S list. Redundancy analysis 1.Initialize F i to the first feature in the S list. 2.Use K-S test to find and remove from S all features for which F i forms an approximate redundant cover C(F i ). 3.Move F i to the set of selected features, take as F i the next remaining feature in the list. 4.Repeat step 3 and 4 until the end of the S list.

14 3 Datasets Leukemia: training 38 bone marrow samples (27 of the ALL and 11 of the AML type), using 7129 probes from 6817 human genes; 34 test samples are provided, with 20 ALL and 14 AML cases. Too small for such split, Colon Tumor: 62 samples collected from colon cancer patients, with 40 biopsies from tumor areas (labelled as “negative") and 22 from healthy parts of the colons of the same patients. 2000 out of around 6500 genes were pre-selected, based on the confidence in the measured expression levels. Diffuse Large B-cell Lymphoma [DLBCL]: two distinct types of diffuse large lymphoma B-cells (most common subtype of non- Hodgkin’s lymphoma); 47 samples, 24 from “germinal centre B-like" group, 23 are from “activated B-like" group, 4026 genes.

15 Discretization & classifiers For comparison of information selection techniques simple discretization of gene expression levels into 3 intervals is used. Variance σ, mean μ, discrete values -1, 0, +1 for ( ,μ − σ/2), [μ − σ/2, μ + σ/2 ], (μ+ σ/2,  ) Represents under-expression, baseline and over-expression of genes. Results after such discretization are in some cases significantly improved and are given in parenthesis in the tables below. Classifiers used: C4.5 decision tree (Weka), Naive Bayes with single Gaussian kernel, or discretized prob., k-NN, or 1 nearest neighbor algorithm (Ghostminer implementation) Linear SVM with C = 1 (also GM)

16 No. of features selected For standard  =0.05 confidence level for redundancy rejection relatively large number of features is left for Leukemia. Even for  =0.001 confidence level 47 features are left; best to optimize it by wrapper. A larger number of feature may lead to more reliable “profile” (ex. by chance one gene in Leukemia gets 100% on training). Large improvements up to 30% in accuracy, with small number of samples statistical significance is ~5%. Discretization improves results in most cases.

17 Results

18 More results

19 Leukemia: Bayes rules Top: test, bottom: train; green = p(C|X) for Gaussian-smoothed density with  =0.01, 0.02, 0.05, 0.20 (Zyxin).

20 Leukemia SVM LVO Problems with stability

21 Leukemia boosting 3 best genes, evaluation using bootstrap.

22 ConclusionsConclusions K-S CBS algorithm combines relevance indices (F-measure, SUC or other index) to rank and reduce the number of features, and uses Kolmogorov-Smirnov test to reduce the number of features further.K-S CBS algorithm combines relevance indices (F-measure, SUC or other index) to rank and reduce the number of features, and uses Kolmogorov-Smirnov test to reduce the number of features further. It is computationally efficient and gives quite good results.It is computationally efficient and gives quite good results. Variants of this algorithm may identify approximate redundant covers for consecutive features X i and leave in the S set only the one that gives best results.Variants of this algorithm may identify approximate redundant covers for consecutive features X i and leave in the S set only the one that gives best results. Problems with stability of solutions for small and large data! no significant difference between many feature selection methods.Problems with stability of solutions for small and large data! no significant difference between many feature selection methods. Frapper selects on training those that are helpful in O(m) steps, stabilizes LOO results a bit, but it is not a complete solution. Will anything work reliably for microarray feature selection? Are results published so far worth anything?


Download ppt "A Kolmogorov-Smirnov Correlation-Based Filter for Microarray Data Jacek Biesiada Division of Computer Methods, Dept. of Electrotechnology, The Silesian."

Similar presentations


Ads by Google