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 528 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.
SampleName | cluster | silhouetteValue |
---|---|---|
TCGA-02-0001-01C-01R-0177-01 | 1 | 0.25 |
TCGA-02-0003-01A-01R-0177-01 | 1 | 0.3 |
TCGA-02-0004-01A-01R-0298-01 | 1 | 0.33 |
TCGA-02-0009-01A-01R-0177-01 | 1 | 0.14 |
TCGA-02-0025-01A-01R-0298-01 | 1 | 0.24 |
TCGA-02-0027-01A-01R-0177-01 | 1 | 0.069 |
TCGA-02-0028-01A-01R-0177-01 | 1 | 0.04 |
TCGA-02-0033-01A-01R-0177-01 | 1 | 0.22 |
TCGA-02-0034-01A-01R-0177-01 | 1 | 0.025 |
TCGA-02-0039-01A-01R-0298-01 | 1 | 0.11 |
SampleName | K=2 | K=3 | K=4 | K=5 | K=6 | K=7 | K=8 |
---|---|---|---|---|---|---|---|
TCGA-02-0001-01C-01R-0177-01 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-02-0003-01A-01R-0177-01 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-02-0004-01A-01R-0298-01 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-02-0007-01A-01R-0177-01 | 1 | 1 | 2 | 2 | 1 | 1 | 1 |
TCGA-02-0009-01A-01R-0177-01 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-02-0010-01A-01R-0177-01 | 1 | 1 | 2 | 2 | 1 | 1 | 1 |
TCGA-02-0011-01B-01R-0177-01 | 1 | 1 | 2 | 2 | 1 | 1 | 1 |
TCGA-02-0015-01A-01R-0298-01 | 1 | 1 | 2 | 1 | 3 | 3 | 3 |
TCGA-02-0021-01A-01R-0177-01 | 1 | 1 | 2 | 2 | 1 | 1 | 1 |
TCGA-02-0023-01B-01R-0298-01 | 1 | 3 | 3 | 3 | 4 | 4 | 5 |
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 |
---|---|---|---|---|
AACS | 3e-05 | -0.2 | 0.000081 | 1 |
FSTL1 | 1.4e-09 | 0.55 | 7.6e-09 | 1 |
ELMO2 | 2.4e-11 | -0.44 | 1.6e-10 | 1 |
PNMA1 | 1.7e-15 | -0.69 | 2e-14 | 1 |
MMP2 | 0.012 | 0.27 | 0.021 | 1 |
SAMD4A | 0.043 | -0.078 | 0.066 | 1 |
SMARCD3 | 1.3e-12 | -0.79 | 1.1e-11 | 1 |
PKNOX2 | 2.9e-08 | -0.39 | 1.3e-07 | 1 |
RALYL | 2.3e-13 | -0.79 | 2.1e-12 | 1 |
ZHX3 | 3.6e-09 | -0.32 | 1.8e-08 | 1 |
The median based integrated expression data set was assembled using column-centered Level 3 data generated from Affymetrix HT-HG-U133A GeneChips, Affymetrix Human Exon 1.0 ST GeneChips, and custom designed Agilent 244k feature Gene Expression Microarrays. This data set included every gene and every samples that has been profiled on one of these platform. If a gene was only assayed on one platform, this measurement was used. If the gene was assayed on two platforms, the average of the two measurements was used; if the gene was assayed on all platforms the median measurement was used.
-
Input file for selecting top 1500 genes = *.medianexp.txt from mRNA_Preprocess_Median pipeline
-
Input file for the clustering module = /xchip/cga/gdac-prod/tcga-gdac/jobResults/GDAC_TopgenesforCluster/GBMLGG-TP/22507337/GBMLGG-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.