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 331 samples using 171 proteins was identified for k = 4 clusters. We computed the clustering for k = 2 to k = 8 and used the cophenetic correlation coefficient to determine the best solution.
SampleName | cluster | silhouetteValue |
---|---|---|
TCGA-A6-2671-01A-21-1932-20 | 1 | 0.33 |
TCGA-A6-2677-01A-21-1932-20 | 1 | 0.23 |
TCGA-A6-2684-01A-21-1932-20 | 1 | 0.2 |
TCGA-A6-2685-01A-21-1932-20 | 1 | 0.31 |
TCGA-A6-2686-01A-21-1932-20 | 1 | -0.0096 |
TCGA-A6-3808-01A-21-1933-20 | 1 | 0.26 |
TCGA-A6-3810-01A-21-1933-20 | 1 | 0.16 |
TCGA-A6-5656-01A-22-1933-20 | 1 | 0.26 |
TCGA-A6-5657-01A-21-1933-20 | 1 | 0.23 |
TCGA-A6-5660-01A-21-1933-20 | 1 | 0.14 |
SampleName | K=2 | K=3 | K=4 | K=5 | K=6 | K=7 | K=8 |
---|---|---|---|---|---|---|---|
TCGA-A6-2671-01A-21-1932-20 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-A6-2684-01A-21-1932-20 | 1 | 3 | 1 | 1 | 1 | 1 | 1 |
TCGA-A6-2685-01A-21-1932-20 | 1 | 1 | 1 | 4 | 1 | 1 | 1 |
TCGA-A6-3807-01A-21-1933-20 | 1 | 3 | 4 | 2 | 2 | 5 | 2 |
TCGA-A6-3808-01A-21-1933-20 | 1 | 1 | 1 | 4 | 1 | 1 | 1 |
TCGA-A6-3810-01A-21-1933-20 | 1 | 1 | 1 | 4 | 4 | 3 | 4 |
TCGA-A6-5657-01A-21-1933-20 | 1 | 3 | 1 | 4 | 1 | 1 | 1 |
TCGA-A6-5660-01A-21-1933-20 | 1 | 3 | 1 | 4 | 1 | 1 | 4 |
TCGA-A6-5661-01A-21-1933-20 | 1 | 3 | 4 | 1 | 2 | 6 | 6 |
TCGA-A6-6142-01A-13-1934-20 | 1 | 3 | 1 | 1 | 1 | 1 | 1 |
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-R-V | 7e-16 | 1.5 | 2e-14 | 1 |
PTCH1|PTCH-R-C | 2.7e-19 | 1.5 | 2.3e-17 | 1 |
COL6A1|COLLAGEN_VI-R-V | 7.6e-27 | 1.1 | 1.3e-24 | 1 |
FN1|FIBRONECTIN-R-C | 2.4e-14 | 0.81 | 3.4e-13 | 1 |
KIT|C-KIT-R-V | 2.1e-09 | 0.79 | 1.2e-08 | 1 |
HSPA1A|HSP70-R-C | 5.7e-08 | 0.79 | 2.7e-07 | 1 |
YBX1|YB-1-R-V | 1.9e-11 | 0.7 | 1.6e-10 | 1 |
KDR|VEGFR2-R-C | 2.6e-15 | 0.66 | 5.4e-14 | 1 |
PTK2|FAK-R-C | 2e-14 | 0.66 | 3.3e-13 | 1 |
AKT1AKT2 AKT3|AKT-R-V | 3.8e-11 | 0.59 | 3.1e-10 | 1 |
The RPPA Level 3 data was used as the input for clustering; protein measurements corrected by median centering across antibodies.
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 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 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 .
This is an experimental feature. The full results of the analysis summarized in this report can be downloaded from the TCGA Data Coordination Center.