SlideShare a Scribd company logo
1 of 31
Optimal Drug Prediction From
Personal Genomics Profiles
Name: Aarathi Anil
Class:S7 IT
Guide : Asst.Professor Simi MS
11-Sep-2017 2
Optimal drug prediction from personal
genomics profiles
1.Problem Definition
• Cancer is a group of diseases involving abnormal cell growth with the
potential to spread to other parts of the body.
• Cancer patients often show heterogeneous drug responses such that
only a small subset of patients is sensitive to a given anticancer drug.
 Although subtyping analysis has identified patient subgroups sharing
common biomarkers, there is no effective method to predict the drug
response of individual patients precisely and reliably.
11-Sep-2017 3Optimal drug prediction from personal
genomics profiles
2.Topic Relevance &Application
• The proposed drug prediction algorithm can be used to improve greatly
the reliability of finding optimal drugs for individual patients .
• It will, thus form a key component in the precision medicine
infrastructure for oncology care .
• It is a contribution to medical centre and useful for doctors to treat
cancer patients in an effective manner.
• It will also impact the cancer clinical regimen profoundly.
11-Sep-2017 4Optimal drug prediction from personal
genomics profiles
Topic Relevance &Application(Contd..)
• Computational analysis is the bottleneck in associating the complex
genomic profiles reliably with heterogeneous drug responses.
• It also helps to achieve better therapeutic outcomes by selecting all
the optimal drugs among all anticancer drugs based on
their(patient’s) genomic profiles.
11-Sep-2017 5Optimal drug prediction from personal
genomics profiles
3.Existing System
• No effective method to predict the drug response of individual
patients precisely and reliably.
• The International Cancer Genome Consortium was formed to
coordinate the generation and management of large-scale genomic
datasets from over 50 cancer types or subtypes collected from all
over the world.
• These large-scale and comprehensive genomic profiling datasets
found invaluable in identifying predictive biomarkers of an
individual’s drug response.
11-Sep-2017 6
Optimal drug prediction from personal
genomics profiles
Existing System(Contd..)
• Though subtyping analysis of cancer patients has identified patient
subgroups sharing common biomarkers, the genomic instability
patterns among the subtypes of a cancer are complex and not easily
distinguishable.
• Thus, these genomic patterns often failed to offer insight into drug
sensitivity and to identify reliable predictive biomarkers of individual
subtypes.
• There also exist other algorithms to find differentially expressed genes
between sensitive groups and resistant groups.
11-Sep-2017 7
Optimal drug prediction from personal
genomics profiles
Existing System(Contd..)
• They first tested if t-test could be used to find drug signatures.
• They did Shapiro–Wilk test on the expression values of genes across
cell lines and found that the expression value of most of the genes
(over 10,000) did not form normal distribution.
• Thus, t-test and other similar methods were not suitable there.
• Drug response of a patient was also predicted by mining high
throughput genomics data .
11-Sep-2017 8
Optimal drug prediction from personal
genomics profiles
Existing System(Contd..)
• Molecular analysis showed that cancers from different organs may
share similar features, while cancers from the same organ were often
quite distinct.
• As evidenced by the observation that cancer patients with the same
cancer type showed heterogeneous responses to the same therapy.
• It was believed that complex and distinct genomic instability is
responsible for the diversity in drug response.
• Many approaches were developed to reposition or re-purpose
known drugs to new indications based on assumptions that drugs
sharing similar chemical structures would have same targets.
11-Sep-2017 9Optimal drug prediction from personal
genomics profiles
4.Proposed System
• The Proposed system is a drug prediction algorithm that can
be used to improve greatly the reliability of finding optimal drugs
for individual patients and will, thus, form a key component in the
precision medicine infrastructure for oncology care.
• For this, 624 cancer cell lines (viewed as individual patients) and
their responses to 75 drugs were obtained from Genomics of Drug
Sensitivity in Cancer (GDSC) .
11-Sep-2017 10Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
• The results showed that the proposed prediction algorithm could
significantly improve the chance of finding sensitive drugs for
individual patients.
11-Sep-2017 11
Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
 DATA ANDMETHODOLOGY
(1)Data
• SMILES : Simplified molecular-input line-entry system
• Only drugs that have both SMILES and IC50 information, and cell
lines that have both IC50 and gene expression profile data were
used in their analysis.
• IC50 data of 75 drugs on 624 cell lines in GDSC and 24 drugs on
504 cell lines in CCLE were obtained.
11-Sep-2017
12
Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
(2)Algorithm Overview
• Let ,
 C the cell line
 D set of known drugs in GDSC
 G the drug-related gene signature consisting of
differentially expressed genes between the drug-
specific resistant and sensitive cell lines.
11-Sep-2017 13
Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
Where ,
*
*
*
11-Sep-2017 14
Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
(3) IC50 Value Normalization
As suggested by GDSC,
 Cell lines with IC50 values greater than the maximum
concentration of a drug are likely to be resistant to that drug.
 Cell lines with IC50 values smaller than maximum concentration
are likely to be sensitive to that drug.
.
11-Sep-2017 15
Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
METHOD
 For each drug-cell line pair,
1) Calculate similarity scores for pair wise drugs based on their chemical
structures.
2) Then select most similar drugs to the given one.
3) Calculate a gene signature based on the IC50 values of the selected
drugs and gene expression profiles of the cell lines.
4) Calculate flexible similarity score between cell lines based on the
gene signature.
11-Sep-2017 16
Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
5) Finally, assign a drug-cell line effect score by combining drug
similarity scores and cell line similarity scores.
.
• Using this method, the top candidate drugs that have the sensitivity for
the given cell line were predicted.
• Under IC50 Value Normalization ,
divide the raw IC50 value by the maximum concentration of
and then log2-transform it as normalized IC50 value.
For drug cell line pairs that lack IC50 values from GDSC,
set their normalized IC50 to 0 (for IC50=0).
11-Sep-2017
17Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
 Cell lines with a normalized IC50 value greater than 0 are
considered to be resistant cell lines to the drug (for IC50>0).
 Cell lines with normalized IC50 value smaller than 0 were
considered to be sensitive cell lines to the drug (for IC50<0).
Since the range of IC50 values of sensitive cell lines differs from
the range of resistant cells, normalized IC50 value was further
scaled to the range of [−1,1] for the following analysis.
11-Sep-2017
18Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
(4) Drug–DrugSimilarity
Given two drugs,


• The “rcdk” R package is used to retrieve their finger print information
and from the SMILES data.
• The similarity between the two drugs , ,is calculated
using Tanimoto coefficient .
11-Sep-2017
19Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
The tanimoto coefficient is given by the equation:
Where,
 c: the number of finger prints that appear in both
and .
 a: the number of finger prints that only appear in
 b: the number of finger prints that only appear in
 and : finger prints of and respectively.
11-Sep-2017
20Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
(5) Patient–Patient Genomics Similarity
For a given drug , to calculate cell line similarity :
1)calculate the drug–drug similarities, ,between T
and all other drugs
2)rank in descending order of similarity score .
3)Top drugs are selected as .
4)Find a gene signature for .
5)Calculate cell line similarity score based on this signature.
11-Sep-2017
21Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
6) For each drug , separate cell lines into two groups
according to their normalized IC50 values.
If > 0 , is assigned to group 1- Resistant group .
If < 0 , is assigned to group 2- Sensitive group .
7) For each gene we calculate its fold change between the mean
expression levels of the two groups, given by:
11-Sep-2017
22Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
 RESULTS
• Two new validation strategies to reduce the bias invalidation and for
selecting optimal values for and . were conducted.
1. To use twofold cross validation for modeling GDSC dataset
2. To use GDSC dataset as the training set and CCLE data set as
the independent testing set.
11-Sep-2017
23Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
1)To use twofold crossvalidation for modeling GDSC dataset
• Randomly divide the cell lines into two subgroups, with equal size
and each time use one as training set and the other as testing set.
• The testing results are then averaged for each
• The drug responses on the testing set were estimated using drug
treated IC50 values on the training set.
• Top ten prioritized drugs for each testing cell line were selected.
• All the drugs were ranked in increasing order based on their
normalized IC50 values on the given cell line.
11-Sep-2017
24Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
• The enrichment score of the ten drugs in the ordered drug list was
calculated ie;
• (enrichment score) which ranges from −1 to 1, and would be
close to1 if the selected drugs were found at the top of the ranked
drug list and vice versa.
• The prediction power of single drug (rd =1) decreases when more
similar cell lines being added (noise sensitive),
• The prediction power with multiple similar drugs increases with more
similar cell lines (noise robust).
11-Sep-2017
25Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
2) To useGDSC dataset asthe training set and CCLE data set as the independent
testing set
• The CCLE datasets were also collected for the validation. There
were 11 drugs in both GDSC and CCLE database.
• GDSC data was used as the training set, and CCLE database as the
testing dataset.
• Then predict the drug responses on 480 cell lines in CCLE for 11
drugs.
11-Sep-2017
26Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
• p values were calculated for each and
• Set threshold as p<0.05
The p value was calculated as :
• Small p value means that the prediction can discover the more
sensitive drugs to the given cell line, compared with the random
selection.
11-Sep-2017
27Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
• The results are shown in Table I:
11-Sep-2017
28Optimal drug prediction from personal
genomics profiles
Proposed System(Contd..)
• The p values are smaller than 0.05 in almost all the cases, which
means the top 10 drug-cell line pairs predicted by their model had a
much lower IC50 value compared with random selection, and thus,
the cell lines are more sensitive to these drugs.
In summary, the proposed prediction algorithm can improve
the effective drug selection significantly, and the evaluation
results indicate the possibility of selecting the optimal drugs
among all anticancer drugs based on their genomic profiles .
11-Sep-2017
29Optimal drug prediction from personal
genomics profiles
5.CONCLUSION
• Patients with the same type of cancer often respond differently to the
same drug treatment, and only a small subset of patients has
profound sensitivity to the given drugs.
• The complex and distinct genomic instability of individual cancer
patients is believed to be responsible for that diversity in drug
response.
• Their research finding suggested the potential of selecting optimal
drugs among anticancer drugs for individual patients based on their
genomic profiles, which will impact the cancer clinical regimen
profoundly.
11-Sep-2017
30Optimal drug prediction from personal
genomics profiles
6.REFERENCE
• Discovery of drug mode of action and drug repositioning from
transcriptional responses.
• Drug repositioning for personalized medicine
11-Sep-2017 31
Optimal drug prediction from personal
genomics profiles
THANK YOU…….!!!!!

More Related Content

What's hot

Multiscale integrative data analytics in pharmacogenomics
Multiscale integrative data analytics in pharmacogenomicsMultiscale integrative data analytics in pharmacogenomics
Multiscale integrative data analytics in pharmacogenomicsDr. Gerry Higgins
 
Multi scale, integrative data analytics in pharmacogenomics
Multi scale, integrative data analytics in pharmacogenomics Multi scale, integrative data analytics in pharmacogenomics
Multi scale, integrative data analytics in pharmacogenomics Dr. Gerry Higgins
 
Ransbotyn et al PUBLISHED (1)
Ransbotyn et al PUBLISHED (1)Ransbotyn et al PUBLISHED (1)
Ransbotyn et al PUBLISHED (1)Tania Acuna
 
Algorithmically Optimized Gene Selection for Targeted Clinical Sequencing Panels
Algorithmically Optimized Gene Selection for Targeted Clinical Sequencing PanelsAlgorithmically Optimized Gene Selection for Targeted Clinical Sequencing Panels
Algorithmically Optimized Gene Selection for Targeted Clinical Sequencing PanelsThermo Fisher Scientific
 
Towards Replicable and Genereralizable Genomic Prediction Models
Towards Replicable and Genereralizable Genomic Prediction ModelsTowards Replicable and Genereralizable Genomic Prediction Models
Towards Replicable and Genereralizable Genomic Prediction ModelsLevi Waldron
 
MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...
MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...
MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...ijsc
 
Data mining methodologies for pharmacovigilance
Data mining methodologies for pharmacovigilanceData mining methodologies for pharmacovigilance
Data mining methodologies for pharmacovigilanceAbdelfattah Al Zaqqa
 
FunGen JC Presentation - Mostafavi et al. (2019)
FunGen JC Presentation - Mostafavi et al. (2019)FunGen JC Presentation - Mostafavi et al. (2019)
FunGen JC Presentation - Mostafavi et al. (2019)BrianSchilder
 
Gardner and Song_2015_Genetics in Medicine
Gardner and Song_2015_Genetics in MedicineGardner and Song_2015_Genetics in Medicine
Gardner and Song_2015_Genetics in MedicineAmanda Natalizio
 
Unravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbidUnravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbideSAT Publishing House
 
Unravelling the molecular linkage of co morbid diseases
Unravelling the molecular linkage of co morbid diseasesUnravelling the molecular linkage of co morbid diseases
Unravelling the molecular linkage of co morbid diseaseseSAT Journals
 
Indications discovery and drug repurposing
Indications discovery and drug repurposingIndications discovery and drug repurposing
Indications discovery and drug repurposingSean Ekins
 
Repositioning Old Drugs For New Indications Using Computational Approaches
Repositioning Old Drugs For New Indications Using Computational ApproachesRepositioning Old Drugs For New Indications Using Computational Approaches
Repositioning Old Drugs For New Indications Using Computational ApproachesYannick Pouliot
 
Automated Functional Antibody Purification
Automated Functional Antibody PurificationAutomated Functional Antibody Purification
Automated Functional Antibody PurificationChris Suh
 
FabioAmaralProject 3
FabioAmaralProject 3FabioAmaralProject 3
FabioAmaralProject 3Fabio Amaral
 
Bioinformatics-driven discovery of EGFR mutant Lung Cancer
Bioinformatics-driven discovery of EGFR mutant Lung CancerBioinformatics-driven discovery of EGFR mutant Lung Cancer
Bioinformatics-driven discovery of EGFR mutant Lung CancerPreveenRamamoorthy
 
BLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUES
BLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUESBLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUES
BLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUEShiij
 
Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005
Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005
Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005Aviel Shatz
 

What's hot (19)

Multiscale integrative data analytics in pharmacogenomics
Multiscale integrative data analytics in pharmacogenomicsMultiscale integrative data analytics in pharmacogenomics
Multiscale integrative data analytics in pharmacogenomics
 
Multi scale, integrative data analytics in pharmacogenomics
Multi scale, integrative data analytics in pharmacogenomics Multi scale, integrative data analytics in pharmacogenomics
Multi scale, integrative data analytics in pharmacogenomics
 
Ransbotyn et al PUBLISHED (1)
Ransbotyn et al PUBLISHED (1)Ransbotyn et al PUBLISHED (1)
Ransbotyn et al PUBLISHED (1)
 
Algorithmically Optimized Gene Selection for Targeted Clinical Sequencing Panels
Algorithmically Optimized Gene Selection for Targeted Clinical Sequencing PanelsAlgorithmically Optimized Gene Selection for Targeted Clinical Sequencing Panels
Algorithmically Optimized Gene Selection for Targeted Clinical Sequencing Panels
 
Towards Replicable and Genereralizable Genomic Prediction Models
Towards Replicable and Genereralizable Genomic Prediction ModelsTowards Replicable and Genereralizable Genomic Prediction Models
Towards Replicable and Genereralizable Genomic Prediction Models
 
MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...
MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...
MINING OF IMPORTANT INFORMATIVE GENES AND CLASSIFIER CONSTRUCTION FOR CANCER ...
 
MDC Connects: Target discovery at AstraZeneca
MDC Connects: Target discovery at AstraZenecaMDC Connects: Target discovery at AstraZeneca
MDC Connects: Target discovery at AstraZeneca
 
Data mining methodologies for pharmacovigilance
Data mining methodologies for pharmacovigilanceData mining methodologies for pharmacovigilance
Data mining methodologies for pharmacovigilance
 
FunGen JC Presentation - Mostafavi et al. (2019)
FunGen JC Presentation - Mostafavi et al. (2019)FunGen JC Presentation - Mostafavi et al. (2019)
FunGen JC Presentation - Mostafavi et al. (2019)
 
Gardner and Song_2015_Genetics in Medicine
Gardner and Song_2015_Genetics in MedicineGardner and Song_2015_Genetics in Medicine
Gardner and Song_2015_Genetics in Medicine
 
Unravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbidUnravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbid
 
Unravelling the molecular linkage of co morbid diseases
Unravelling the molecular linkage of co morbid diseasesUnravelling the molecular linkage of co morbid diseases
Unravelling the molecular linkage of co morbid diseases
 
Indications discovery and drug repurposing
Indications discovery and drug repurposingIndications discovery and drug repurposing
Indications discovery and drug repurposing
 
Repositioning Old Drugs For New Indications Using Computational Approaches
Repositioning Old Drugs For New Indications Using Computational ApproachesRepositioning Old Drugs For New Indications Using Computational Approaches
Repositioning Old Drugs For New Indications Using Computational Approaches
 
Automated Functional Antibody Purification
Automated Functional Antibody PurificationAutomated Functional Antibody Purification
Automated Functional Antibody Purification
 
FabioAmaralProject 3
FabioAmaralProject 3FabioAmaralProject 3
FabioAmaralProject 3
 
Bioinformatics-driven discovery of EGFR mutant Lung Cancer
Bioinformatics-driven discovery of EGFR mutant Lung CancerBioinformatics-driven discovery of EGFR mutant Lung Cancer
Bioinformatics-driven discovery of EGFR mutant Lung Cancer
 
BLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUES
BLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUESBLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUES
BLOOD TUMOR PREDICTION USING DATA MINING TECHNIQUES
 
Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005
Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005
Politics_Pain_and_the_Torture_of_the_American_People_May_1_2005
 

Similar to Optimal drug prediction from personal genomics profiles

Exploiting drug targets for Immuno-Oncology drug discovery
Exploiting drug targets for Immuno-Oncology drug discoveryExploiting drug targets for Immuno-Oncology drug discovery
Exploiting drug targets for Immuno-Oncology drug discoveryVikram Rao
 
Role of bioinformatics of drug designing
Role of bioinformatics of drug designingRole of bioinformatics of drug designing
Role of bioinformatics of drug designingDr NEETHU ASOKAN
 
Pistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier DatathonPistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier DatathonPistoia Alliance
 
AI-powered Drug Discovery: Revolutionizing Precision Medicine
AI-powered Drug Discovery: Revolutionizing Precision MedicineAI-powered Drug Discovery: Revolutionizing Precision Medicine
AI-powered Drug Discovery: Revolutionizing Precision MedicineClinosolIndia
 
Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis) Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis) Dimitris Papadopoulos
 
Deconvolution of Rhea Compound Using UCeP-ID
Deconvolution of Rhea Compound Using UCeP-IDDeconvolution of Rhea Compound Using UCeP-ID
Deconvolution of Rhea Compound Using UCeP-IDCIkumparan
 
In silico drug design/Molecular docking
In silico drug design/Molecular dockingIn silico drug design/Molecular docking
In silico drug design/Molecular dockingKannan Iyanar
 
Some building blocks for Rational Drug Design
Some building blocks for Rational Drug Design Some building blocks for Rational Drug Design
Some building blocks for Rational Drug Design samthamby79
 
Interrogating differences in expression of targeted gene sets to predict brea...
Interrogating differences in expression of targeted gene sets to predict brea...Interrogating differences in expression of targeted gene sets to predict brea...
Interrogating differences in expression of targeted gene sets to predict brea...Enrique Moreno Gonzalez
 
Establishment and analysis of a disease risk prediction model for chronic kid...
Establishment and analysis of a disease risk prediction model for chronic kid...Establishment and analysis of a disease risk prediction model for chronic kid...
Establishment and analysis of a disease risk prediction model for chronic kid...KrishMendapara1
 
Personalized medicine through wes and big data analytics
Personalized medicine through wes and big data analyticsPersonalized medicine through wes and big data analytics
Personalized medicine through wes and big data analyticsJunaidAKG
 
Pre-clinical drug prioritization via prognosis-guided genetic interaction net...
Pre-clinical drug prioritization via prognosis-guided genetic interaction net...Pre-clinical drug prioritization via prognosis-guided genetic interaction net...
Pre-clinical drug prioritization via prognosis-guided genetic interaction net...laserxiong
 
Population variation to drugs
Population variation to drugsPopulation variation to drugs
Population variation to drugsLars Brandén
 
Rational_Drug_Design.ppt
Rational_Drug_Design.pptRational_Drug_Design.ppt
Rational_Drug_Design.pptSeema Bansal
 
What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...
What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...
What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...Medpace
 
STRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptxSTRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptxStutiGupta190190
 
Big Data Analytics in the Health Domain
Big Data Analytics in the Health DomainBig Data Analytics in the Health Domain
Big Data Analytics in the Health DomainBigData_Europe
 

Similar to Optimal drug prediction from personal genomics profiles (20)

Exploiting drug targets for Immuno-Oncology drug discovery
Exploiting drug targets for Immuno-Oncology drug discoveryExploiting drug targets for Immuno-Oncology drug discovery
Exploiting drug targets for Immuno-Oncology drug discovery
 
Role of bioinformatics of drug designing
Role of bioinformatics of drug designingRole of bioinformatics of drug designing
Role of bioinformatics of drug designing
 
Pistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier DatathonPistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier Datathon
 
AI-powered Drug Discovery: Revolutionizing Precision Medicine
AI-powered Drug Discovery: Revolutionizing Precision MedicineAI-powered Drug Discovery: Revolutionizing Precision Medicine
AI-powered Drug Discovery: Revolutionizing Precision Medicine
 
MURI Summer
MURI SummerMURI Summer
MURI Summer
 
Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis) Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis)
 
Deconvolution of Rhea Compound Using UCeP-ID
Deconvolution of Rhea Compound Using UCeP-IDDeconvolution of Rhea Compound Using UCeP-ID
Deconvolution of Rhea Compound Using UCeP-ID
 
In silico drug design/Molecular docking
In silico drug design/Molecular dockingIn silico drug design/Molecular docking
In silico drug design/Molecular docking
 
Some building blocks for Rational Drug Design
Some building blocks for Rational Drug Design Some building blocks for Rational Drug Design
Some building blocks for Rational Drug Design
 
Interrogating differences in expression of targeted gene sets to predict brea...
Interrogating differences in expression of targeted gene sets to predict brea...Interrogating differences in expression of targeted gene sets to predict brea...
Interrogating differences in expression of targeted gene sets to predict brea...
 
Establishment and analysis of a disease risk prediction model for chronic kid...
Establishment and analysis of a disease risk prediction model for chronic kid...Establishment and analysis of a disease risk prediction model for chronic kid...
Establishment and analysis of a disease risk prediction model for chronic kid...
 
Personalized medicine through wes and big data analytics
Personalized medicine through wes and big data analyticsPersonalized medicine through wes and big data analytics
Personalized medicine through wes and big data analytics
 
Pre-clinical drug prioritization via prognosis-guided genetic interaction net...
Pre-clinical drug prioritization via prognosis-guided genetic interaction net...Pre-clinical drug prioritization via prognosis-guided genetic interaction net...
Pre-clinical drug prioritization via prognosis-guided genetic interaction net...
 
Journal
JournalJournal
Journal
 
nm0915-965-2
nm0915-965-2nm0915-965-2
nm0915-965-2
 
Population variation to drugs
Population variation to drugsPopulation variation to drugs
Population variation to drugs
 
Rational_Drug_Design.ppt
Rational_Drug_Design.pptRational_Drug_Design.ppt
Rational_Drug_Design.ppt
 
What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...
What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...
What’s New in Clinical Drug-drug Interaction Studies: Recommendations from Re...
 
STRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptxSTRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptx
 
Big Data Analytics in the Health Domain
Big Data Analytics in the Health DomainBig Data Analytics in the Health Domain
Big Data Analytics in the Health Domain
 

Recently uploaded

Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024locantocallgirl01
 
Top 10 Most Beautiful Russian Pornstars List 2024
Top 10 Most Beautiful Russian Pornstars List 2024Top 10 Most Beautiful Russian Pornstars List 2024
Top 10 Most Beautiful Russian Pornstars List 2024locantocallgirl01
 
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...deepakkumar115120
 
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptxCreeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptxYasser Alzainy
 
Part I - Anticipatory Grief: Experiencing grief before the loss has happened
Part I - Anticipatory Grief: Experiencing grief before the loss has happenedPart I - Anticipatory Grief: Experiencing grief before the loss has happened
Part I - Anticipatory Grief: Experiencing grief before the loss has happenedbkling
 
Intro to disinformation and public health
Intro to disinformation and public healthIntro to disinformation and public health
Intro to disinformation and public healthTina Purnat
 
Test bank for critical care nursing a holistic approach 11th edition morton f...
Test bank for critical care nursing a holistic approach 11th edition morton f...Test bank for critical care nursing a holistic approach 11th edition morton f...
Test bank for critical care nursing a holistic approach 11th edition morton f...robinsonayot
 
TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...
TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...
TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...rightmanforbloodline
 
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...Cara Menggugurkan Kandungan 087776558899
 
Difference Between Skeletal Smooth and Cardiac Muscles
Difference Between Skeletal Smooth and Cardiac MusclesDifference Between Skeletal Smooth and Cardiac Muscles
Difference Between Skeletal Smooth and Cardiac MusclesMedicoseAcademics
 
Physicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdfPhysicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdfRAJ K. MAURYA
 
TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...
TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...
TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...rightmanforbloodline
 
spinal cord disorders and paraplegia .
spinal cord disorders  and  paraplegia .spinal cord disorders  and  paraplegia .
spinal cord disorders and paraplegia .Mohamed Rizk Khodair
 
Face and Muscles of facial expression.pptx
Face and Muscles of facial expression.pptxFace and Muscles of facial expression.pptx
Face and Muscles of facial expression.pptxDr. Rabia Inam Gandapore
 
VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...poonam rawat$V15
 
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdfSEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdfSachin Sharma
 
ABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancyABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancyMs. Sapna Pal
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana GuptaLifecare Centre
 
Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan 081901222272 Obat Penggugur Kandu...
Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan  081901222272 Obat Penggugur Kandu...Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan  081901222272 Obat Penggugur Kandu...
Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan 081901222272 Obat Penggugur Kandu...Halo Docter
 
Physiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdfPhysiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdfMedicoseAcademics
 

Recently uploaded (20)

Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024Top 10 Most Beautiful Chinese Pornstars List 2024
Top 10 Most Beautiful Chinese Pornstars List 2024
 
Top 10 Most Beautiful Russian Pornstars List 2024
Top 10 Most Beautiful Russian Pornstars List 2024Top 10 Most Beautiful Russian Pornstars List 2024
Top 10 Most Beautiful Russian Pornstars List 2024
 
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Arekere Bangalore 6378878445 WhatsApp: Me All Time Serviℂe Ava...
 
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptxCreeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
Creeping Stroke - Venous thrombosis presenting with pc-stroke.pptx
 
Part I - Anticipatory Grief: Experiencing grief before the loss has happened
Part I - Anticipatory Grief: Experiencing grief before the loss has happenedPart I - Anticipatory Grief: Experiencing grief before the loss has happened
Part I - Anticipatory Grief: Experiencing grief before the loss has happened
 
Intro to disinformation and public health
Intro to disinformation and public healthIntro to disinformation and public health
Intro to disinformation and public health
 
Test bank for critical care nursing a holistic approach 11th edition morton f...
Test bank for critical care nursing a holistic approach 11th edition morton f...Test bank for critical care nursing a holistic approach 11th edition morton f...
Test bank for critical care nursing a holistic approach 11th edition morton f...
 
TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...
TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...
TEST BANK For Porth's Essentials of Pathophysiology, 5th Edition by Tommie L ...
 
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
 
Difference Between Skeletal Smooth and Cardiac Muscles
Difference Between Skeletal Smooth and Cardiac MusclesDifference Between Skeletal Smooth and Cardiac Muscles
Difference Between Skeletal Smooth and Cardiac Muscles
 
Physicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdfPhysicochemical properties (descriptors) in QSAR.pdf
Physicochemical properties (descriptors) in QSAR.pdf
 
TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...
TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...
TEST BANK For Guyton and Hall Textbook of Medical Physiology, 14th Edition by...
 
spinal cord disorders and paraplegia .
spinal cord disorders  and  paraplegia .spinal cord disorders  and  paraplegia .
spinal cord disorders and paraplegia .
 
Face and Muscles of facial expression.pptx
Face and Muscles of facial expression.pptxFace and Muscles of facial expression.pptx
Face and Muscles of facial expression.pptx
 
VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...
VIP ℂall Girls Thane West Mumbai 9930245274 WhatsApp: Me All Time Serviℂe Ava...
 
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdfSEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
 
ABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancyABO Blood grouping in-compatibility in pregnancy
ABO Blood grouping in-compatibility in pregnancy
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
 
Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan 081901222272 Obat Penggugur Kandu...
Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan  081901222272 Obat Penggugur Kandu...Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan  081901222272 Obat Penggugur Kandu...
Obat Aborsi Ampuh Usia 1,2,3,4,5,6,7 Bulan 081901222272 Obat Penggugur Kandu...
 
Physiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdfPhysiologic Anatomy of Heart_AntiCopy.pdf
Physiologic Anatomy of Heart_AntiCopy.pdf
 

Optimal drug prediction from personal genomics profiles

  • 1. Optimal Drug Prediction From Personal Genomics Profiles Name: Aarathi Anil Class:S7 IT Guide : Asst.Professor Simi MS
  • 2. 11-Sep-2017 2 Optimal drug prediction from personal genomics profiles 1.Problem Definition • Cancer is a group of diseases involving abnormal cell growth with the potential to spread to other parts of the body. • Cancer patients often show heterogeneous drug responses such that only a small subset of patients is sensitive to a given anticancer drug.  Although subtyping analysis has identified patient subgroups sharing common biomarkers, there is no effective method to predict the drug response of individual patients precisely and reliably.
  • 3. 11-Sep-2017 3Optimal drug prediction from personal genomics profiles 2.Topic Relevance &Application • The proposed drug prediction algorithm can be used to improve greatly the reliability of finding optimal drugs for individual patients . • It will, thus form a key component in the precision medicine infrastructure for oncology care . • It is a contribution to medical centre and useful for doctors to treat cancer patients in an effective manner. • It will also impact the cancer clinical regimen profoundly.
  • 4. 11-Sep-2017 4Optimal drug prediction from personal genomics profiles Topic Relevance &Application(Contd..) • Computational analysis is the bottleneck in associating the complex genomic profiles reliably with heterogeneous drug responses. • It also helps to achieve better therapeutic outcomes by selecting all the optimal drugs among all anticancer drugs based on their(patient’s) genomic profiles.
  • 5. 11-Sep-2017 5Optimal drug prediction from personal genomics profiles 3.Existing System • No effective method to predict the drug response of individual patients precisely and reliably. • The International Cancer Genome Consortium was formed to coordinate the generation and management of large-scale genomic datasets from over 50 cancer types or subtypes collected from all over the world. • These large-scale and comprehensive genomic profiling datasets found invaluable in identifying predictive biomarkers of an individual’s drug response.
  • 6. 11-Sep-2017 6 Optimal drug prediction from personal genomics profiles Existing System(Contd..) • Though subtyping analysis of cancer patients has identified patient subgroups sharing common biomarkers, the genomic instability patterns among the subtypes of a cancer are complex and not easily distinguishable. • Thus, these genomic patterns often failed to offer insight into drug sensitivity and to identify reliable predictive biomarkers of individual subtypes. • There also exist other algorithms to find differentially expressed genes between sensitive groups and resistant groups.
  • 7. 11-Sep-2017 7 Optimal drug prediction from personal genomics profiles Existing System(Contd..) • They first tested if t-test could be used to find drug signatures. • They did Shapiro–Wilk test on the expression values of genes across cell lines and found that the expression value of most of the genes (over 10,000) did not form normal distribution. • Thus, t-test and other similar methods were not suitable there. • Drug response of a patient was also predicted by mining high throughput genomics data .
  • 8. 11-Sep-2017 8 Optimal drug prediction from personal genomics profiles Existing System(Contd..) • Molecular analysis showed that cancers from different organs may share similar features, while cancers from the same organ were often quite distinct. • As evidenced by the observation that cancer patients with the same cancer type showed heterogeneous responses to the same therapy. • It was believed that complex and distinct genomic instability is responsible for the diversity in drug response. • Many approaches were developed to reposition or re-purpose known drugs to new indications based on assumptions that drugs sharing similar chemical structures would have same targets.
  • 9. 11-Sep-2017 9Optimal drug prediction from personal genomics profiles 4.Proposed System • The Proposed system is a drug prediction algorithm that can be used to improve greatly the reliability of finding optimal drugs for individual patients and will, thus, form a key component in the precision medicine infrastructure for oncology care. • For this, 624 cancer cell lines (viewed as individual patients) and their responses to 75 drugs were obtained from Genomics of Drug Sensitivity in Cancer (GDSC) .
  • 10. 11-Sep-2017 10Optimal drug prediction from personal genomics profiles Proposed System(Contd..) • The results showed that the proposed prediction algorithm could significantly improve the chance of finding sensitive drugs for individual patients.
  • 11. 11-Sep-2017 11 Optimal drug prediction from personal genomics profiles Proposed System(Contd..)  DATA ANDMETHODOLOGY (1)Data • SMILES : Simplified molecular-input line-entry system • Only drugs that have both SMILES and IC50 information, and cell lines that have both IC50 and gene expression profile data were used in their analysis. • IC50 data of 75 drugs on 624 cell lines in GDSC and 24 drugs on 504 cell lines in CCLE were obtained.
  • 12. 11-Sep-2017 12 Optimal drug prediction from personal genomics profiles Proposed System(Contd..) (2)Algorithm Overview • Let ,  C the cell line  D set of known drugs in GDSC  G the drug-related gene signature consisting of differentially expressed genes between the drug- specific resistant and sensitive cell lines.
  • 13. 11-Sep-2017 13 Optimal drug prediction from personal genomics profiles Proposed System(Contd..) Where , * * *
  • 14. 11-Sep-2017 14 Optimal drug prediction from personal genomics profiles Proposed System(Contd..) (3) IC50 Value Normalization As suggested by GDSC,  Cell lines with IC50 values greater than the maximum concentration of a drug are likely to be resistant to that drug.  Cell lines with IC50 values smaller than maximum concentration are likely to be sensitive to that drug. .
  • 15. 11-Sep-2017 15 Optimal drug prediction from personal genomics profiles Proposed System(Contd..) METHOD  For each drug-cell line pair, 1) Calculate similarity scores for pair wise drugs based on their chemical structures. 2) Then select most similar drugs to the given one. 3) Calculate a gene signature based on the IC50 values of the selected drugs and gene expression profiles of the cell lines. 4) Calculate flexible similarity score between cell lines based on the gene signature.
  • 16. 11-Sep-2017 16 Optimal drug prediction from personal genomics profiles Proposed System(Contd..) 5) Finally, assign a drug-cell line effect score by combining drug similarity scores and cell line similarity scores. . • Using this method, the top candidate drugs that have the sensitivity for the given cell line were predicted. • Under IC50 Value Normalization , divide the raw IC50 value by the maximum concentration of and then log2-transform it as normalized IC50 value. For drug cell line pairs that lack IC50 values from GDSC, set their normalized IC50 to 0 (for IC50=0).
  • 17. 11-Sep-2017 17Optimal drug prediction from personal genomics profiles Proposed System(Contd..)  Cell lines with a normalized IC50 value greater than 0 are considered to be resistant cell lines to the drug (for IC50>0).  Cell lines with normalized IC50 value smaller than 0 were considered to be sensitive cell lines to the drug (for IC50<0). Since the range of IC50 values of sensitive cell lines differs from the range of resistant cells, normalized IC50 value was further scaled to the range of [−1,1] for the following analysis.
  • 18. 11-Sep-2017 18Optimal drug prediction from personal genomics profiles Proposed System(Contd..) (4) Drug–DrugSimilarity Given two drugs,   • The “rcdk” R package is used to retrieve their finger print information and from the SMILES data. • The similarity between the two drugs , ,is calculated using Tanimoto coefficient .
  • 19. 11-Sep-2017 19Optimal drug prediction from personal genomics profiles Proposed System(Contd..) The tanimoto coefficient is given by the equation: Where,  c: the number of finger prints that appear in both and .  a: the number of finger prints that only appear in  b: the number of finger prints that only appear in  and : finger prints of and respectively.
  • 20. 11-Sep-2017 20Optimal drug prediction from personal genomics profiles Proposed System(Contd..) (5) Patient–Patient Genomics Similarity For a given drug , to calculate cell line similarity : 1)calculate the drug–drug similarities, ,between T and all other drugs 2)rank in descending order of similarity score . 3)Top drugs are selected as . 4)Find a gene signature for . 5)Calculate cell line similarity score based on this signature.
  • 21. 11-Sep-2017 21Optimal drug prediction from personal genomics profiles Proposed System(Contd..) 6) For each drug , separate cell lines into two groups according to their normalized IC50 values. If > 0 , is assigned to group 1- Resistant group . If < 0 , is assigned to group 2- Sensitive group . 7) For each gene we calculate its fold change between the mean expression levels of the two groups, given by:
  • 22. 11-Sep-2017 22Optimal drug prediction from personal genomics profiles Proposed System(Contd..)  RESULTS • Two new validation strategies to reduce the bias invalidation and for selecting optimal values for and . were conducted. 1. To use twofold cross validation for modeling GDSC dataset 2. To use GDSC dataset as the training set and CCLE data set as the independent testing set.
  • 23. 11-Sep-2017 23Optimal drug prediction from personal genomics profiles Proposed System(Contd..) 1)To use twofold crossvalidation for modeling GDSC dataset • Randomly divide the cell lines into two subgroups, with equal size and each time use one as training set and the other as testing set. • The testing results are then averaged for each • The drug responses on the testing set were estimated using drug treated IC50 values on the training set. • Top ten prioritized drugs for each testing cell line were selected. • All the drugs were ranked in increasing order based on their normalized IC50 values on the given cell line.
  • 24. 11-Sep-2017 24Optimal drug prediction from personal genomics profiles Proposed System(Contd..) • The enrichment score of the ten drugs in the ordered drug list was calculated ie; • (enrichment score) which ranges from −1 to 1, and would be close to1 if the selected drugs were found at the top of the ranked drug list and vice versa. • The prediction power of single drug (rd =1) decreases when more similar cell lines being added (noise sensitive), • The prediction power with multiple similar drugs increases with more similar cell lines (noise robust).
  • 25. 11-Sep-2017 25Optimal drug prediction from personal genomics profiles Proposed System(Contd..) 2) To useGDSC dataset asthe training set and CCLE data set as the independent testing set • The CCLE datasets were also collected for the validation. There were 11 drugs in both GDSC and CCLE database. • GDSC data was used as the training set, and CCLE database as the testing dataset. • Then predict the drug responses on 480 cell lines in CCLE for 11 drugs.
  • 26. 11-Sep-2017 26Optimal drug prediction from personal genomics profiles Proposed System(Contd..) • p values were calculated for each and • Set threshold as p<0.05 The p value was calculated as : • Small p value means that the prediction can discover the more sensitive drugs to the given cell line, compared with the random selection.
  • 27. 11-Sep-2017 27Optimal drug prediction from personal genomics profiles Proposed System(Contd..) • The results are shown in Table I:
  • 28. 11-Sep-2017 28Optimal drug prediction from personal genomics profiles Proposed System(Contd..) • The p values are smaller than 0.05 in almost all the cases, which means the top 10 drug-cell line pairs predicted by their model had a much lower IC50 value compared with random selection, and thus, the cell lines are more sensitive to these drugs. In summary, the proposed prediction algorithm can improve the effective drug selection significantly, and the evaluation results indicate the possibility of selecting the optimal drugs among all anticancer drugs based on their genomic profiles .
  • 29. 11-Sep-2017 29Optimal drug prediction from personal genomics profiles 5.CONCLUSION • Patients with the same type of cancer often respond differently to the same drug treatment, and only a small subset of patients has profound sensitivity to the given drugs. • The complex and distinct genomic instability of individual cancer patients is believed to be responsible for that diversity in drug response. • Their research finding suggested the potential of selecting optimal drugs among anticancer drugs for individual patients based on their genomic profiles, which will impact the cancer clinical regimen profoundly.
  • 30. 11-Sep-2017 30Optimal drug prediction from personal genomics profiles 6.REFERENCE • Discovery of drug mode of action and drug repositioning from transcriptional responses. • Drug repositioning for personalized medicine
  • 31. 11-Sep-2017 31 Optimal drug prediction from personal genomics profiles THANK YOU…….!!!!!