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 395 samples using the 5724 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.019 |
TCGA-B7-A5TI-01 | 1 | -0.066 |
TCGA-BR-6454-01 | 1 | 0.23 |
TCGA-BR-7722-01 | 1 | 0.32 |
TCGA-BR-8370-01 | 1 | -0.035 |
TCGA-BR-8680-01 | 1 | 0.23 |
TCGA-BR-8683-01 | 1 | 0.083 |
TCGA-BR-8687-01 | 1 | 0.076 |
TCGA-BR-A452-01 | 1 | 0.11 |
TCGA-BR-A4J6-01 | 1 | 0.06 |
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-3M-AB47-01 | 1 | 2 | 2 | 2 | 2 | 2 | 2 |
TCGA-B7-5816-01 | 1 | 2 | 3 | 3 | 2 | 2 | 2 |
TCGA-B7-5818-01 | 1 | 2 | 3 | 3 | 2 | 2 | 3 |
TCGA-B7-A5TJ-01 | 1 | 2 | 2 | 2 | 3 | 2 | 2 |
TCGA-B7-A5TN-01 | 1 | 1 | 1 | 4 | 1 | 1 | 1 |
TCGA-BR-6452-01 | 1 | 2 | 2 | 2 | 2 | 2 | 2 |
TCGA-BR-6455-01 | 1 | 2 | 3 | 3 | 2 | 2 | 3 |
TCGA-BR-6458-01 | 1 | 2 | 2 | 2 | 3 | 7 | 6 |
TCGA-BR-6566-01 | 1 | 2 | 2 | 2 | 2 | 2 | 2 |
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 |
---|---|---|---|---|
A2BP1 | 0.0054 | 0.12 | 0.015 | 1 |
A2LD1 | 0.0015 | -0.12 | 0.005 | 1 |
A2M | 0.00049 | 0.12 | 0.002 | 1 |
A2ML1 | 0.0019 | 0.14 | 0.0061 | 1 |
A4GALT | 0.0029 | -0.095 | 0.0086 | 1 |
AACS | 1.5e-08 | -0.23 | 2.7e-07 | 1 |
AADAT | 0.0054 | -0.076 | 0.015 | 1 |
AASS | 1.1e-20 | -0.16 | 4.7e-18 | 1 |
ABCA3 | 0.0076 | 0.077 | 0.02 | 1 |
ABCA5 | 0.019 | -0.071 | 0.042 | 1 |
For a given gene, we select the probe with the maximum standard deviation across all beta values. Then we discard any probes with a standard deviation below a specified cutoff. The default cutoff is .2, but it can be tuned based on the desired output file size.
-
Input file for selecting top 5724 genes = *.meth.by_max_stddev.data.txt and *.meth.by_max_stddev.num_genes.txt from Methylation_Preprocess
-
Input file for the clustering module = /xchip/cga/gdac-prod/tcga-gdac/jobResults/GDAC_TopgenesforCluster/STAD-TP/22507711/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.