LUAD/00: Consensus hierarchical clustering of mRNA expression
Overview
Introduction

This pipeline calculates clusters based on consensus hierarchical clustering with agglomerative average linkage[1],[2]. This pipeline has the following features:

  1. Classify samples into consensus clusters.

  2. Determine differentially expressed marker genes for each subtype.

Summary

Using the median data set, we filtered the data to 1500 most variable genes. Consensus average linkage hierarchical clustering of 33 samples and 1500 genes identified 3 subtypes with the stability of the clustering increasing for k = 2 to k = 8 and the average silhouette width calculation for selecting the robust clusters.

Results
Consensus and correlation matrix

Figure 1.  The consensus matrix after clustering shows 3 robust clusters with limited overlap between clusters.

Figure 2.  The correlation matrix also shows 3 robust clusters.

Silhouette width of each sample in robust cluster

Figure 3.  The robust cluster was pointed out by blue symbol (left panel) and the silhouette width of each sample in robust cluster was shown on right panel. 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. It was calculated and the average silhouette width for all samples within one cluster was shown below according to different clusters (left panel). 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.

Samples assignment with silhouette width

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

SampleName cluster silhouetteValue
TCGA-55-1592-01A-01R 1 0.129621137956314
TCGA-55-1594-01A-01R 1 0.324289973197031
TCGA-55-1596-01A-01R 1 0.243537712929449
TCGA-64-1677-01A-01R 1 0.110513434834045
TCGA-64-1678-01A-01R 1 0.243440011197935
TCGA-67-3771-01A-01R 1 0.27163830254228
TCGA-35-3615-01A-01R 2 0.103507665732925
TCGA-35-3621-01A-01R 2 0.286153781359682
TCGA-44-2655-01A-01R 2 0.240597302236604
TCGA-44-2656-01A-02R 2 -0.0218609449728278

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

TCGA_ID K.2 K.3 K.4 K.5 K.6 K.7 K.8
TCGA-05-4244-01A-01R 2 3 4 1 1 1 1
TCGA-05-4249-01A-01R 2 3 1 3 3 3 4
TCGA-05-4250-01A-01R 2 3 1 3 3 3 4
TCGA-35-3615-01A-01R 1 2 3 5 6 6 7
TCGA-35-3621-01A-01R 1 2 3 5 6 6 7
TCGA-35-4122-01A-01R 2 3 1 3 3 3 2
TCGA-35-4123-01A-01R 2 3 4 4 5 4 5
TCGA-44-2655-01A-01R 1 2 3 5 6 6 7
TCGA-44-2656-01A-02R 1 2 3 5 6 5 6
TCGA-44-2657-01A-01R 1 2 3 5 6 6 7
Marker genes of each subtype

Samples most representative of the clusters, hereby called core samples were identified based on positive silhouette width [3], indicating higher similarity to their own class than to any other class member Figure 3. 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
PRSSL1 1.85977082024622e-05 -1.12449844406055 0.00400415610052101 1
PDCL3 1.84484959808159e-05 0.804836000383896 0.00400415610052101 1
SLC10A7 0.0218759326480455 -0.35166828533039 0.131906282562708 1
LMAN1 0.0156203347590677 0.617169333717229 0.115782574590655 1
KBTBD8 0.0214532128271708 -0.516341777393882 0.131027492333011 1
ZEB1 0.0169760193334387 -0.807651555171659 0.119133018296575 1
MIER1 0.00199689987443128 -0.408522444060549 0.0454924974392368 1
SORL1 0.00747539821038719 1.69256266705056 0.0831075623437126 1
LOC152573 0.00525155403768457 -2.16968566628277 0.0727199263710977 1
MAP1LC3C 0.000990319528116282 -1.27346733294944 0.0329881614495627 1
Methods & Data
Input

Median-integrated mRNA expression data set 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.

  • gene expression file = /xchip/cga/gdac-prod/tcga-gdac-genepattern/jobResults/27516/outputprefix.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 [1],[2].

References
[1] Bmonti, 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)
[3] Rousseeuw, P.J., Silhouettes: A graphical aid to the interpretation and validation of cluster analysis., J. Comput. Appl. Math. 20:53-65 (1987)