Clustering of miRseq precursor expression: consensus hierarchical
Breast Invasive Carcinoma (Primary solid tumor)
28 January 2016  |  analyses__2016_01_28
Maintainer Information
Citation Information
Maintained by Hailei Zhang (Broad Institute)
Cite as Broad Institute TCGA Genome Data Analysis Center (2016): Clustering of miRseq precursor expression: consensus hierarchical. Broad Institute of MIT and Harvard. doi:10.7908/C1C24VSB
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 miRs for each subtype.

Summary

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

Results
miR expression patterns of molecular subtypes

Figure 1.  Get High-res Image Samples were separated into 9 clusters. Shown are 1078 samples and 2274 marker miRs. The color bar of the row indicates the marker miRs for the corresponding cluster.

Figure 2.  Get High-res Image Heatmap with a standard hierarchical clustering for 1078 samples and the 124 most variable miRs.

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 9 clusters with limited overlap between clusters.

Samples assignment with silhouette width

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

SampleName cluster silhouetteValue
TCGA-3C-AAAU-01 1 0.047
TCGA-3C-AALJ-01 1 -0.19
TCGA-A2-A0YT-01 1 0.022
TCGA-A2-A1FV-01 1 0.041
TCGA-A2-A1FW-01 1 0.13
TCGA-A2-A1FX-01 1 -0.12
TCGA-A2-A25B-01 1 0.12
TCGA-A2-A4S0-01 1 -0.081
TCGA-A7-A0D9-01 1 0.057
TCGA-A7-A3J0-01 1 -0.052

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-3C-AAAU-01 1 1 1 1 1 1 1 1 1
TCGA-4H-AAAK-01 1 3 3 2 2 3 4 3 3
TCGA-5L-AAT0-01 1 1 4 3 3 4 5 4 4
TCGA-5L-AAT1-01 1 1 1 1 4 5 6 5 5
TCGA-5T-A9QA-01 1 1 1 1 1 5 1 6 6
TCGA-A1-A0SD-01 1 1 4 3 3 3 4 4 3
TCGA-A1-A0SE-01 1 1 1 1 4 5 6 5 5
TCGA-A1-A0SF-01 1 1 1 1 4 5 6 5 5
TCGA-A1-A0SG-01 1 1 4 3 3 4 5 4 4
TCGA-A1-A0SH-01 1 1 1 1 3 5 4 5 5
Marker miRs 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 miRs for each subtype by comparing the subclass versus the other subclasses, using Student's t-test.

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

Composite.Element.REF p difference q subclass
HSA-MIR-9-1 5.3e-09 2.3 3.7e-07 1
HSA-MIR-9-2 5.4e-09 2.3 3.7e-07 1
HSA-MIR-153-2 1.5e-07 2.1 5.3e-06 1
HSA-MIR-375 2.7e-10 2 6.4e-08 1
HSA-MIR-153-1 3e-07 1.8 7.4e-06 1
HSA-MIR-1269 0.006 1.8 0.021 1
HSA-MIR-1224 0.000018 1.4 0.00022 1
HSA-MIR-935 0.00018 1.3 0.0014 1
HSA-MIR-326 4.6e-07 1.1 1e-05 1
HSA-MIR-9-3 0.00045 1.1 0.003 1
Methods & Data
Input

miRseq (at precursor level) of RPM value (reads per million reads aligned to miRBase precursor) with log2 transformed was as the input data for the clustering.

  • Input file for selecting top 124 genes = *.miRseq_RPKM_log2.txt from miRseq_Preprocess

  • Input file for the clustering module = /xchip/cga/gdac-prod/tcga-gdac/jobResults/GDAC_TopgenesforCluster/BRCA-TP/22507343/BRCA-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