This pipeline calculates clusters based on consensus hierarchical clustering with agglomerative ward linkage , . This pipeline has the following features:
-
Classify samples into consensus clusters.
-
Determine differentially expressed marker genes for each subtype.
Median absolute deviation (MAD) was used to select 1500 most variable genes. Consensus ward linkage hierarchical clustering of 569 samples and 1500 genes identified 3 subtypes with the stability of the clustering increasing for k = 2 to k = 10.
SampleName | cluster | silhouetteValue |
---|---|---|
TCGA-04-1331-01A-01R-0435-03 | 1 | -0.2 |
TCGA-04-1335-01A-01R-0435-03 | 1 | -0.049 |
TCGA-04-1336-01A-01R-0435-03 | 1 | -0.0077 |
TCGA-04-1341-01A-01R-0435-03 | 1 | 0.15 |
TCGA-04-1342-01A-01R-0435-03 | 1 | 0.17 |
TCGA-04-1343-01A-01R-0435-03 | 1 | 0.2 |
TCGA-04-1346-01A-01R-0435-03 | 1 | -0.16 |
TCGA-04-1348-01A-01R-0454-03 | 1 | -0.012 |
TCGA-04-1349-01A-01R-0454-03 | 1 | -0.15 |
TCGA-04-1356-01A-01R-0454-03 | 1 | 0.13 |
SampleName | clu.2 | clu.3 | clu.4 | clu.5 | clu.6 | clu.7 | clu.8 | clu.9 | clu.10 |
---|---|---|---|---|---|---|---|---|---|
TCGA-04-1331-01A-01R-0435-03 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-04-1332-01A-01R-0435-03 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
TCGA-04-1335-01A-01R-0435-03 | 1 | 1 | 1 | 3 | 2 | 3 | 3 | 3 | 2 |
TCGA-04-1336-01A-01R-0435-03 | 1 | 1 | 1 | 3 | 2 | 4 | 2 | 3 | 3 |
TCGA-04-1341-01A-01R-0435-03 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-04-1342-01A-01R-0435-03 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
TCGA-04-1343-01A-01R-0435-03 | 1 | 1 | 2 | 3 | 2 | 4 | 2 | 3 | 2 |
TCGA-04-1346-01A-01R-0435-03 | 1 | 1 | 3 | 4 | 4 | 6 | 5 | 5 | 5 |
TCGA-04-1347-01A-01R-0435-03 | 1 | 3 | 4 | 5 | 5 | 7 | 6 | 6 | 6 |
TCGA-04-1348-01A-01R-0454-03 | 1 | 1 | 3 | 4 | 4 | 6 | 5 | 5 | 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 |
---|---|---|---|---|
C9ORF152 | 0.00061 | 0.27 | 0.0033 | 1 |
ELMO2 | 2.6e-06 | -0.22 | 0.000041 | 1 |
CREB3L1 | 7.9e-11 | -0.33 | 3.9e-09 | 1 |
MMP2 | 2.3e-28 | -1.3 | 3.6e-25 | 1 |
C10ORF90 | 0.038 | 0.066 | 0.08 | 1 |
ZHX3 | 0.0016 | -0.092 | 0.0069 | 1 |
RXFP3 | 0.00035 | 0.11 | 0.0022 | 1 |
APBB2 | 8.3e-11 | -0.36 | 4.1e-09 | 1 |
PRO0478 | 0.0045 | 0.14 | 0.015 | 1 |
KRTAP10-8 | 0.0026 | 0.096 | 0.01 | 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/OV-TP/22507701/OV-TP.expclu.gct
Consensus Hierarchical clustering is a resampling-based clustering. It provides for a method to represent the consensus across multiple runs of a clustering algorithm and to assess the stability of the discovered clusters. To this end, perturbations of the original data are simulated by resampling techniques. In our analysis, the R version of ConsensusClusterPlus(v1.18.0) was used , .
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 .
The cophenetic correlation coefficient is computed as the Pearson correlation of two distance matrices:
-
Distance between samples induced by the consensus matrix.
-
Distance between samples induced by the linkage used in reordering the consensus matrix.
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.
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.