Clustering of mRNAseq gene expression: consensus NMF
Colon Adenocarcinoma (Primary solid tumor)
28 January 2016  |  analyses__2016_01_28
Maintainer Information
Citation Information
Maintained by TCGA GDAC Team (Broad Institute/MD Anderson Cancer Center/Harvard Medical School)
Cite as Broad Institute TCGA Genome Data Analysis Center (2016): Clustering of mRNAseq gene expression: consensus NMF. Broad Institute of MIT and Harvard. doi:10.7908/C1BG2NCJ
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 457 samples using the 1500 most variable genes was identified for k = 4 clusters. We computed the clustering for k = 2 to k = 10 and uused the cophenetic correlation coefficient and the average silhouette width calculation to determine the robust clusters.

Results
Gene expression patterns of molecular subtypes

Figure 1.  Get High-res Image Samples were separated into 4 clusters. Shown are 457 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 457 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 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-3L-AA1B-01 1 0.019
TCGA-4N-A93T-01 1 0.051
TCGA-5M-AAT4-01 1 0.13
TCGA-5M-AAT5-01 1 0.072
TCGA-5M-AATA-01 1 0.07
TCGA-5M-AATE-01 1 0.16
TCGA-A6-4105-01 1 0.11
TCGA-A6-5656-01 1 0.18
TCGA-A6-5659-01 1 0.11
TCGA-A6-5660-01 1 0.054

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-3L-AA1B-01 1 1 1 1 1 1 1
TCGA-5M-AAT4-01 1 1 1 1 2 2 2
TCGA-5M-AAT6-01 1 3 3 3 3 4 4
TCGA-5M-AATA-01 1 1 1 1 2 2 3
TCGA-5M-AATE-01 1 1 1 1 2 2 3
TCGA-A6-2675-01 1 3 3 4 4 5 5
TCGA-A6-2682-01 1 3 3 1 3 3 1
TCGA-A6-2684-01 1 3 3 3 3 1 6
TCGA-A6-2685-01 1 3 3 3 3 1 6
TCGA-A6-2686-01 1 3 3 3 5 6 7
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
?|100134869 0.028 -0.3 0.046 1
?|155060 0.000018 0.39 0.000059 1
?|390284 0.000034 -0.67 0.00011 1
?|57714 0.0001 -0.45 0.0003 1
?|653553 0.000025 -0.55 0.000081 1
?|90288 2.1e-13 -1 3.2e-12 1
A1BG|1 4.9e-10 -0.76 4.1e-09 1
A1CF|29974 4.5e-16 0.95 1.1e-14 1
A2ML1|144568 0.00087 -1.2 0.002 1
A2M|2 0.000017 -0.45 0.000058 1
Methods & Data
Input

RSEM is used to estimate gene and transcript abundances and these values are normalized to a fixed upper quaritile value of 1000 for gene and 300 for transcript level estimates. RPKM for a given GeneX is calculated by: (raw read counts * 10^9) / (total reads * length of GeneX). Total reads is the lane yield after removing poor quality reads and the length of GeneX is defined as the median length of all transcripts associated with GeneX.

  • Input file for selecting top 1500 genes = *.uncv2.mRNAseq_RSEM_normalized_log2.txt (quantile normalized RSEM with log2 transformed) / *.mRNAseq_RPKM_log2.txt (RPKM value with log2 transformed) from mRNAseq_preprocess pipeline

  • Input file for the clustering module = /xchip/cga/gdac-prod/tcga-gdac/jobResults/GDAC_TopgenesforCluster/COAD-TP/22507144/COAD-TP.expclu.gct

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 and How to select the best cluster

We use the cophenetic correlation coefficients 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 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.

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

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] 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)
[5] RSEM