Clustering of mRNA expression: consensus hierarchical
Colorectal Adenocarcinoma (Primary solid tumor)
17 October 2014  |  analyses__2014_10_17
Maintainer Information
Citation Information
Maintained by Hailei Zhang (Broad Institute)
Cite as Broad Institute TCGA Genome Data Analysis Center (2014): Clustering of mRNA expression: consensus hierarchical. Broad Institute of MIT and Harvard. doi:10.7908/C13X85H4
Overview
Introduction

This pipeline calculates clusters based on consensus hierarchical clustering with agglomerative ward linkage , . This pipeline has the following features:

  1. Classify samples into consensus clusters.

  2. Determine differentially expressed marker genes for each subtype.

Summary

Median absolute deviation (MAD) was used to select 1500 most variable genes. Consensus ward linkage hierarchical clustering of 222 samples and 1500 genes identified 4 subtypes with the stability of the clustering increasing for k = 2 to k = 10.

Results
Gene expression patterns of molecular subtypes

Figure 1.  Get High-res Image Samples were separated into 4 clusters. Shown are 222 samples and 1200 marker genes. The color bar of the row indicates the marker genes for the corresponding cluster.

Figure 2.  Get High-res Image Heatmap with a standard hierarchical clustering for 222 samples and the 1500 most variable genes.

Silhouette widths, Cophenetic Correlation Coefficients and Consensus matrix

Figure 3.  Get High-res Image The silhouette width was calculated for each sample and each value of k. The left upper panel shows the average silhouette width across all samples for each tested k (left upper panel). The left lower panel shows the Cophenetic Correlation Coefficients for each tested k. The right panel shows assignments of clusters to samples and the k silhouette width of each sample for the most robust clustering.

Figure 4.  Get High-res Image The consensus matrix after clustering shows 4 clusters with limited overlap between clusters.

Samples assignment with silhouette width

Table 1.  Get Full Table List of samples with 4 subtypes and silhouette width.

SampleName cluster silhouetteValue
TCGA-A6-2672-01A-01R-0826-07 1 0.33
TCGA-A6-2674-01A-02R-0821-07 1 0.21
TCGA-A6-2676-01A-01R-0826-07 1 0.31
TCGA-A6-3808-01A-01R-1022-07 1 0.093
TCGA-A6-3809-01A-01R-1022-07 1 -0.0016
TCGA-AA-3514-01A-02R-0821-07 1 0.0061
TCGA-AA-3516-01A-02R-0826-07 1 0.019
TCGA-AA-3518-01A-02R-0826-07 1 0.14
TCGA-AA-3525-01A-02R-0826-07 1 0.31
TCGA-AA-3526-01A-02R-0821-07 1 -0.029

Table 2.  Get Full Table List of samples belonging to each cluster in different k clusters.

SampleName clu.2 clu.3 clu.4 clu.5 clu.6 clu.7 clu.8 clu.9 clu.10
TCGA-A6-2672-01A-01R-0826-07 1 1 1 1 1 1 1 1 1
TCGA-A6-2674-01A-02R-0821-07 1 1 1 1 1 1 1 1 2
TCGA-A6-2676-01A-01R-0826-07 1 1 1 1 1 1 1 1 1
TCGA-A6-3808-01A-01R-1022-07 1 1 1 3 4 4 5 5 6
TCGA-A6-3809-01A-01R-1022-07 1 1 1 1 1 1 1 1 1
TCGA-AA-3514-01A-02R-0821-07 1 1 1 1 1 1 1 1 2
TCGA-AA-3516-01A-02R-0826-07 1 1 1 1 1 1 1 1 1
TCGA-AA-3518-01A-02R-0826-07 1 1 1 1 1 1 1 1 1
TCGA-AA-3525-01A-02R-0826-07 1 1 1 1 1 1 1 1 1
TCGA-AA-3526-01A-02R-0821-07 1 1 1 3 4 4 5 5 6
Marker genes of each subtype

Samples most representative of the clusters, hereby called core samples were identified based on positive silhouette width, indicating higher similarity to their own class than to any other class member. Core samples were used to select differentially expressed marker genes for each subtype by comparing the subclass versus the other subclasses, using Student's t-test.

Table 3.  Get Full Table List of marker genes with p <= 0.05 (The positive value of column difference means gene is upregulated in this subtype and vice versa).

Composite.Element.REF p difference q subclass
ELMO2 0.00046 -0.26 0.0023 1
CREB3L1 7.5e-10 0.83 3e-08 1
RPS11 0.049 -0.15 0.1 1
PNMA1 3.6e-11 1.2 2.5e-09 1
MMP2 0.0008 0.59 0.0036 1
ZHX3 6.3e-09 -0.48 1.8e-07 1
ERCC5 0.00024 -0.34 0.0013 1
APBB2 0.00052 0.44 0.0025 1
PRO0478 0.00015 -0.32 0.00086 1
PDCL3 0.011 -0.13 0.032 1
Methods & Data
Input

The median based integrated expression data set was assembled using column-centered Level 3 data generated from Affymetrix HT-HG-U133A GeneChips, Affymetrix Human Exon 1.0 ST GeneChips, and custom designed Agilent 244k feature Gene Expression Microarrays. This data set included every gene and every samples that has been profiled on one of these platform. If a gene was only assayed on one platform, this measurement was used. If the gene was assayed on two platforms, the average of the two measurements was used; if the gene was assayed on all platforms the median measurement was used.

  • Input file = /xchip/cga/gdac-prod/tcga-gdac/jobResults/GDAC_TopgenesforCluster/COADREAD-TP/11541786/COADREAD-TP.expclu.gct

Consensus Hierarchical Clustering

Consensus Hierarchical clustering is a resampling-based clustering. It provides for a method to represent the consensus across multiple runs of a clustering algorithm and to assess the stability of the discovered clusters. To this end, perturbations of the original data are simulated by resampling techniques. In our analysis, the R version of ConsensusClusterPlus(v1.18.0) was used , .

Silhouette Width

Silhouette width is defined as the ratio of average distance of each sample to samples in the same cluster to the smallest distance to samples not in the same cluster. If silhouette width is close to 1, it means that sample is well clustered. If silhouette width is close to -1, it means that sample is misclassified .

Cophenetic Correlation Coefficient and How to select the best cluster

The cophenetic correlation coefficient is computed as the Pearson correlation of two distance matrices:

  1. Distance between samples induced by the consensus matrix.

  2. Distance between samples induced by the linkage used in reordering the consensus matrix.

The cophenetic correlation coefficients and average silhouette values are used to determine the k with the most robust clusterings. From the plot of cophenetic correlation versus k, we select modes and the the point preceding the greatest decrease in cophenetic correlation coefficient, and from these choose the k with the highest average silhouette value.

Download Results

In addition to the links below, the full results of the analysis summarized in this report can also be downloaded programmatically using firehose_get, or interactively from either the Broad GDAC website or TCGA Data Coordination Center Portal.

References
[1] Monti, S., Tamayo, P., Mesirov, J. & Golub, T.R., Consensus Clustering: A Resampling-Based Method for Class Discovery and Visualization of Gene Expression Microarray Data, Machine Learning:91-118 (2003)
[2] Wilkerson M and Waltman P, ConsensusClusterPlus: ConsensusClusterPlus
[3] Rousseeuw, P.J., Silhouettes: A graphical aid to the interpretation and validation of cluster analysis., J. Comput. Appl. Math. 20:53-65 (1987)
[4] Brunet, J.P., Tamayo, P., Golub, T.R. & Mesirov, J.P., Metagenes and molecular pattern discovery using matrix factorization, Proc Natl Acad Sci U S A 12(101):4164-9 (2004)
[6] RSEM