SlideShare a Scribd company logo
1 of 28
Download to read offline
Arinze Akutekwe
arinze.akutekwe@northumbria.ac.uk
Inference of Nonlinear Gene Regulatory Networks through
Optimized Ensemble of Support Vector Regression and Dynamic
Bayesian Networks
Improved Inference of Gene Regulatory
Networks via Optimized Ensemble of
Nonlinear Predictors and Dynamic Bayesian
Networks
Bio-Health Informatics Research Group, Department of
Computer Science and Digital Technologies,
University of Northumbria at Newcastle, United Kingdom
IEEE Engineering in Medicine and Biology
Conference, Milano
29th August 2015
Arinze Akutekwe and Huseyin Seker
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Estimation of GRNs from high-throuput time-course
data is a major challenge.
 “Transposable elements (jumping genes), composing
about half of the human genome, are reverse
transcribed.” Wendy Ashlock
 Reverse engineering of GRNs is therefore important.
 Problem further compounded by the p >> n curse of
dimensionality problem.
 Accurate and statistically efficient methods needed.
 Results are of importance in disease treatment which
rely on identification of genes’ dynamics.
 Personalized medicine, drug discovery.
Problem Description
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 To develop an improved method of modeling
the dynamics of GRNs based on Support Vector
Regression and Dynamic Bayesian Network.
 To address the modeling inefficiencies posed by
assumption of linearity with existing methods
(G1DBN, VAR models etc).
 To compare developed method with ones in
literature.
 To explore relevance on both simulated and
real world time-course dataset.
Aims of the study
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
Support Vector Regression (SVR)
For training data x1;y1,…,xn;yn the goal of the SVR is to
find a function f(x) that has at most ε deviation from the
actually obtained targets yi. This can be represented as:
2 *
*
( )
,
n
i i
i=1i i
min 1
w +C ξ
w,b,ξ 2



( )T
i i iy w x b     
*
( )T
i iw x b    
*
, 0i i  
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Dynamic Bayesian Network (DBN) are Bayesian network
with time-series to represent temporal dependencies
among variable.
 Microarrays: simultaneous expression of thousands of genes.
The DBN models the likelihood of an edge by measuring the
conditional dependencies between the variables and given
Modeling Assumptions:
 1st order Markov process: states that the future state
is independent of the past given the present.
 Any variable at time t is dependent on the past
variables only through the variables observed at the
previous time t-1
Dynamic Bayesian Network
( )
t-1 t
i j
X , X
t-1
i
X
t
j
X
t-1
k
X
 DBN models biological motifs (cycles), without
graphical cycles hence still retains the Bayesian
Network framework.
Dynamic Bayesian Network
(Lebre. S 2009, Friedman et al. 1998, Murphy and Mian 1999, OpgenRhein and Strimmer 2007)
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Involves the use of RBF kernel
of SVR within a DBN
framework.
 Improves on existing DBN
modeling methods where
linear models (based on
assumption of linearity) have
been used to infer the
temporal relationships.
 Two-step ensemble
approach, is further improved
by the optimization of SVR C
and γ hyperparameters.
Proposed improved algorithm
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Algorithm was implemented using R Language and
effectiveness tested using standard simulated and
real gene expression datasets (Ground truths).
 Simulated dataset is the Dialogue for Reverse
Engineering Assessments and Methods (DREAM)
dataset. Eight different kinds were used.
 Real datasets include the life cycle of Drosophila
Melanogaster and the SOS DNA repair network of
Escherichia coli.
 CLPSO used to tune the hyper-parameters the SVR
model of Algorithm 1.
Results and Discussions
Dataset
G1DBN Optimized SVR-
DBN
AUPR AUROC AUPR AUROC
DREAM4_1 0.1648 0.5537 0.2287 0.6416
DREAM4_2 0.1760 0.5476 0.2303 0.6607
DREAM4_3 0.1402 0.5153 0.1663 0.5867
DREAM4_4 0.1431 0.5561 0.2607 0.7126
DREAM4_5 0.1333 0.5483 0.2175 0.6922
DREAM3_10 0.1955 0.4862 0.3323 0.6925
DREAM3_50 0.0555 0.4831 0.0856 0.5684
DREAM3_100 0.0355 0.5353 0.0402 0.5525
 The performance of the two
methods on DREAM
datasets.
Precision=TP/(TP+FP),
Recall=TP/(TP+FN)
 TPRate=TP/(TP+FN),
FPRate=FP/(FP+TN)
 The table shows that the
optimized SVR-DBN method
consistently outperformed
the G1DBN at modeling
nonlinear relationships
between genes.
Comparison of Results
 Simulated data are generated using mathematical
models such as Ordinary Differential Equations
(ODEs) or Stochastic Differential Equations (SDEs).
 However, single time series data with 21 time
points (sequence of 0-1000 by 50) such as the
DREAM4 dataset, are not very common in
practice.
 Real datasets are further used to test the
efficiency of the algorithm.
Results on real dataset
Dataset
G1DBN Optimized SVR-
DBN
AUPR AUROC AUPR AUROC
D.Melano
gaster
0.1113 0.5287 0.1476 0.6282
E.coli 0.5649 0.4564 0.7393 0.6931
Results on real dataset
Drosophila melanogaster
Escherichia coli
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Time-course A2780 human ovarian carcinoma
cell data GSE8057 was downloaded and
analyzed.
 It contained 12625 genes and 51 time series
arrays of Affymetrix HG-U95Av2 GeneChips.
 Consists of gene expression profiles obtained
prior to treatment, and at five time-points up
to 24hr after treatment with IC90 growth-
inhibitory concentrations for cisplatin and
oxaliplatin platinum drugs.
Further Application (Ovarian Carcinoma)
Further Application (Ovarian Carcinoma)
39742_at
2031_s_at
33334_at
38287_at
40117_at
36079_at
37842_at
37228_at
1536_at
527_at
40619_at
36634_at
1173_g_at
1890_at
39708_at
41191_at
1945_at
33322_i_at
39633_at
 34 genes that were selected
based on three main criteria –
genes whose expressions
were increased or decreased
by both oxaliplatin and
cisplatin platinum drugs.
 Result shows temporal
relationships across 19 of the
34 genes with a total of 42
arcs.
 4 highly regulated genes were
discovered with a significant
self-loop between one of
them.
 From the results, the expression levels of Prostrate
differentiation factor and BTG family, member 2 genes
are among those increased by the platinum drugs
while expression levels of Polo-like kinase and Cyclin
B1 are both decreased by the platinum drugs.
 These genes might therefore be potential drug targets
for ovarian cancer.
Results
Probeset Drug
Category
Gene
Sym.
Gene Title
1890_at both
increase
PLAB Prostrate
differentiation factor
36634_at both
increase
BTG2 BTG family, member 2
37228_at both
decrease
PLK Polo-like kinase
(Drosophila)
1945_at both
decrease
CCNB1 Cyclin B1
 On-going verification
of interactions from
databases
(Genemania etc)
 Inference results.
Further lab-based
clinical validation
required.
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 Developed an optimized ensemble SVR-DBN algorithm
for more accurate inference of the nonlinearities
involved in modeling gene expression networks from
time-course data.
 Algorithm allows for flexibility and improvement in
prediction accuracy by parameter optimization.
 Tested on standard simulated and real gene expression
data with results that outperform existing ones.
 Inferred temporal relationships of time-course ovarian
cancer dataset; highly regulated genes were found.
 Could be applied for inference on other time-course
gene expression data.
Conclusions
 Problem Description
 Aims of the study
 Methodology
 Support Vector Regression
 Dynamic Bayesian Network
 Proposed Algorithm
 Results and Discussion
 Further Application (Ovarian Carcinoma)
 Conclusions
 Further work
 Questions
Outline
 More studies will be carried out to improve on
the predictive power of the new algorithm.
 Comparison with other time-course inference
algorithms such as ARACNE, CLR and MRNET.
 Other population-based optimization algorithms
such as Differential Evolution tried.
 Results will also be compared with other linear
and nonlinear dynamic prediction methods.
Further work
1] S. Lèbre, „Inferring dynamic genetic networks with low order independencies‟, Statistical
Applications in Genetics and Molecular Biology, 8, (1), pp. 1-38, 2009
2] J. Liang, A. Qin, P. Suganthan, S. Baskar "Comprehensive learning particle swarm optimizer for
global optimization of multimodal functions," Evolutionary Computation, IEEE Transactions on,
10(3), pp.281,295, June 2006
3] C. Chang, L. Chih-Jen. “LIBSVM: a library for support vector machines”, ACM Transactions on
Intelligent Systems and Technology (TIST), 2, (3), pp. 1-27, 2011
4] Y. Brun, R. Varma, S. Hector, L. Pendyala, R. Tummala R, W. Greco, “Simultaneous modeling of
concentration-effect and time-course patterns in gene expression data from microarrays” Cancer
Genomics-Proteomics, 5(1), pp. 43-53, 2008
5] J. Kennedy and R. C. Eberhart, Particle swarm optimization, in: Proc. of IEEE International
Conference on Neural Networks, Piscataway, NJ. pp. 1942-1948 (1995).
6] B. Godsey “Improved Inference of Gene Regulatory Networks through Integrated Bayesian
Clustering and Dynamic Modeling of Time-Course Expression Data” PLoS ONE 8(7): e68358, 2013.
7]T. Hasegawa, R. Yamaguchi, M. Nagasaki, S. Miyano, S. Imoto “Inference of Gene Regulatory
Networks Incorporating Multi-Source Biological Knowledge via a State Space Model with L1
Regularization” PLoS ONE 9(8), 2014.
8] S. Lebre. "Stochastic process analysis for Genomics and Dynamic Bayesian Networks inference."
PhD dissertation, Université d'Evry-Val d'Essonne, 2007
References
Questions

More Related Content

What's hot

Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...
Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...
Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...Devansh16
 
NetBioSIG2013-KEYNOTE Michael Schroeder
NetBioSIG2013-KEYNOTE Michael SchroederNetBioSIG2013-KEYNOTE Michael Schroeder
NetBioSIG2013-KEYNOTE Michael SchroederAlexander Pico
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsRavi Kumar
 
Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...BaoTramDuong2
 
When deep learners change their mind learning dynamics for active learning
When deep learners change their mind  learning dynamics for active learningWhen deep learners change their mind  learning dynamics for active learning
When deep learners change their mind learning dynamics for active learningDevansh16
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET Journal
 
Cornell Pbsb 20090126 Nets
Cornell Pbsb 20090126 NetsCornell Pbsb 20090126 Nets
Cornell Pbsb 20090126 NetsMark Gerstein
 
Integrative Networks Centric Bioinformatics
Integrative Networks Centric BioinformaticsIntegrative Networks Centric Bioinformatics
Integrative Networks Centric BioinformaticsNatalio Krasnogor
 
A new model for large dataset dimensionality reduction based on teaching lear...
A new model for large dataset dimensionality reduction based on teaching lear...A new model for large dataset dimensionality reduction based on teaching lear...
A new model for large dataset dimensionality reduction based on teaching lear...TELKOMNIKA JOURNAL
 
Boosting probabilistic graphical model inference by incorporating prior knowl...
Boosting probabilistic graphical model inference by incorporating prior knowl...Boosting probabilistic graphical model inference by incorporating prior knowl...
Boosting probabilistic graphical model inference by incorporating prior knowl...Hakky St
 
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Institute of Information Systems (HES-SO)
 
IRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN AlgorithmIRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN AlgorithmIRJET Journal
 
Autism_risk_factors
Autism_risk_factorsAutism_risk_factors
Autism_risk_factorsColleen Chen
 
Accounting for variance in machine learning benchmarks
Accounting for variance in machine learning benchmarksAccounting for variance in machine learning benchmarks
Accounting for variance in machine learning benchmarksDevansh16
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionIJMTST Journal
 
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...IJDKP
 
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...IJDKP
 

What's hot (20)

Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...
Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...
Paper Annotated: SinGAN-Seg: Synthetic Training Data Generation for Medical I...
 
NetBioSIG2013-KEYNOTE Michael Schroeder
NetBioSIG2013-KEYNOTE Michael SchroederNetBioSIG2013-KEYNOTE Michael Schroeder
NetBioSIG2013-KEYNOTE Michael Schroeder
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patterns
 
Madhavi
MadhaviMadhavi
Madhavi
 
Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...
 
When deep learners change their mind learning dynamics for active learning
When deep learners change their mind  learning dynamics for active learningWhen deep learners change their mind  learning dynamics for active learning
When deep learners change their mind learning dynamics for active learning
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
 
Cornell Pbsb 20090126 Nets
Cornell Pbsb 20090126 NetsCornell Pbsb 20090126 Nets
Cornell Pbsb 20090126 Nets
 
Integrative Networks Centric Bioinformatics
Integrative Networks Centric BioinformaticsIntegrative Networks Centric Bioinformatics
Integrative Networks Centric Bioinformatics
 
A new model for large dataset dimensionality reduction based on teaching lear...
A new model for large dataset dimensionality reduction based on teaching lear...A new model for large dataset dimensionality reduction based on teaching lear...
A new model for large dataset dimensionality reduction based on teaching lear...
 
Boosting probabilistic graphical model inference by incorporating prior knowl...
Boosting probabilistic graphical model inference by incorporating prior knowl...Boosting probabilistic graphical model inference by incorporating prior knowl...
Boosting probabilistic graphical model inference by incorporating prior knowl...
 
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
 
IRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN AlgorithmIRJET- Prediction of Heart Disease using RNN Algorithm
IRJET- Prediction of Heart Disease using RNN Algorithm
 
Autism_risk_factors
Autism_risk_factorsAutism_risk_factors
Autism_risk_factors
 
Accounting for variance in machine learning benchmarks
Accounting for variance in machine learning benchmarksAccounting for variance in machine learning benchmarks
Accounting for variance in machine learning benchmarks
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
 
98462-234458-1-PB
98462-234458-1-PB98462-234458-1-PB
98462-234458-1-PB
 
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
 
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
EFFICACY OF NON-NEGATIVE MATRIX FACTORIZATION FOR FEATURE SELECTION IN CANCER...
 

Similar to Inference of Nonlinear Gene Regulatory Networks through Optimized Ensemble of Support Vector Regression and Dynamic Bayesian Networks

An approach for breast cancer diagnosis classification using neural network
An approach for breast cancer diagnosis classification using neural networkAn approach for breast cancer diagnosis classification using neural network
An approach for breast cancer diagnosis classification using neural networkacijjournal
 
Classification of Breast Cancer Diseases using Data Mining Techniques
Classification of Breast Cancer Diseases using Data Mining TechniquesClassification of Breast Cancer Diseases using Data Mining Techniques
Classification of Breast Cancer Diseases using Data Mining Techniquesinventionjournals
 
Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineCSCJournals
 
Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...Alexander Decker
 
Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams
Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data StreamsNovel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams
Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streamsirjes
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersIRJET Journal
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...IRJET Journal
 
Deep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpointsDeep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpointsValery Tkachenko
 
Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...journalBEEI
 
Pattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesPattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesAlexander Decker
 
Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networknooriasukmaningtyas
 
BREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEY
BREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEYBREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEY
BREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEYijdpsjournal
 
Large scale machine learning challenges for systems biology
Large scale machine learning challenges for systems biologyLarge scale machine learning challenges for systems biology
Large scale machine learning challenges for systems biologyMaté Ongenaert
 
Data driven model optimization [autosaved]
Data driven model optimization [autosaved]Data driven model optimization [autosaved]
Data driven model optimization [autosaved]Russell Jarvis
 
Machine Learning Based Approaches for Cancer Classification Using Gene Expres...
Machine Learning Based Approaches for Cancer Classification Using Gene Expres...Machine Learning Based Approaches for Cancer Classification Using Gene Expres...
Machine Learning Based Approaches for Cancer Classification Using Gene Expres...mlaij
 

Similar to Inference of Nonlinear Gene Regulatory Networks through Optimized Ensemble of Support Vector Regression and Dynamic Bayesian Networks (20)

An approach for breast cancer diagnosis classification using neural network
An approach for breast cancer diagnosis classification using neural networkAn approach for breast cancer diagnosis classification using neural network
An approach for breast cancer diagnosis classification using neural network
 
Classification of Breast Cancer Diseases using Data Mining Techniques
Classification of Breast Cancer Diseases using Data Mining TechniquesClassification of Breast Cancer Diseases using Data Mining Techniques
Classification of Breast Cancer Diseases using Data Mining Techniques
 
1207.2600
1207.26001207.2600
1207.2600
 
Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector Machine
 
Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...
 
Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams
Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data StreamsNovel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams
Novel Class Detection Using RBF SVM Kernel from Feature Evolving Data Streams
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
 
Deep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpointsDeep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpoints
 
Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...
 
Updated proposal powerpoint.pptx
Updated proposal powerpoint.pptxUpdated proposal powerpoint.pptx
Updated proposal powerpoint.pptx
 
Pattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesPattern recognition system based on support vector machines
Pattern recognition system based on support vector machines
 
Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural network
 
BREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEY
BREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEYBREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEY
BREAST CANCER DIAGNOSIS USING MACHINE LEARNING ALGORITHMS –A SURVEY
 
Comparison of breast cancer classification models on Wisconsin dataset
Comparison of breast cancer classification models on Wisconsin  datasetComparison of breast cancer classification models on Wisconsin  dataset
Comparison of breast cancer classification models on Wisconsin dataset
 
Large scale machine learning challenges for systems biology
Large scale machine learning challenges for systems biologyLarge scale machine learning challenges for systems biology
Large scale machine learning challenges for systems biology
 
AnoMalNet: outlier detection based malaria cell image classification method l...
AnoMalNet: outlier detection based malaria cell image classification method l...AnoMalNet: outlier detection based malaria cell image classification method l...
AnoMalNet: outlier detection based malaria cell image classification method l...
 
Data driven model optimization [autosaved]
Data driven model optimization [autosaved]Data driven model optimization [autosaved]
Data driven model optimization [autosaved]
 
Machine Learning Based Approaches for Cancer Classification Using Gene Expres...
Machine Learning Based Approaches for Cancer Classification Using Gene Expres...Machine Learning Based Approaches for Cancer Classification Using Gene Expres...
Machine Learning Based Approaches for Cancer Classification Using Gene Expres...
 
2224d_final
2224d_final2224d_final
2224d_final
 

Recently uploaded

Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 

Recently uploaded (20)

Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 

Inference of Nonlinear Gene Regulatory Networks through Optimized Ensemble of Support Vector Regression and Dynamic Bayesian Networks

  • 1. Arinze Akutekwe arinze.akutekwe@northumbria.ac.uk Inference of Nonlinear Gene Regulatory Networks through Optimized Ensemble of Support Vector Regression and Dynamic Bayesian Networks Improved Inference of Gene Regulatory Networks via Optimized Ensemble of Nonlinear Predictors and Dynamic Bayesian Networks Bio-Health Informatics Research Group, Department of Computer Science and Digital Technologies, University of Northumbria at Newcastle, United Kingdom IEEE Engineering in Medicine and Biology Conference, Milano 29th August 2015 Arinze Akutekwe and Huseyin Seker
  • 2.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 3.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 4.  Estimation of GRNs from high-throuput time-course data is a major challenge.  “Transposable elements (jumping genes), composing about half of the human genome, are reverse transcribed.” Wendy Ashlock  Reverse engineering of GRNs is therefore important.  Problem further compounded by the p >> n curse of dimensionality problem.  Accurate and statistically efficient methods needed.  Results are of importance in disease treatment which rely on identification of genes’ dynamics.  Personalized medicine, drug discovery. Problem Description
  • 5.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 6.  To develop an improved method of modeling the dynamics of GRNs based on Support Vector Regression and Dynamic Bayesian Network.  To address the modeling inefficiencies posed by assumption of linearity with existing methods (G1DBN, VAR models etc).  To compare developed method with ones in literature.  To explore relevance on both simulated and real world time-course dataset. Aims of the study
  • 7.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 8. Support Vector Regression (SVR) For training data x1;y1,…,xn;yn the goal of the SVR is to find a function f(x) that has at most ε deviation from the actually obtained targets yi. This can be represented as: 2 * * ( ) , n i i i=1i i min 1 w +C ξ w,b,ξ 2    ( )T i i iy w x b      * ( )T i iw x b     * , 0i i  
  • 9.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 10.  Dynamic Bayesian Network (DBN) are Bayesian network with time-series to represent temporal dependencies among variable.  Microarrays: simultaneous expression of thousands of genes. The DBN models the likelihood of an edge by measuring the conditional dependencies between the variables and given Modeling Assumptions:  1st order Markov process: states that the future state is independent of the past given the present.  Any variable at time t is dependent on the past variables only through the variables observed at the previous time t-1 Dynamic Bayesian Network ( ) t-1 t i j X , X t-1 i X t j X t-1 k X
  • 11.  DBN models biological motifs (cycles), without graphical cycles hence still retains the Bayesian Network framework. Dynamic Bayesian Network (Lebre. S 2009, Friedman et al. 1998, Murphy and Mian 1999, OpgenRhein and Strimmer 2007)
  • 12.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 13.  Involves the use of RBF kernel of SVR within a DBN framework.  Improves on existing DBN modeling methods where linear models (based on assumption of linearity) have been used to infer the temporal relationships.  Two-step ensemble approach, is further improved by the optimization of SVR C and γ hyperparameters. Proposed improved algorithm
  • 14.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 15.  Algorithm was implemented using R Language and effectiveness tested using standard simulated and real gene expression datasets (Ground truths).  Simulated dataset is the Dialogue for Reverse Engineering Assessments and Methods (DREAM) dataset. Eight different kinds were used.  Real datasets include the life cycle of Drosophila Melanogaster and the SOS DNA repair network of Escherichia coli.  CLPSO used to tune the hyper-parameters the SVR model of Algorithm 1. Results and Discussions
  • 16. Dataset G1DBN Optimized SVR- DBN AUPR AUROC AUPR AUROC DREAM4_1 0.1648 0.5537 0.2287 0.6416 DREAM4_2 0.1760 0.5476 0.2303 0.6607 DREAM4_3 0.1402 0.5153 0.1663 0.5867 DREAM4_4 0.1431 0.5561 0.2607 0.7126 DREAM4_5 0.1333 0.5483 0.2175 0.6922 DREAM3_10 0.1955 0.4862 0.3323 0.6925 DREAM3_50 0.0555 0.4831 0.0856 0.5684 DREAM3_100 0.0355 0.5353 0.0402 0.5525  The performance of the two methods on DREAM datasets. Precision=TP/(TP+FP), Recall=TP/(TP+FN)  TPRate=TP/(TP+FN), FPRate=FP/(FP+TN)  The table shows that the optimized SVR-DBN method consistently outperformed the G1DBN at modeling nonlinear relationships between genes. Comparison of Results
  • 17.  Simulated data are generated using mathematical models such as Ordinary Differential Equations (ODEs) or Stochastic Differential Equations (SDEs).  However, single time series data with 21 time points (sequence of 0-1000 by 50) such as the DREAM4 dataset, are not very common in practice.  Real datasets are further used to test the efficiency of the algorithm. Results on real dataset
  • 18. Dataset G1DBN Optimized SVR- DBN AUPR AUROC AUPR AUROC D.Melano gaster 0.1113 0.5287 0.1476 0.6282 E.coli 0.5649 0.4564 0.7393 0.6931 Results on real dataset Drosophila melanogaster Escherichia coli
  • 19.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 20.  Time-course A2780 human ovarian carcinoma cell data GSE8057 was downloaded and analyzed.  It contained 12625 genes and 51 time series arrays of Affymetrix HG-U95Av2 GeneChips.  Consists of gene expression profiles obtained prior to treatment, and at five time-points up to 24hr after treatment with IC90 growth- inhibitory concentrations for cisplatin and oxaliplatin platinum drugs. Further Application (Ovarian Carcinoma)
  • 21. Further Application (Ovarian Carcinoma) 39742_at 2031_s_at 33334_at 38287_at 40117_at 36079_at 37842_at 37228_at 1536_at 527_at 40619_at 36634_at 1173_g_at 1890_at 39708_at 41191_at 1945_at 33322_i_at 39633_at  34 genes that were selected based on three main criteria – genes whose expressions were increased or decreased by both oxaliplatin and cisplatin platinum drugs.  Result shows temporal relationships across 19 of the 34 genes with a total of 42 arcs.  4 highly regulated genes were discovered with a significant self-loop between one of them.
  • 22.  From the results, the expression levels of Prostrate differentiation factor and BTG family, member 2 genes are among those increased by the platinum drugs while expression levels of Polo-like kinase and Cyclin B1 are both decreased by the platinum drugs.  These genes might therefore be potential drug targets for ovarian cancer. Results Probeset Drug Category Gene Sym. Gene Title 1890_at both increase PLAB Prostrate differentiation factor 36634_at both increase BTG2 BTG family, member 2 37228_at both decrease PLK Polo-like kinase (Drosophila) 1945_at both decrease CCNB1 Cyclin B1  On-going verification of interactions from databases (Genemania etc)  Inference results. Further lab-based clinical validation required.
  • 23.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 24.  Developed an optimized ensemble SVR-DBN algorithm for more accurate inference of the nonlinearities involved in modeling gene expression networks from time-course data.  Algorithm allows for flexibility and improvement in prediction accuracy by parameter optimization.  Tested on standard simulated and real gene expression data with results that outperform existing ones.  Inferred temporal relationships of time-course ovarian cancer dataset; highly regulated genes were found.  Could be applied for inference on other time-course gene expression data. Conclusions
  • 25.  Problem Description  Aims of the study  Methodology  Support Vector Regression  Dynamic Bayesian Network  Proposed Algorithm  Results and Discussion  Further Application (Ovarian Carcinoma)  Conclusions  Further work  Questions Outline
  • 26.  More studies will be carried out to improve on the predictive power of the new algorithm.  Comparison with other time-course inference algorithms such as ARACNE, CLR and MRNET.  Other population-based optimization algorithms such as Differential Evolution tried.  Results will also be compared with other linear and nonlinear dynamic prediction methods. Further work
  • 27. 1] S. Lèbre, „Inferring dynamic genetic networks with low order independencies‟, Statistical Applications in Genetics and Molecular Biology, 8, (1), pp. 1-38, 2009 2] J. Liang, A. Qin, P. Suganthan, S. Baskar "Comprehensive learning particle swarm optimizer for global optimization of multimodal functions," Evolutionary Computation, IEEE Transactions on, 10(3), pp.281,295, June 2006 3] C. Chang, L. Chih-Jen. “LIBSVM: a library for support vector machines”, ACM Transactions on Intelligent Systems and Technology (TIST), 2, (3), pp. 1-27, 2011 4] Y. Brun, R. Varma, S. Hector, L. Pendyala, R. Tummala R, W. Greco, “Simultaneous modeling of concentration-effect and time-course patterns in gene expression data from microarrays” Cancer Genomics-Proteomics, 5(1), pp. 43-53, 2008 5] J. Kennedy and R. C. Eberhart, Particle swarm optimization, in: Proc. of IEEE International Conference on Neural Networks, Piscataway, NJ. pp. 1942-1948 (1995). 6] B. Godsey “Improved Inference of Gene Regulatory Networks through Integrated Bayesian Clustering and Dynamic Modeling of Time-Course Expression Data” PLoS ONE 8(7): e68358, 2013. 7]T. Hasegawa, R. Yamaguchi, M. Nagasaki, S. Miyano, S. Imoto “Inference of Gene Regulatory Networks Incorporating Multi-Source Biological Knowledge via a State Space Model with L1 Regularization” PLoS ONE 9(8), 2014. 8] S. Lebre. "Stochastic process analysis for Genomics and Dynamic Bayesian Networks inference." PhD dissertation, Université d'Evry-Val d'Essonne, 2007 References