EECS 730 Introduction to Bioinformatics Microarray Luke Huan Electrical Engineering and Computer Science
Administrative Final exam: Dec 15 7:30-10: EECS 7302
EECS 7303 Model Based Subspace Clustering Microarray Bi-clustering δ-clustering
EECS 7304 MicroArray Dataset
EECS 7305 Gene Expression Matrix Genes Conditions Genes Conditions Time points Cancer Tissues
EECS 7306 Data Mining: Clustering Where K-means clustering minimizes
EECS 7307 Clustering by Pattern Similarity (p- Clustering) The micro-array “raw” data shows 3 genes and their values in a multi- dimensional space Parallel Coordinates Plots Difficult to find their patterns “non-traditional” clustering
EECS 7308 Clusters Are Clear After Projection
EECS 7309 Why p-Clustering? Microarray data analysis may need to Clustering on thousands of dimensions (attributes) Discovery of both shift and scaling patterns Clustering with Euclidean distance measure? — cannot find shift patterns Clustering on derived attribute A ij = a i – a j ? — introduces N(N-1) dimensions Bi-cluster using transformed mean-squared residue score matrix (I, J) Where A submatrix is a δ-cluster if H(I, J) ≤ δ for some δ > 0 Problems with bi-cluster No downward closure property, Due to averaging, it may contain outliers but still within δ-threshold
EECS Motivation DNA microarray analysis CH1ICH1BCH1DCH2ICH2B CTFC VPS EFB SSA FUN SP MDM CYS DEP NTG
EECS Motivation
EECS Motivation Strong coherence exhibits by the selected objects on the selected attributes. They are not necessarily close to each other but rather bear a constant shift. Object/attribute bias bi-cluster
EECS Challenges The set of objects and the set of attributes are usually unknown. Different objects/attributes may possess different biases and such biases may be local to the set of selected objects/attributes are usually unknown in advance May have many unspecified entries
EECS Previous Work Subspace clustering Identifying a set of objects and a set of attributes such that the set of objects are physically close to each other on the subspace formed by the set of attributes. Collaborative filtering: Pearson R Only considers global offset of each object/attribute.
EECS bi-cluster Terms Consists of a (sub)set of objects and a (sub)set of attributes Corresponds to a submatrix Occupancy threshold Each object/attribute has to be filled by a certain percentage. Volume: number of specified entries in the submatrix Base: average value of each object/attribute (in the bi-cluster) Biclustering of Expression Data, Cheng & Church ISMB’00
EECS bi-cluster CH1ICH1BCH1DCH2ICH2BObj base CTFC3 VPS EFB SSA1 FUN14 SP07 MDM10 CYS DEP1 NTG1 Attr base
EECS conditions 40 genes
EECS Motivation
EECS conditions 40 genes
EECS Motivation Co-regulated genes
EECS bi-cluster Perfect -cluster Imperfect -cluster Residual: d IJ d Ij d iJ d ij
EECS bi-cluster The smaller the average residue, the stronger the coherence. Objective: identify -clusters with residue smaller than a given threshold
EECS Cheng-Church Algorithm Find one bi-cluster. Replace the data in the first bi-cluster with random data Find the second bi-cluster, and go on. The quality of the bi-cluster degrades (smaller volume, higher residue) due to the insertion of random data.
EECS The FLOC algorithm Generating initial clusters Determine the best action for each row and each column Perform the best action of each row and column sequentially Improved? Y N Yang et al. delta-Clusters: Capturing Subspace Correlation in a Large Data Set, ICDE’02
EECS The FLOC algorithm Action: the change of membership of a row (or column) with respect to a cluster column row M+N actions are Performed at each iteration N=3 M=4
EECS The FLOC algorithm Gain of an action: the residual reduction incurred by performing the action Order of action: Fixed order Random order Weighted random order Complexity: O((M+N)MNkp)
EECS The FLOC algorithm Additional features Maximum allowed overlap among clusters Minimum coverage of clusters Minimum volume of each cluster Can be enforced by “temporarily blocking” certain action during the mining process if such action would violate some constraint.
EECS Performance Microarray data: 2884 genes, 17 conditions 100 bi-clusters with smallest residue were returned. Average residue = The average residue of clusters found via the state of the art method in computational biology field is The average volume is 25% bigger The response time is an order of magnitude faster
EECS Conclusion Remark The model of bi-cluster is proposed to capture coherent objects with incomplete data set. base residue Many additional features can be accommodated (nearly for free).
EECS References J. Young, W. Wang, H. Wang, P. Yu, Delta-cluster: capturing subspace correlation in a large data set, Proceedings of the 18th IEEE International Conference on Data Engineering (ICDE), pp , H. Wang, W. Wang, J. Young, P. Yu, Clustering by pattern similarity in large data sets, to appear in Proceedings of the ACM SIGMOD International Conference on Management of Data (SIGMOD), Y. Sungroh, C. Nardini, L. Benini, G. De Micheli, Enhanced pClustering and its applications to gene expression data Bioinformatics and Bioengineering, J. Liu and W. Wang, OP-Cluster: clustering by tendency in high dimensional space, ICDM’03.