Clustering of copy number data by focal peak region with absolute value: consensus NMF
Thymoma (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 copy number data by focal peak region with absolute value: consensus NMF. Broad Institute of MIT and Harvard. doi:10.7908/C1N01618
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 123 samples using the 18 copy number focal regions was identified for k = 5 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 5 clusters. Shown are 123 samples and 17 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 123 samples and the 18 focal events.

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 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.

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

Samples assignment with silhouette width

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

SampleName cluster silhouetteValue
TCGA-3G-AB0O-01A-22D-A422-01 1 0.29
TCGA-3G-AB0T-01A-11D-A422-01 1 -0.092
TCGA-3G-AB14-01A-11D-A422-01 1 0.33
TCGA-4V-A9QI-01A-11D-A422-01 1 0.097
TCGA-4V-A9QN-01A-11D-A422-01 1 0.21
TCGA-4V-A9QQ-01A-11D-A422-01 1 -0.27
TCGA-4V-A9QR-01A-11D-A422-01 1 0.35
TCGA-4V-A9QS-01A-11D-A422-01 1 -0.019
TCGA-4X-A9F9-01A-11D-A422-01 1 0.38
TCGA-4X-A9FB-01A-11D-A422-01 1 -0.15

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-3G-AB0O-01A-22D-A422-01 1 1 1 1 1 1 1
TCGA-3G-AB0T-01A-11D-A422-01 1 1 1 1 1 1 1
TCGA-3G-AB14-01A-11D-A422-01 1 1 3 1 1 1 1
TCGA-3G-AB19-01A-21D-A422-01 1 1 1 3 3 2 2
TCGA-3S-A8YW-01A-11D-A422-01 1 1 3 3 3 4 4
TCGA-3T-AA9L-01A-11D-A422-01 1 2 4 5 4 6 4
TCGA-4V-A9QI-01A-11D-A422-01 1 1 1 1 1 1 1
TCGA-4V-A9QJ-01A-11D-A422-01 1 1 2 2 5 2 2
TCGA-4V-A9QN-01A-11D-A422-01 1 1 1 1 5 1 4
TCGA-4V-A9QQ-01A-11D-A422-01 1 1 3 1 6 7 5
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
DEL PEAK 7(9P21.3) 0.031 0.15 0.11 1
DEL PEAK 5(7Q36.3) 0.011 0.15 0.096 1
DEL PEAK 6(9P22.1) 0.0014 0.14 0.025 1
DEL PEAK 3(6P25.2) 0.017 -0.13 0.097 1
AMP PEAK 4(17Q11.2) 0.021 -0.15 0.097 1
DEL PEAK 3(6P25.2) 0.000011 0.13 0.00019 2
DEL PEAK 4(6Q21) 0.0001 0.11 0.00094 2
DEL PEAK 2(3P22.2) 0.0014 0.079 0.0064 2
DEL PEAK 5(7Q36.3) 0.016 -0.067 0.057 2
AMP PEAK 1(1Q41) 0.00037 -0.22 0.0022 2
Methods & Data
Input

The actual copy number part from all_lesions.conf_##.txt was used in this clustering. The all lesions file 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.

  • Input file for whole clustering pipeline = all_lesions.conf_##.txt (where ## is the confidence level) from GISTIC pipeline

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

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)