This pipeline calculates clusters based on a consensus non-negative matrix factorization (NMF) clustering method , . This pipeline has the following features:
-
Convert input data set to a non-negitive matrix by column rank normalization.
-
Classify samples into consensus clusters.
-
Determine differentially expressed marker genes for each subtype.
The most robust consensus NMF clustering of 415 samples using the 1500 most variable genes was identified for k = 5 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.
SampleName | cluster | silhouetteValue |
---|---|---|
TCGA-3M-AB46-01 | 1 | -0.041 |
TCGA-BR-4294-01 | 1 | 0.059 |
TCGA-BR-4357-01 | 1 | 0.12 |
TCGA-BR-4366-01 | 1 | 0.068 |
TCGA-BR-4369-01 | 1 | 0.0096 |
TCGA-BR-6454-01 | 1 | 0.15 |
TCGA-BR-7197-01 | 1 | -0.053 |
TCGA-BR-7704-01 | 1 | 0.049 |
TCGA-BR-7715-01 | 1 | 0.24 |
TCGA-BR-7716-01 | 1 | 0.16 |
SampleName | K=2 | K=3 | K=4 | K=5 | K=6 | K=7 | K=8 |
---|---|---|---|---|---|---|---|
TCGA-3M-AB46-01 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-B7-5816-01 | 1 | 1 | 1 | 3 | 1 | 3 | 3 |
TCGA-B7-5818-01 | 1 | 1 | 1 | 3 | 3 | 3 | 4 |
TCGA-B7-A5TI-01 | 1 | 3 | 3 | 4 | 4 | 3 | 4 |
TCGA-B7-A5TJ-01 | 1 | 3 | 2 | 5 | 5 | 2 | 2 |
TCGA-B7-A5TN-01 | 1 | 1 | 1 | 3 | 1 | 4 | 1 |
TCGA-BR-4191-01 | 1 | 3 | 3 | 4 | 4 | 3 | 4 |
TCGA-BR-4253-01 | 1 | 3 | 3 | 4 | 3 | 3 | 4 |
TCGA-BR-4257-01 | 1 | 3 | 1 | 3 | 1 | 4 | 3 |
TCGA-BR-4267-01 | 1 | 3 | 3 | 4 | 4 | 6 | 6 |
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.
Composite.Element.REF | p | difference | q | subclass |
---|---|---|---|---|
?|10357 | 0.013 | 0.54 | 0.029 | 1 |
?|340602 | 1.5e-08 | 3.7 | 2.4e-07 | 1 |
?|388795 | 0.000018 | 1.2 | 0.00011 | 1 |
?|391714 | 0.034 | 0.74 | 0.068 | 1 |
?|553137 | 0.013 | 0.9 | 0.029 | 1 |
?|57714 | 0.03 | -0.25 | 0.061 | 1 |
?|645851 | 0.002 | 0.42 | 0.0061 | 1 |
?|90288 | 7.8e-07 | 0.97 | 7.1e-06 | 1 |
A1BG|1 | 0.011 | 0.4 | 0.026 | 1 |
A2LD1|87769 | 0.0033 | -0.32 | 0.0092 | 1 |
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/STAD-TP/22507715/STAD-TP.expclu.gct
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.
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 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 .
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.