Subspace Differential Coexpression Analysis: Problem Definitions and A General Approach

Gang Fang, Rui Kuang, Gaurav Pandey, Michael Steinbach, Chad L. Myers and Vipin Kumar


10/24/2009: This work is selected  by RECOMB Satellite Meeting on Systems Biology for oral presentation

10/14/2009: The source codes (sdc_v0p11.zip) with detailed instructions are added.  A visual interface that can provide a network-view of SDC patterns will be added by the end of December.

09/10/2009: The paper is accepted by PSB 2010 for oral presentation.

  

Abstract

In this paper, we study methods to identify differential coexpression patterns in case-control gene expression data. A differential coexpression pattern consists of a set of genes that have substantially different levels of coherence of their expression profiles across the two sample-classes, i.e., highly coherent in one class, but not in the other. Biologically, a differential coexpression patterns may indicate the disruption of a regulatory mechanism possibly caused by disregulation of pathways or mutations of transcription factors. A common feature of all the existing approaches for differential coexpression analysis is that the coexpression of a set of genes is measured on all the samples in each of the two classes, i.e., over the full-space of samples. Hence, these approaches may miss patterns that only cover a subset of samples in each class, i.e., subspace patterns, due to the heterogeneity of the subject population and disease causes. In this paper, we extend differential coexpression analysis by defining a subspace differential coexpression pattern, i.e., a set of genes that are coexpressed in a relatively large percent of samples in one class, but in a much smaller percent of samples in the other class. We propose a general approach based upon association analysis framework that allows exhaustive yet efficient discovery of subspace differential coexpression patterns. This approach can be used to adapt a family of biclustering algorithms to obtain their corresponding differential versions that can directly discover differential coexpression patterns. Using a recently developed biclustering algorithm as illustration, we perform experiments on cancer datasets which demonstrates the existence of subspace differential coexpression patterns. Permutation tests demonstrate the statistical significance for a large number of discovered subspace patterns, many of which can not be discovered if they are measured over all the samples in each of the classes. Interestingly, in our experiments, some discovered subspace patterns have significant overlap with known cancer pathways, and some are enriched with the target gene sets of cancer-related microRNA and transcription factors. The source codes and datasets used in this paper are available at http://vk.cs.umn.edu/SDC/ .

Source Codes for applying the Refined-SDC(RSDC) measure in the Apriori framework can be downloaded from here: SDC (v0p1).  Because of the antimonotonicity of RSDC, given a threshold d, this Apriori-based framework guarantees to discover ALL and ONLY the patterns with RSDC >= d, i.e. with guaranteed power of subspace differential coexpression. (Instructions on how to run the codes are provided in the file "readme.txt" in the source codes folder)

The RMA normalized and Combined Gene Expression Data can be downloaded from here: Expression value version (a 169 by 8787 matrix, 8MB), Rank-converted version (a 169 by 8787 matrix, 5MB), Class labels (0: cancer class, 1: normal class) and Gene Symbols. Links to the original formats of the three lung cancer datasets: (Stearman et al. 2005, Su et al. 2007, Bhattacharjee et al. 2001)

The 2622 known cancer-related genes can be downloaded from here: CancerGeneList2622. (This is the union of the two lists respectively downloaded from http://cbio.mskcc.org/cancergenes/Select.action on October 2008 and June 2009)

The quantitative enrichment results are here.

In the paper, we discussed the patterns discovered on the rank-converted data, while the patterns discovered on expression value data is presented here.

Parameters details are provided in the paper.

If any questions, please email : Gang Fang, gangfang cs umn edu