Download Review Slides

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Polycomb Group Proteins and Cancer wikipedia , lookup

Quantitative comparative linguistics wikipedia , lookup

Minimal genome wikipedia , lookup

Designer baby wikipedia , lookup

Genome (book) wikipedia , lookup

Gene expression profiling wikipedia , lookup

Pharmacogenomics wikipedia , lookup

Population genetics wikipedia , lookup

Genome evolution wikipedia , lookup

BRCA mutation wikipedia , lookup

Microevolution wikipedia , lookup

Epistasis wikipedia , lookup

RNA-Seq wikipedia , lookup

Mutation wikipedia , lookup

Frameshift mutation wikipedia , lookup

Point mutation wikipedia , lookup

Oncogenomics wikipedia , lookup

Transcript
IDENTIFYING CANCER SUBTYPES BASED ON
SOMATIC MUTATION PROFILE
BIOINFORMATICS SEMINAR 2016 SPRING
YOUJIN SHIN
1. INTRODUCTION
 Cancer is a complex and heterogeneous disease, mutating combinations of genes that vary greatly among
patients.
 We are now able to stratify cancer by genomic contents which are closer to fundamental causalities and
effects than the classical stratifications that are based mostly on clinical observations.
 However, due to its massiveness, there is an urgent need for the ability to analyze molecular defects in
cancers efficiently and systematically. Most prior attempts suffer from systematic errors called the ”batch
effect”. A few works provide tumor subtypes which have clinical correlation including patient survival and
response to chemotherapy.
 In this work, to identify tumor subtypes, we focus on the somatic mutation data. Somatic mutations are
identified by comparing a tumor sample with a matched normal sample. Generally, somatic mutations are
sparse in that proportion of mutation is small compared to the whole genome size and they are
heterogeneous in that there are several types of mutation possible for a given loci in a genome. It has been
observed that in several cases patients with same clinical profiles do not share even a single mutation. Only a
few patients and mutations of loci have enough number of instances.
 The sparse and heterogeneous character of the somatic mutation makes it difficult to determine the similarity
and the difference among cancer genome. To overcome this difficulty, we introduce 2 somatic mutation profile
and distance pairs.
2. MATERIALS AND METHOD
 This work is to..
o
Identify tumor subtypes
o
using k-means clustering
o
based on 2 different representations of somatic mutation data
o
With proper distance measurement(Jaccard distance / weighted Euclidean distance).
 3 types of somatic mutation data used in this work
o
Ovarian serouscystadeno carcinoma (OV)
- 442 patients with 12432 genes
o
Uterine Corpus Endometrial Carcinoma (UCEC)
- 247 patients with 20446 genes
o
Lung adenocarcinoma (LUAD)
- 517 patients with 18068 genes
* data from TCGA
* discard the patients having less than 10 mutation
2. MATERIALS AND METHOD
 Binary somatic mutation profile and Jaccard distance
o
the somatic mutation profile is represented as a binary vector
1 : any somatic mutation is present in the gene
0 : not present
o Given 2 objects, X and Y, each with n attributes. Each attribute has a binary values (0 or 1).
o Jaccard coefficient
o Jaccard distatnce
: 𝐽𝑠 =
𝐴
𝐴+𝐵+𝐶
∶ 1 − 𝐽𝑠 =
A:
total number of attributes where X=1 and Y=1
B:
total number of attributes where X=0 and Y=1
C:
total number of attributes where X=1 and Y=0
D:
total number of attributes where X=0 and Y=0 => No meaning
𝑏+𝑐
𝐴+𝐵+𝐶
- It means the dissimilarity between sample sets.
- It is not dependent of the entire dimension of the profile
- Thus it reduces the sparsity problem in comparing the binary somatic mutation profiles.
2. MATERIALS AND METHOD
 Weighted somatic mutation profile
o
Address the heterogeneity in frequency of somatic mutations among patients
o
Enrich the frequently occuring mutations
o Each binary value is converted as
𝑥𝑖 =
𝑓(𝑥𝑖 )
𝑥𝑚𝑎𝑥
𝑓(𝑥𝑖 ):
number of mutation n in i-th gene
𝑥𝑚𝑎𝑥 :
maximum number of mutation over all genes
o The frequent mutated genes in the profile will have higher impact on the distances.
o With Jaccard distance, it’s difficult to distinguish a set of patient profile pairs which have same number of mutated genes,
but different composition of mutated genes
o Giving weight on genes make it easy to distinguish this problem
 Clustering analysis via K-means
o
Appropriate method for high dementional data
o
Find the positions of cluster center to minmize the distance from data points to the cluster
o
Fomalized as :
arg min C
𝑘
𝑖=1
𝑥 ∈ 𝑐𝑖 𝑑(𝑥, 𝑦𝑖 )
𝑐𝑖
:
set of points that belong to cluster i
𝐶
:
maximum number of mutation over all genes
𝑑(𝑥, 𝑦𝑖) :
distance between data and cluster center (𝑦𝑖 is cluster center)
2.1 EVALUATION MEASURES
 Use 𝑋 2 statistics
o
To verify the association of the tumor subtypes with clinical data
o
To Compute their statistical significance
 Use Cox proportional hazards regression model
o
Run patient survival analysis on each cancer subtype
 Compute log-rank statistics
o
Compare patient survival distribution of 2 samples that are right censored
o
The null hypothesis means there is no difference between survival distributions
3. EXPERIMENTS
 Verify the effectiveness of 2 approaches for somatic mutation profile
with appropriate distance measures,
o
1) binary profile with the Jaccard distance ( B-Jac)
o
2) weighted profile with the Euclidean distance ( W-Euc)
o
And compare the outputs of the 2 approaches with binary profile with the Euclidean distance ( B-Euc )
 Then, use k-means clustering to stratify the profile distance pairs for each tumor types
o
Clusters having less than 10 patients are discarded
3.1 ASSOCIATION OF SUBTYPES AND CLINICAL FEATURE
 To verify the biological importance of the identified subtypes,
o
Conduct experiments to investigate whether the subtypes are predictive of the observed clinical data
o
6 clinical features are generated and used for UCEC
o
6 features created by combining the histologic grade and the residual surgical resecction
o
Use 𝑋 2 statistics to measure the association between the extracted subtypes and the clinical features
<Results>
 B-Euc is not appropriate for tumor stratification
in the prediction of the clinical data
 When k is small, the tumor subtypes based on
the B-Jac are more closely associated with the
clinical features
 As k increases, the tumor subtypes based on
the W-Euc are more closely associated with the
clinical features
3.2 SURVIVAL ANALYSIS
 To verify the relationship between the extracted subtypes and patient survival time,
o
Fit a Cox proportional hazards regression model using R,
o
Conduct a log likelihood-ratio test to compare the fit of 2 models.
o
Full model : the subtypes and the clinical features
o
Baseline model :the clinical features including age, clinical stage, neoplasm histologic grade, and residual surgical resection
o
Smoking history is included for the LUAD data
o
In UCEC, a survival analysis is not possible due to the low mortality rates of patients
3.2 SURVIVAL ANALYSIS
<Results>
 B-Euc fail to identify meaningful tumor subtypes that have clinical correlations
 The identified subtypes by B-Jac and W-Euc are good indicators for patient
survival time

In the case of ovarian cancer(OV),
o
o
B-Jac have meaningful predictive power of the survival time
(log-rank P-value= 1.09×10−3 where the # of subtypes= 8)
-
The mean survival of the most aggressive tumor subtype is approximately 27 months
-
The mean survival of the least aggressive tumor subtype is more than 36 months
-
(Fig 3-(a)).
W-Euc have meaningful predictive power of the survival time
(log-rank P-value= 2.23×10−3 where # of subtypes= 6)
-
The mean survival of the most aggressive tumor subtype is approximately 15 months
-
The mean survival of the least aggressive tumor subtype is more than 41 months
-
(Fig 3-(b)).
3.2 SURVIVAL ANALYSIS
<Results>
 B-Euc fail to identify meaningful tumor subtypes that have clinical correlations
 The identified subtypes by B-Jac and W-Euc are good indicators for patient
survival time

In the case of lung cancer(LUAD),
o
o
B-Jac have significant predictive power of the survival time
(log-rank P-value= 1.08×10−7 where # of subtypes= 7)
-
The mean survival of the most aggressive tumor subtype is approximately 13 months
-
The mean survival of the least aggressive tumor subtype is more than 22 months
-
(Fig 4-(a)).
W-Euc have significant predictive power of the survival time
(log-rank P-value= 7.09×10−8 where # of subtypes= 6)
-
The mean survival of the most aggressive tumor subtype is approximately ten months.
-
The mean survival of the least aggressive tumor subtype is more than 20 months
-
(Fig 4-(b)).
4. CONCLUSION
 In this work, we identify tumor subtypes based on somatic mutation profiles.
 To resolve the sparsity problem of the somatic mutation data, we use appropriate distance measure for the
binary profile and suggest a new profile called weighted somatic mutation profile.

More precisely, Jaccard distance is used for binary mutation profile, and Euclidean distance is used for somatic
mutation profile weighted according to the mutation frequency.

For a tumor stratification, k-means clustering is used due to its simplicity and interpretability.
 According to the results, for the typical binary somatic mutation profile, the Jaccard distance is more appropriate
than the Euclidean distance.

Also, the weighted somatic mutation profile with the Euclidean distance performs comparably to the binary
somatic mutation profile with the Jaccard distance according to the predictive power of the clinical features and
the survival time analysis.
THANK YOU