Clustering of copy number data by peak region with threshold value: consensus NMF
Sarcoma (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 copy number data by peak region with threshold value: consensus NMF. Broad Institute of MIT and Harvard. doi:10.7908/C1HQ3XVG
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 focal events for each subtype.

Summary

The most robust consensus NMF clustering of 257 samples using the 66 copy number focal regions 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
Copy number focal events of molecular subtypes

Figure 1.  Get High-res Image Samples were separated into 3 clusters. Shown are 257 samples and 97 marker focal events. The color bar of the row indicates the marker focal events for the corresponding cluster.

Figure 2.  Get High-res Image Heatmap with a standard hierarchical clustering for 257 samples and the 66 focal events.

Consensus and correlation matrix

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

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

Silhouette widths

Figure 5.  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-3B-A9HI-01A-11D-A386-01 1 0.14
TCGA-3B-A9HL-01A-11D-A386-01 1 0.0085
TCGA-3B-A9HS-01A-11D-A38Y-01 1 0.052
TCGA-3B-A9HX-01A-11D-A38Y-01 1 0.084
TCGA-DX-A1KY-01A-11D-A24M-01 1 0.11
TCGA-DX-A1L2-01A-22D-A24M-01 1 0.05
TCGA-DX-A3U7-01A-11D-A29M-01 1 0.062
TCGA-DX-A3U9-01A-11D-A306-01 1 0.06
TCGA-DX-A6YR-01A-33D-A350-01 1 0.084
TCGA-DX-A6YS-01A-12D-A350-01 1 0.099

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-3B-A9HI-01A-11D-A386-01 1 1 1 1 1 1 1
TCGA-3B-A9HL-01A-11D-A386-01 1 1 3 3 1 3 3
TCGA-3B-A9HP-01A-11D-A386-01 1 3 4 1 2 5 2
TCGA-3B-A9HQ-01A-11D-A386-01 1 3 4 4 3 5 2
TCGA-3B-A9HR-01A-11D-A386-01 1 3 4 5 4 6 5
TCGA-3B-A9HS-01A-11D-A38Y-01 1 1 3 3 1 3 3
TCGA-3B-A9HU-01A-11D-A38Y-01 1 3 4 4 3 4 4
TCGA-3B-A9HV-01A-11D-A38Y-01 1 3 4 2 2 2 6
TCGA-3B-A9HX-01A-11D-A38Y-01 1 1 1 1 5 7 6
TCGA-3B-A9HY-01A-11D-A38Y-01 1 3 4 4 3 4 4
Marker focal events 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 focal events for each subtype by comparing the subclass versus the other subclasses, using Student's t-test.

Table 3.  Get Full Table List of marker focal events with p <= 0.05.

Composite.Element.REF p difference q subclass
AMP PEAK 18(17P11.2) 0.000034 0.73 0.00031 1
DEL PEAK 10(5P15.33) 7.5e-06 0.64 0.00016 1
AMP PEAK 21(19Q12) 1.3e-06 0.61 0.000044 1
AMP PEAK 7(5P15.33) 0.000076 0.57 0.00055 1
AMP PEAK 24(XP21.2) 0.000038 0.51 0.00031 1
DEL PEAK 39(XP21.1) 0.000028 0.46 0.00031 1
AMP PEAK 22(20Q13.33) 0.0005 0.42 0.0028 1
AMP PEAK 16(15Q26.3) 0.0035 0.4 0.015 1
AMP PEAK 8(6P21.1) 0.0014 0.38 0.0066 1
AMP PEAK 15(13Q34) 0.02 0.38 0.062 1
Methods & Data
Input

Copy number data file = All Lesions File threshold part (all_lesions.conf_##.txt, where ## is the confidence level). The all lesions file is from GISTIC pipeline and summarizes the results from the GISTIC run. It contains data about the significant regions of amplification and deletion as well as which samples are amplified or deleted in each of these regions. The identified regions are listed down the first column, and the samples are listed across the first row, starting in column 10

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

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)