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 proteins for each subtype.
The most robust consensus NMF clustering of 352 samples using the 195 most variable proteins was identified for k = 6 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-2A-A8VL-01A-11-A43M-20 | 1 | 0.058 |
TCGA-2A-A8VV-01A-21-A43M-20 | 1 | -0.051 |
TCGA-CH-5753-01A-21-A303-20 | 1 | 0.21 |
TCGA-CH-5764-01A-11-A303-20 | 1 | 0.25 |
TCGA-CH-5771-01A-11-A303-20 | 1 | 0.05 |
TCGA-CH-5772-01A-21-A303-20 | 1 | 0.071 |
TCGA-EJ-5497-01A-11-A303-20 | 1 | 0.096 |
TCGA-EJ-5498-01A-21-A304-20 | 1 | 0.013 |
TCGA-EJ-5499-01A-21-A304-20 | 1 | 0.11 |
TCGA-EJ-5501-01A-21-A304-20 | 1 | 0.072 |
SampleName | K=2 | K=3 | K=4 | K=5 | K=6 | K=7 | K=8 |
---|---|---|---|---|---|---|---|
TCGA-2A-A8VL-01A-11-A43M-20 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-2A-A8VO-01A-21-A43N-20 | 1 | 1 | 2 | 1 | 2 | 2 | 2 |
TCGA-2A-A8VT-01A-21-A43M-20 | 1 | 2 | 3 | 2 | 3 | 3 | 3 |
TCGA-2A-A8VV-01A-21-A43M-20 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-2A-AAYO-01A-21-A43L-20 | 1 | 1 | 1 | 1 | 2 | 2 | 6 |
TCGA-CH-5737-01A-22-A303-20 | 1 | 2 | 2 | 4 | 5 | 4 | 5 |
TCGA-CH-5738-01A-21-A303-20 | 1 | 1 | 3 | 2 | 3 | 5 | 3 |
TCGA-CH-5739-01A-21-A303-20 | 1 | 2 | 3 | 2 | 3 | 5 | 3 |
TCGA-CH-5743-01A-11-A303-20 | 1 | 2 | 3 | 2 | 3 | 5 | 3 |
TCGA-CH-5744-01A-21-A303-20 | 1 | 2 | 3 | 2 | 3 | 5 | 3 |
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 proteins for each subtype by comparing the subclass versus the other subclasses, using Student's t-test.
Composite.Element.REF | p | difference | q | subclass |
---|---|---|---|---|
CAV1|CAVEOLIN-1 | 4.6e-36 | 1.3 | 9e-34 | 1 |
RICTOR|RICTOR | 1.6e-23 | 1.1 | 5.3e-22 | 1 |
PRKCA |PKC-ALPHA_PS657 | 7.9e-31 | 0.84 | 7.7e-29 | 1 |
MYH11|MYH11 | 2.5e-07 | 0.76 | 7.4e-07 | 1 |
PRKCA |PKC-ALPHA | 3.6e-30 | 0.73 | 2.4e-28 | 1 |
COL6A1|COLLAGEN_VI | 3.2e-18 | 0.61 | 4.7e-17 | 1 |
HSPA1A|HSP70 | 2.6e-10 | 0.49 | 1.2e-09 | 1 |
PKC|PKC-PAN_BETAII_PS660 | 1.1e-16 | 0.48 | 1.4e-15 | 1 |
GSK3A GSK3B|GSK3-ALPHA-BETA_PS21_S9 | 1.9e-10 | 0.48 | 8.5e-10 | 1 |
ACVRL1|ACVRL1 | 2.4e-25 | 0.43 | 9.4e-24 | 1 |
The RPPA Level 3 data was protein measurements corrected by median centering across antibodies.
-
Input file for selecting top 195 genes = *.antibody_annotation.txt from RPPA_AnnotateWithGene
-
Input file for the clustering module = /xchip/cga/gdac-prod/tcga-gdac/jobResults/GDAC_TopgenesforCluster/PRAD-TP/22507494/PRAD-TP.expclu.gct
Non-negative matrix factorization (NMF) is an unsupervised learning algorithm that has been shown to identify molecular patterns when applied to protein expression data , . Rather than separating protein clusters based on distance computation, NMF detects contextdependent patterns of protein 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.