This pipeline calculates clusters based on consensus hierarchical clustering with agglomerative average linkage , . This pipeline has the following features:
-
Classify samples into consensus clusters.
-
Determine differentially expressed marker genes for each subtype.
The 1500 most variable genes were selected. Consensus average linkage hierarchical clustering of 192 samples and 1500 genes identified 3 subtypes with the stability of the clustering increasing for k = 2 to k = 8 and the average silhouette width calculation for selecting the robust clusters.
SampleName | cluster | silhouetteValue |
---|---|---|
TCGA-A6-5661-01 | 1 | 0.3 |
TCGA-A6-5665-01 | 1 | 0.32 |
TCGA-A6-6141-01 | 1 | 0.063 |
TCGA-A6-6653-01 | 1 | 0.29 |
TCGA-A6-6780-01 | 1 | 0.1 |
TCGA-AA-3492-01 | 1 | 0.16 |
TCGA-AA-3502-01 | 1 | 0.18 |
TCGA-AA-3663-01 | 1 | 0.28 |
TCGA-AA-3713-01 | 1 | 0.2 |
TCGA-AD-6889-01 | 1 | 0.27 |
TCGA_ID | K.2 | K.3 | K.4 | K.5 | K.6 | K.7 | K.8 |
---|---|---|---|---|---|---|---|
TCGA-A6-5661-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-A6-5665-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-A6-6141-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-A6-6653-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-A6-6780-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-A6-6781-01 | 1 | 3 | 3 | 4 | 6 | 4 | 4 |
TCGA-AA-3492-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-AA-3502-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
TCGA-AA-3655-01 | 1 | 2 | 4 | 5 | 3 | 2 | 8 |
TCGA-AA-3663-01 | 1 | 1 | 4 | 5 | 2 | 3 | 6 |
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.
REG4.83998 | X1.27112026452028e.22 | X6.03602247197047 | X3.76230412960261e.19 | X1 |
---|---|---|---|---|
CTSE|1510 | 1.4e-19 | 5.1 | 1.4e-16 | 1 |
CLDN18|51208 | 2.3e-08 | 4.8 | 3.9e-07 | 1 |
REG1A|5967 | 3.5e-08 | 4.4 | 5.7e-07 | 1 |
TCN1|6947 | 7e-15 | 4.2 | 1.3e-12 | 1 |
MUC2|4583 | 6.8e-10 | 3.8 | 2.1e-08 | 1 |
SPINK4|27290 | 1.3e-07 | 3.7 | 1.6e-06 | 1 |
TNNT1|7138 | 2e-12 | 3.6 | 1.6e-10 | 1 |
ANXA10|11199 | 1.9e-06 | 3.6 | 0.000016 | 1 |
TRIM7|81786 | 1.4e-24 | 3.5 | 1.2e-20 | 1 |
TFF2|7032 | 1.3e-08 | 3.4 | 2.5e-07 | 1 |
mRNAseq of normalized RSEM/RPKM value with log2 transformed was as the input RNAseq data for the clustering.
RSEM is used to estimate gene and transcript abundances and these values are normalized to a fixed upper quaritile value of 1000 for gene and 300 for transcript level estimates.
RPKM for a given GeneX is calculated by: (raw read counts * 10^9) / (total reads * length of GeneX). Total reads is the lane yield after removing poor quality reads and the length of GeneX is defined as the median length of all transcripts associated with GeneX.
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 , .
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.