Clustering of mRNA expression: consensus NMF
Brain Lower Grade Glioma (Primary solid tumor)
23 May 2013  |  analyses__2013_05_23
Maintainer Information
Citation Information
Maintained by Hailei Zhang (Broad Institute)
Cite as Broad Institute TCGA Genome Data Analysis Center (2013): Clustering of mRNA expression: consensus NMF. Broad Institute of MIT and Harvard. doi:10.7908/C19S1P2B
Overview
Introduction

This pipeline calculates clusters based on a consensus non-negative matrix factorization (NMF) clustering method , . This pipeline has the following features:

  1. Convert input data set to a non-negitive matrix by column rank normalization.

  2. Classify samples into consensus clusters.

  3. Determine differentially expressed marker genes for each subtype.

Summary

The most robust consensus NMF clustering of 27 samples using the 1500 most variable genes was identified for k = 3 clusters. We computed the clustering for k = 2 to k = 8 and used the cophenetic correlation coefficient to determine the best solution.

Results
Gene expression patterns of molecular subtypes

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

Consensus and correlation matrix

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

Figure 3.  Get High-res Image The correlation matrix also shows 3 clusters.

Silhouette widths

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

Samples assignment with silhouette width

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

SampleName cluster silhouetteValue
TCGA-CS-4942-01A-01R-1470-07 1 0.24
TCGA-CS-4943-01A-01R-1470-07 1 0.098
TCGA-CS-4944-01A-01R-1470-07 1 0.031
TCGA-DB-5273-01A-01R-1470-07 1 0.39
TCGA-DB-5280-01A-01R-1470-07 1 0.29
TCGA-DH-5142-01A-01R-1470-07 1 0.31
TCGA-E1-5302-01A-01R-1470-07 1 0.12
TCGA-E1-5303-01A-01R-1470-07 1 0.38
TCGA-E1-5322-01A-01R-1470-07 1 0.16
TCGA-CS-5390-01A-02R-1470-07 2 0.055

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

SampleName K=2 K=3 K=4 K=5 K=6 K=7 K=8
TCGA-CS-4942-01A-01R-1470-07 1 1 1 1 1 1 1
TCGA-CS-4943-01A-01R-1470-07 1 1 2 1 1 1 1
TCGA-CS-4944-01A-01R-1470-07 1 1 1 1 2 2 2
TCGA-DB-5273-01A-01R-1470-07 1 1 1 1 2 2 1
TCGA-DB-5276-01A-01R-1470-07 1 3 4 4 5 5 5
TCGA-DB-5280-01A-01R-1470-07 1 1 1 1 1 2 1
TCGA-DH-5142-01A-01R-1470-07 1 1 2 1 6 7 8
TCGA-DH-5143-01A-01R-1470-07 1 3 4 4 5 5 5
TCGA-E1-5302-01A-01R-1470-07 1 1 1 1 2 2 2
TCGA-E1-5303-01A-01R-1470-07 1 1 1 1 2 2 2
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
MSTN 0.000051 3.5 0.01 1
CHST9 5.3e-06 2.8 0.0054 1
GPR65 0.00011 2.7 0.013 1
RPE65 0.0013 2.6 0.041 1
HS3ST1 1.6e-06 2.6 0.004 1
SULF1 0.0032 2.4 0.061 1
MMP7 0.015 2.3 0.13 1
IRX2 0.0059 2.2 0.082 1
GPR34 0.0012 2.2 0.039 1
VCAM1 0.00042 2.2 0.024 1
Methods & Data
CNMF Method

Non-negative matrix factorization (NMF) is an unsupervised learning algorithm that has been shown to identify molecular patterns when applied to gene expression data , . Rather than separating gene clusters based on distance computation, NMF detects contextdependent patterns of gene expression in complex biological systems.

Cophenetic Correlation Coefficient

We use the cophenetic correlation coefficient to determine the cluster that yields the most robust clustering. The cophenetic correlation coefficient is computed based on the consensus matrix of the CNMF clustering, and measures how reliably the same samples are assigned to the same cluster across many iterations of the clustering lgorithm with random initializations. The cophenetic correlation coefficient lies between 0 and 1, with higher values indicating more stable cluster assignments. We select the number of clusters k based on the largest observed correlation coefficient for all tested values of k.

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 .

Download Results

This is an experimental feature. The full results of the analysis summarized in this report can be downloaded from the TCGA Data Coordination Center.

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