SPH 247 Statistical Analysis of Laboratory Data. Supervised and Unsupervised Learning Logistic regression and Fisher’s LDA and QDA are examples of supervised.

Slides:



Advertisements
Similar presentations
Exercise 1 In the ISwR data set alkfos, do a PCA of the placebo and Tamoxifen groups separately, then together. Plot the first two principal components.
Advertisements

SPH 247 Statistical Analysis of Laboratory Data. Supervised and Unsupervised Learning Logistic regression and Fisher’s LDA and QDA are examples of supervised.
Model-based clustering of gene expression data Ka Yee Yeung 1,Chris Fraley 2, Alejandro Murua 3, Adrian E. Raftery 2, and Walter L. Ruzzo 1 1 Department.
Introduction to Bioinformatics
Essential Statistics in Biology: Getting the Numbers Right Raphael Gottardo Clinical Research Institute of Montreal (IRCM)
ICS 421 Spring 2010 Data Mining 2 Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 4/8/20101Lipyeow Lim.
Maximum likelihood (ML) and likelihood ratio (LR) test
Bio277 Lab 2: Clustering and Classification of Microarray Data Jess Mar Department of Biostatistics Quackenbush Lab DFCI
L16: Micro-array analysis Dimension reduction Unsupervised clustering.
1 Cluster Analysis EPP 245 Statistical Analysis of Laboratory Data.
Maximum likelihood (ML) and likelihood ratio (LR) test
Clustering Petter Mostad. Clustering vs. class prediction Class prediction: Class prediction: A learning set of objects with known classes A learning.
Slide 1 EE3J2 Data Mining Lecture 16 Unsupervised Learning Ali Al-Shahib.
Basics of discriminant analysis
Cluster Analysis for Gene Expression Data Ka Yee Yeung Center for Expression Arrays Department of Microbiology.
1 Cluster Analysis EPP 245 Statistical Analysis of Laboratory Data.
Ulf Schmitz, Pattern recognition - Clustering1 Bioinformatics Pattern recognition - Clustering Ulf Schmitz
Applications of Data Mining in Microarray Data Analysis Yen-Jen Oyang Dept. of Computer Science and Information Engineering.
Slide 1 EE3J2 Data Mining EE3J2 Data Mining Lecture 11: Clustering Martin Russell.
Maximum likelihood (ML)
Introduction to Bioinformatics Algorithms Clustering and Microarray Analysis.
Foundation of High-Dimensional Data Visualization
Clustering Unsupervised learning Generating “classes”
Evaluating Performance for Data Mining Techniques
METU Informatics Institute Min 720 Pattern Classification with Bio-Medical Applications PART 2: Statistical Pattern Classification: Optimal Classification.
Clustering Supervised vs. Unsupervised Learning Examples of clustering in Web IR Characteristics of clustering Clustering algorithms Cluster Labeling 1.
Basic Machine Learning: Clustering CS 315 – Web Search and Data Mining 1.
Computational Intelligence: Methods and Applications Lecture 23 Logistic discrimination and support vectors Włodzisław Duch Dept. of Informatics, UMK Google:
MACHINE LEARNING 8. Clustering. Motivation Based on E ALPAYDIN 2004 Introduction to Machine Learning © The MIT Press (V1.1) 2  Classification problem:
Quantitative analysis of 2D gels Generalities. Applications Mutant / wild type Physiological conditions Tissue specific expression Disease / normal state.
Computer Graphics and Image Processing (CIS-601).
Linear Discriminant Analysis and Its Variations Abu Minhajuddin CSE 8331 Department of Statistical Science Southern Methodist University April 27, 2002.
Chapter 11 Statistical Techniques. Data Warehouse and Data Mining Chapter 11 2 Chapter Objectives  Understand when linear regression is an appropriate.
1Ellen L. Walker Category Recognition Associating information extracted from images with categories (classes) of objects Requires prior knowledge about.
CS 8751 ML & KDDData Clustering1 Clustering Unsupervised learning Generating “classes” Distance/similarity measures Agglomerative methods Divisive methods.
Radial Basis Function ANN, an alternative to back propagation, uses clustering of examples in the training set.
Analyzing Expression Data: Clustering and Stats Chapter 16.
Chapter 13 (Prototype Methods and Nearest-Neighbors )
Lecture 3: MLE, Bayes Learning, and Maximum Entropy
1 Microarray Clustering. 2 Outline Microarrays Hierarchical Clustering K-Means Clustering Corrupted Cliques Problem CAST Clustering Algorithm.
Cluster Analysis, an Overview Laurie Heyer. Why Cluster? Data reduction – Analyze representative data points, not the whole dataset Hypothesis generation.
Machine Learning in Practice Lecture 21 Carolyn Penstein Rosé Language Technologies Institute/ Human-Computer Interaction Institute.
Clustering [Idea only, Chapter 10.1, 10.2, 10.4].
Fundamentals of Data Analysis Lecture 11 Methods of parametric estimation.
A comparison of PLS-based and other dimension reduction methods for tumour classification using microarray data Cameron Hurst Institute of Health and Biomedical.
Unsupervised Learning
Clustering (1) Clustering Similarity measure Hierarchical clustering
Unsupervised Learning
PREDICT 422: Practical Machine Learning
Machine Learning Clustering: K-means Supervised Learning
LECTURE 10: DISCRIMINANT ANALYSIS
EPP 245/298 Statistical Analysis of Laboratory Data
Canadian Bioinformatics Workshops
Clustering and Multidimensional Scaling
Where did we stop? The Bayes decision rule guarantees an optimal classification… … But it requires the knowledge of P(ci|x) (or p(x|ci) and P(ci)) We.
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John.
Clustering.
Multivariate Statistical Methods
Dimension reduction : PCA and Clustering
Data Mining – Chapter 4 Cluster Analysis Part 2
INTRODUCTION TO Machine Learning
Feature space tansformation methods
Product moment correlation
LECTURE 09: DISCRIMINANT ANALYSIS
Text Categorization Berlin Chen 2003 Reference:
Parametric Methods Berlin Chen, 2005 References:
Clustering.
8/22/2019 Exercise 1 In the ISwR data set alkfos, do a PCA of the placebo and Tamoxifen groups separately, then together. Plot the first two principal.
Unsupervised Learning
Unsupervised Learning
Presentation transcript:

SPH 247 Statistical Analysis of Laboratory Data

Supervised and Unsupervised Learning Logistic regression and Fisher’s LDA and QDA are examples of supervised learning. This means that there is a ‘training set’ which contains known classifications into groups that can be used to derive a classification rule. This can be then evaluated on a ‘test set’, or this can be done repeatedly using cross validation. May 28, 2010SPH 247 Statistical Analysis of Laboratory Data2

Unsupervised Learning Unsupervised learning means (in this instance) that we are trying to discover a division of objects into classes without any training set of known classes, without knowing in advance what the classes are, or even how many classes there are. It should not have to be said that this is a difficult task May 28, 2010SPH 247 Statistical Analysis of Laboratory Data3

Cluster Analysis ‘Cluster analysis’, or simply ‘clustering’ is a collection of methods for unsupervised class discovery These methods are widely used for gene expression data, proteomics data, and other omics data types They are likely more widely used than they should be One can cluster subjects (types of cancer) or genes (to find pathways or co-regulation). May 28, 2010SPH 247 Statistical Analysis of Laboratory Data4

Distance Measures It turns out that the most crucial decision to make in choosing a clustering method is defining what it means for two vectors to be close or far. There are other components to the choice, but these are all secondary Often the distance measure is implicit in the choice of method, but a wise decision maker knows what he/she is choosing. May 28, 2010SPH 247 Statistical Analysis of Laboratory Data5

A true distance, or metric, is a function defined on pairs of objects that satisfies a number of properties: D(x,y) = D(y,x) D(x,y) ≥ 0 D(x,y) = 0  x = y D(x,y) + D(y,z) ≥ D(x,z) (triangle inequality) The classic example of a metric is Euclidean distance. If x = (x 1,x 2,…x p ), and y=(y 1,y 2,…y p ), are vectors, the Euclidean distance is  [(x 1 -y 1 ) 2 +   (x p -y p ) 2 ] May 28, 2010SPH 247 Statistical Analysis of Laboratory Data6

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data7 |x 2 -y 2 | |x 1 -y 1 |x = (x 1,x 2 ) y = (y 1,y 2 ) D(x,y) Euclidean Distance

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data8 D(x,z) D(x,y) D(y,z) x z y Triangle Inequality

Other Metrics The city block metric is the distance when only horizontal and vertical travel is allowed, as in walking in a city. It turns out to be  |x 1 -y 1 |+   |x p -y p | instead of the Euclidean distance  [(x 1 -y 1 ) 2 +   (x p -y p ) 2 ] May 28, 2010SPH 247 Statistical Analysis of Laboratory Data9

Mahalanobis Distance Mahalanobis distance is a kind of weighted Euclidean distance It produces distance contours of the same shape as a data distribution It is often more appropriate than Euclidean distance May 28, 2010SPH 247 Statistical Analysis of Laboratory Data10

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data11

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data12

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data13

Non-Metric Measures of Similarity A common measure of similarity used for microarray data is the (absolute) correlation. This rates two data vectors as similar if they move up and down together, without worrying about their absolute magnitudes This is not a metric, since if violates several of the required properties We use 1 - |ρ| as the “distance” May 28, 2010SPH 247 Statistical Analysis of Laboratory Data14

Agglomerative Hierarchical Clustering We start with all data items as individuals In step 1, we join the two closest individuals In each subsequent step, we join the two closest individuals or clusters This requires defining the distance between two groups as a number that can be compared to the distance between individuals We can use the R commands hclust or agnes May 28, 2010SPH 247 Statistical Analysis of Laboratory Data15

Group Distances Complete link clustering defines the distance between two groups as the maximum distance between any element of one group and any of the other Single link clustering defines the distance between two groups as the minimum distance between any element of one group and any of the other Average link clustering defines the distance between two groups as the mean distance between elements of one group and elements of the other May 28, 2010SPH 247 Statistical Analysis of Laboratory Data16

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data17 > iris.d <- dist(iris[,1:4]) > iris.hc <- hclust(iris.d) > plot(iris.hc)

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data18

Divisive Clustering Divisive clustering begins with the whole data set as a cluster, and considers dividing it into k clusters. Usually this is done to optimize some criterion such as the ratio of the within cluster variation to the between cluster variation The choice of k is important May 28, 2010SPH 247 Statistical Analysis of Laboratory Data19

K-means is a widely used divisive algorithm (R command kmeans ) Its major weakness is that it uses Euclidean distance Some other routines in R for divisive clustering include agnes and fanny in the cluster package (library(cluster)) May 28, 2010SPH 247 Statistical Analysis of Laboratory Data20

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data21 > iris.km <- kmeans(iris[,1:4],3) > plot(prcomp(iris[,1:4])$x,col=iris.km$cluster) > > table(iris.km$cluster,iris[,5]) setosa versicolor virginica >

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data22

Model-based clustering methods allow use of more flexible shape matrices. One such package is mclust, which needs to be downloaded from CRAN Functions in this package include EMclust (more flexible), Mclust (simpler to use) Other excellent software is EMMIX from Geoff McLachlan at the University of Queensland. May 28, 2010SPH 247 Statistical Analysis of Laboratory Data23

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data24 Models compared in mclust: univariateMixture A vector with the following components: "E": equal variance (one-dimensional) "V": variable variance (one-dimensional) multivariateMixture A vector with the following components: "EII": spherical, equal volume "VII": spherical, unequal volume "EEI": diagonal, equal volume and shape "VEI": diagonal, varying volume, equal shape "EVI": diagonal, equal volume, varying shape "VVI": diagonal, varying volume and shape "EEE": ellipsoidal, equal volume, shape, and orientation "EEV": ellipsoidal, equal volume and equal shape "VEV": ellipsoidal, equal shape "VVV": ellipsoidal, varying volume, shape, and orientation singleComponent A vector with the following components: "X": one-dimensional "XII": spherical "XXI": diagonal "XXX": ellipsoidal

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data25 > data(iris) > mc.obj <- Mclust(iris[,1:4]) > plot.Mclust(mc.obj,iris[1:4])

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data26

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data27

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data28

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data29

May 28, 2010SPH 247 Statistical Analysis of Laboratory Data30 > names(mc.obj) [1] "modelName" "n" "d" "G" [5] "BIC" "bic" "loglik" "parameters" [9] "z" "classification" "uncertainty" > mc.obj$bic [1] > mc.obj$BIC EII VII EEI VEI EVI VVI EEE EEV VEV VVV

Clustering Genes Clustering genes is relatively easy, in the sense that we treat an experiment with 60 arrays and 9,000 genes as if the sample size were 9,000 and the dimension 60 Extreme care should be taken in selection of the explicit or implicit distance function, so that it corresponds to the biological intent This is used to find similar genes, identify putative co-regulation, and reduce dimension by replacing a group of genes by the average May 28, 2010SPH 247 Statistical Analysis of Laboratory Data31

Clustering Samples This is much more difficult, since we are using the sample size of 60 and dimension of 9,000 K-means and hierarchical clustering can work here Model-based clustering requires substantial dimension reduction either by gene selection or use of PCA or similar methods May 28, 2010SPH 247 Statistical Analysis of Laboratory Data32

Cautionary Notes Cluster analysis is by far the most difficult type of analysis one can perform. Much about how to do cluster analysis is still unknown. There are many choices that need to be made about distance functions and clustering methods and no clear rule for making the choices May 28, 2010SPH 247 Statistical Analysis of Laboratory Data33

Hierarchical clustering is really most appropriate when there is a true hierarchy thought to exist in the data; an example would be phylogenetic studies. The ordering of observations in a hierarchical clustering is often interpreted. However, for a given hierarchical clustering of, say, 60 cases, there are 5  possible orderings, all of which are equally valid. With 9,000 genes, the number of orderings in unimaginably huge, approximate May 28, 2010SPH 247 Statistical Analysis of Laboratory Data34