SlideShare uma empresa Scribd logo
1 de 10
6th International Summer School




National University of Technology of the Ukraine
       Kiev, Ukraine, August 8-20, 2011




                        Kiev Summer School: Appendix



   Inference of the JAK-STAT Gene
    Network via Graphical Models
        Vilda Purutçuoğlu1 Tuğba Erdem2 Gerhard Wilhelm Weber3
     1,2Department   of Statistics, Middle East Technical University, Ankara, Turkey
 3Institute of Applied Mathematics, Middle East Technical University, Ankara, Turkey

        1vpurutcu@metu.edu.tr, 2terdem@metu.edu.tr, 3gweber@metu.edu.tr
Outline

•    Introduction

•    JAK-STAT Pathway under IFN Treatment

•    Simulation of the data via Gillespie Algorithm

•    Graphical models:
    1.   Graphical model from shrinkage covariance matrix

    2.   Lasso-based graphical model

    3.   Graphical lasso with L1 penalized likelihood

•    Application and Conclusion




                InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models   2
INTRODUCTION

•   A biological network defines the elements and interactions of biologically linked components
    in a cellular metabolism.
•   In the graph theory, the networks are represented by nodes which denote genes, proteins or
    species and the edges, i.e., interactions or links, between the nodes. The graphical models
    define such structures under the conditional independency concept (Whittaker, 1990).
•   To estimate the links in a network, several methods are proposed such as Boolean
    approaches, differential equations, and stochastic modelling (Bower and Bolouri, 2001).
•   Among them, the graphical models can be proposed as an alternative model where the
    interactions between the nodes can be estimated and the network itself can be inferred via
    both static and dynamic framework.
•   In this study, we estimate the JAK-STAT biological system with realistic complexity via three
    major approaches of graphical models:
      – the shrinkage covariance method (Schafer and Strimmer, 2005)
      – the lasso-based graphical model (Meinshausen and Bühlmann, 2006)
      – the lasso with -penalized regression method (Friedman et al., 2008)



                  InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models   3
JAK-STAT PATHWAY UNDER IFN TREATMENT

•   The JAK-STAT (Janus kinase/signal transducer and activator transcription) pathway is one of
    the major signalling transaction systems which is activated by Type I interferons and regulates
    cytokine-dependent gene expression and growth factors of mammals.

•   In this study we consider the description of the system under the IFN treatment which is
    developed againt the hepatitis C virus (HCV).

•   Maiwald et al. (2010) represents this system
    under IFN via 40 nodes and 66 reactions in which
    the stochastic reaction rate constants are listed
    by combining different data sources about this
    pathway.

•   In Figure 1, the simple representation of the JAK-
    STAT system under IFN treatment described in
    Maiwald et al. (2010) is drawn via simone R
    package.

                                                                     Figure.1: Simple representation of the IFN-mediated
                                                                     JAK-STAT pathway
                   InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models                         4
SIMULATION OF THE DATA VIA THE GILLESPIE
                 ALGORITHM
•   In inference of the system via the graphical models, we use a time-course dataset which is
    generated via the Gillespie algorithm, also known as the Direct method (Gillespie, 1977).
•   This algorithm is the most common and usually the most efficient simulator based on the
    chemical master equation which describes the stochastic behaviour of a system.
      – Procedure: in each iteration the Gillespie generates a random value from the
         exponential distribution with rate as the summation of total hazards in the system h0(Y),
           t Exp(h0(Y)) to specify the time of the next reaction. (Y is the states explaining the
         number of molecules for each species, t is the change in time, and h is the hazard, i.e.
         the product of the number of distinct molecular reactant combinations available in the
         state Y for each reaction with associated reaction rate constant).
      – Once the next reaction time is determined, the algorithm chooses the reaction type
         randomly during with probability hj(Y) / h0(Y) in which hj(Y) is the hazard of the jth
         reaction.
      – The system is updated according to the time to the next event and the event type.
•   For the JAK-STAT system, we run this algorithm until the total time unit =100 while initializing
    the number of molecules and the stochastic reaction rate constants as stated in Maiwald et
    al. (2010). Then we take the values at the interger time unit from t = 90,...,99. A
    measurement dataset for 10 time points for 40 nodes is constructed.

                   InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models    5
GRAPHICAL MODELS

1. Graphical Model From Shrinkage Covariance Matrix
•   In estimation of precision matrix which is basically obtained from the covariance matrix of
    the nodes in a network, the shrinkage of the covariance matrix improves the inference for a
    sparse network. In this method the shrinked estimate of the covariance matrix is obtained by
    S*= T + (1- )S, where S is the unbiased estimate of Σ. T= diag(s11, ..., spp) represents a low
    dimensional target, and refers to the shrinkage parameter estimated by minimizing the mean
    squared error loss function (Schafer and Strimmer, 2005).

•   If is high, the shrinked S becomes less dimensional, but has higher variance. Whereas, if
    is low, S becomes higher dimensional with lower variance. Therefore the objective is to find
    the optimal value for , which is achieved by the minimizing the associated loss function.

•   In the application of the graphical model in the JAK-STAT pathway, we observe that the
    strengths of the interactions via the shrinkage estimates mostly validate the current literature
    under = 0.56. For instance the estimated strength between IFN_influx and IFN_free which
    gives relatively higher correlations, as = 0.43, is checked from the biological knowledge and
    it is found that it possesses truely high interaction within each other.

                   InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models   6
GRAPHICAL MODELS
2. Lasso-based Graphical Model
• In inference of the strength of the interaction when the absent links are already known, we
     can implement the lasso-based regression model which regresses each node on the
     remaining ones via Y(p)= Y(-p)β+ε, where p is the last node and –p represents the remaining
     nodes, β is the regression coefficients and ε is the error from normal distribution with zero
     mean. In the estimation, β is found from the L1 penalty on β under the penalty term .

•      This approach also enables us to infer the whole structure with existence of nodes and links
       in sparse networks. it is computationally efficient and provides good approximation to the
       distribution of variables, whereas, can produce non-symmetric covariance matrix
       (Meinshausen and Bühlmann, 2006; Wit et al., 2010).

    • For implementation of the lasso-based approach, we
    control the number of correct estimated links for each and
    we observe that the optimal solution for both the strength and
    the estimated network structure is analysed under = 0.0001
    which enforces the sparsity in the network.


                                                                                   Figure 2: Estimated system via the L1
                                                                                   penalized lasso regression under =0.1.
                          InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models                   7
GRAPHICAL MODELS
3. Graphical Lasso With L1 Penalized Likelihood Approach
•Different from the previous lasso-method, this approach penalizes the entries of precision
matrix, rather than the regression parameters, by ensuring symmetric and invertible covariance
matrix in the regression model. The estimation is conducted via maxθ (log |θ|- trace (S θ)- || θ||1)
optimization, where θ is the precision matrix. In order to find an optimal value for , ROC-type
curves can be performed for the comparison of sensitivity and specificity values. Hereby the
which maximizes the sensitivity is chosen as the optimal penalty parameter (Wit et al, 2010).

• In the application of the L1 -penalized lasso regression,
we compute the true positive rate versus false positive
rate as shown in Table 1. From the results, it is seen that
the optimal is calculated for = 0.1 penalty parameter.
                True positive rate            False positive rate
       0.1             0.3925                         0.2076
       0.5             0.3738                         0.2016
       0.7             0.3551                         0.1956
      0.75             0.3551                         0.1969
       0.8             0.3551                         0.1956
       0.9             0.3551                         0.1942                          Figure 3: Estimated system via the L1 penalized
      0.95             0.3551                         0.1929                          lasso regression under =0.1.
Table 1: The true positive and false positive rate for -penalized lasso regression.

                              InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models                              8
CONCLUSION and FUTURE WORK

We see that the graphical model is promising for the inference under sparse and high
   dimensional network. Whereas the performance of the estimates is highly fluctuated with
   respect to the chosen penalty parameter . Therefore we believe that the final network
   structure can be inferred under different criteria including the model selection criteria such
   as AIC and BIC as proposed in the current study of Wit et al. (2010).




                  InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models   9
REFERENCES

•   Bower, J. and H. Bolouri (2001); Computational Modelling of Genetic and Biochemical
    Networks; MIT, 2nd Edition
•   Friedman, J., Hastie, T. and R. Tibshirani (2008); Sparse Inverse Covariance Estimation with
    the Graphical Lasso, Biostatistics; Vol.9, No.3 (pp. 432-441)
•   Gillespie, D.T. (1977); Exact Stochastic Simulation of Coupled Chemical Reactions; Journal of
    Physical Chemistry; Vol. 81, No. 25 (pp. 2340-2361)
•   Maiwald, T., Schneider, A., Busch, H., Sahle, S., Gretz, N., Weiss, T., Kummer, U. and U.
    Klingmuller (2010); Combining Theoretical Analysis and Experimental Data Generation
    Reveals IRF9 as a Crucial Factor for Accelerating Interferon Induced Early Antiviral Signalling;
    FEBS Journal 277 (pp. 4741-4754)
•   Meinshausen, N. and P. Bühlmann (2006); High Dimensional Graphs and Variable Selection
    with the Lasso; Annals of Statistics; Vol. 34, No. 3 (pp. 1436-1462)
•   Schafer, J. and K. Strimmer (2005); A Shrinkage Approach to Large-Scale Covariance Matrix
    Estimation and Implications for Functional Genomics; SAGEM, Vol. 4, No. 1
•   Whittaker, J. (1990); Graphical Models in Applied Multivariate Statistics; John Wiley and Sons
•   Wit, E., Vinciotti, V. and V. Purutçuoğlu (2010); Statistics for Biological Networks; Short Course
    Notes: 25th International Biometric Conference (IBC); Florianopolis, Brazil (pp. 1-197)

                   InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models     10

Mais conteúdo relacionado

Mais procurados

Hepatic injury classification
Hepatic injury classificationHepatic injury classification
Hepatic injury classificationZheliang Jiang
 
Application of Weighted Least Squares Regression in Forecasting
Application of Weighted Least Squares Regression in ForecastingApplication of Weighted Least Squares Regression in Forecasting
Application of Weighted Least Squares Regression in Forecastingpaperpublications3
 
Data Mining using SAS
Data Mining using SASData Mining using SAS
Data Mining using SASTanu Puri
 
Prediction model of algal blooms using logistic regression and confusion matrix
Prediction model of algal blooms using logistic regression and confusion matrix Prediction model of algal blooms using logistic regression and confusion matrix
Prediction model of algal blooms using logistic regression and confusion matrix IJECEIAES
 
2014 IIAG Imputation Assessments
2014 IIAG Imputation Assessments2014 IIAG Imputation Assessments
2014 IIAG Imputation AssessmentsDr Lendy Spires
 
Data analysis_PredictingActivity_SamsungSensorData
Data analysis_PredictingActivity_SamsungSensorDataData analysis_PredictingActivity_SamsungSensorData
Data analysis_PredictingActivity_SamsungSensorDataKaren Yang
 
Statistical Modeling: The Two Cultures
Statistical Modeling: The Two CulturesStatistical Modeling: The Two Cultures
Statistical Modeling: The Two CulturesChristoph Molnar
 
Ash bus 308 week 4 quiz
Ash bus 308 week 4 quizAsh bus 308 week 4 quiz
Ash bus 308 week 4 quizFaarooqkhaann
 
General Linear Model | Statistics
General Linear Model | StatisticsGeneral Linear Model | Statistics
General Linear Model | StatisticsTransweb Global Inc
 
Ash bus 308 week 4 quiz
Ash bus 308 week 4 quizAsh bus 308 week 4 quiz
Ash bus 308 week 4 quizuopassignment
 
Simulation Study of Hurdle Model Performance on Zero Inflated Count Data
Simulation Study of Hurdle Model Performance on Zero Inflated Count DataSimulation Study of Hurdle Model Performance on Zero Inflated Count Data
Simulation Study of Hurdle Model Performance on Zero Inflated Count DataIan Camacho
 
Online Social Netowrks- report
Online Social Netowrks- reportOnline Social Netowrks- report
Online Social Netowrks- reportAjay Karri
 
Notes for macc
Notes for maccNotes for macc
Notes for macco_devinyak
 
Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...
Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...
Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...ijdmtaiir
 

Mais procurados (20)

Hepatic injury classification
Hepatic injury classificationHepatic injury classification
Hepatic injury classification
 
Application of Weighted Least Squares Regression in Forecasting
Application of Weighted Least Squares Regression in ForecastingApplication of Weighted Least Squares Regression in Forecasting
Application of Weighted Least Squares Regression in Forecasting
 
Data Mining using SAS
Data Mining using SASData Mining using SAS
Data Mining using SAS
 
Geert van Kollenburg-masterthesis
Geert van Kollenburg-masterthesisGeert van Kollenburg-masterthesis
Geert van Kollenburg-masterthesis
 
Prediction model of algal blooms using logistic regression and confusion matrix
Prediction model of algal blooms using logistic regression and confusion matrix Prediction model of algal blooms using logistic regression and confusion matrix
Prediction model of algal blooms using logistic regression and confusion matrix
 
2014 IIAG Imputation Assessments
2014 IIAG Imputation Assessments2014 IIAG Imputation Assessments
2014 IIAG Imputation Assessments
 
Data analysis_PredictingActivity_SamsungSensorData
Data analysis_PredictingActivity_SamsungSensorDataData analysis_PredictingActivity_SamsungSensorData
Data analysis_PredictingActivity_SamsungSensorData
 
UK COVID-9 Mutation
UK COVID-9 MutationUK COVID-9 Mutation
UK COVID-9 Mutation
 
B025209013
B025209013B025209013
B025209013
 
Statistical Modeling: The Two Cultures
Statistical Modeling: The Two CulturesStatistical Modeling: The Two Cultures
Statistical Modeling: The Two Cultures
 
Ash bus 308 week 4 quiz
Ash bus 308 week 4 quizAsh bus 308 week 4 quiz
Ash bus 308 week 4 quiz
 
General Linear Model | Statistics
General Linear Model | StatisticsGeneral Linear Model | Statistics
General Linear Model | Statistics
 
Ash bus 308 week 4 quiz
Ash bus 308 week 4 quizAsh bus 308 week 4 quiz
Ash bus 308 week 4 quiz
 
Ash bus 308 week 4 quiz
Ash bus 308 week 4 quizAsh bus 308 week 4 quiz
Ash bus 308 week 4 quiz
 
Simulation Study of Hurdle Model Performance on Zero Inflated Count Data
Simulation Study of Hurdle Model Performance on Zero Inflated Count DataSimulation Study of Hurdle Model Performance on Zero Inflated Count Data
Simulation Study of Hurdle Model Performance on Zero Inflated Count Data
 
Online Social Netowrks- report
Online Social Netowrks- reportOnline Social Netowrks- report
Online Social Netowrks- report
 
Mixed models
Mixed modelsMixed models
Mixed models
 
Aussem
AussemAussem
Aussem
 
Notes for macc
Notes for maccNotes for macc
Notes for macc
 
Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...
Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...
Fuzzy Clustering Approach to study the degree of Aggressiveness in Youth Viol...
 

Semelhante a Inference of the JAK-STAT Gene Network via Graphical Models

Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...
Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...
Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...Yuyun Wabula
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural networkNagarajan
 
Decentralized Data Fusion Algorithm using Factor Analysis Model
Decentralized Data Fusion Algorithm using Factor Analysis ModelDecentralized Data Fusion Algorithm using Factor Analysis Model
Decentralized Data Fusion Algorithm using Factor Analysis ModelSayed Abulhasan Quadri
 
Qualitative Analysis of a Discrete SIR Epidemic Model
Qualitative Analysis of a Discrete SIR Epidemic ModelQualitative Analysis of a Discrete SIR Epidemic Model
Qualitative Analysis of a Discrete SIR Epidemic Modelijceronline
 
Curveball Algorithm for Random Sampling of Protein Networks
Curveball Algorithm for Random Sampling of Protein NetworksCurveball Algorithm for Random Sampling of Protein Networks
Curveball Algorithm for Random Sampling of Protein NetworksAkua Biaa Adu
 
A new survey on biclustering of
A new survey on biclustering ofA new survey on biclustering of
A new survey on biclustering ofcsandit
 
A NEW SURVEY ON BICLUSTERING OF MICROARRAY DATA
A NEW SURVEY ON BICLUSTERING OF MICROARRAY DATAA NEW SURVEY ON BICLUSTERING OF MICROARRAY DATA
A NEW SURVEY ON BICLUSTERING OF MICROARRAY DATAcscpconf
 
Modeling of neural image compression using gradient decent technology
Modeling of neural image compression using gradient decent technologyModeling of neural image compression using gradient decent technology
Modeling of neural image compression using gradient decent technologytheijes
 
interconnected powersystem
interconnected powersysteminterconnected powersystem
interconnected powersystemDivyang soni
 
Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...
Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...
Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...IJECEIAES
 
A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...
A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...
A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...IJECEIAES
 
EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...
EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...
EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...Zac Darcy
 
Md simulation and stochastic simulation
Md simulation and stochastic simulationMd simulation and stochastic simulation
Md simulation and stochastic simulationAbdulAhad358
 
Event triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsEvent triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsISA Interchange
 
ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...
ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...
ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...ijaia
 
Deep learning MindMap
Deep learning MindMapDeep learning MindMap
Deep learning MindMapAshish Patel
 

Semelhante a Inference of the JAK-STAT Gene Network via Graphical Models (20)

-P-M_118_17ICSB
-P-M_118_17ICSB-P-M_118_17ICSB
-P-M_118_17ICSB
 
Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...
Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...
Hierarchical algorithms of quasi linear ARX Neural Networks for Identificatio...
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
Decentralized Data Fusion Algorithm using Factor Analysis Model
Decentralized Data Fusion Algorithm using Factor Analysis ModelDecentralized Data Fusion Algorithm using Factor Analysis Model
Decentralized Data Fusion Algorithm using Factor Analysis Model
 
Unit 3
Unit 3Unit 3
Unit 3
 
Qualitative Analysis of a Discrete SIR Epidemic Model
Qualitative Analysis of a Discrete SIR Epidemic ModelQualitative Analysis of a Discrete SIR Epidemic Model
Qualitative Analysis of a Discrete SIR Epidemic Model
 
Curveball Algorithm for Random Sampling of Protein Networks
Curveball Algorithm for Random Sampling of Protein NetworksCurveball Algorithm for Random Sampling of Protein Networks
Curveball Algorithm for Random Sampling of Protein Networks
 
A new survey on biclustering of
A new survey on biclustering ofA new survey on biclustering of
A new survey on biclustering of
 
A NEW SURVEY ON BICLUSTERING OF MICROARRAY DATA
A NEW SURVEY ON BICLUSTERING OF MICROARRAY DATAA NEW SURVEY ON BICLUSTERING OF MICROARRAY DATA
A NEW SURVEY ON BICLUSTERING OF MICROARRAY DATA
 
Modeling of neural image compression using gradient decent technology
Modeling of neural image compression using gradient decent technologyModeling of neural image compression using gradient decent technology
Modeling of neural image compression using gradient decent technology
 
interconnected powersystem
interconnected powersysteminterconnected powersystem
interconnected powersystem
 
Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...
Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...
Modified Projective Synchronization of Chaotic Systems with Noise Disturbance,...
 
03 Data Mining Techniques
03 Data Mining Techniques03 Data Mining Techniques
03 Data Mining Techniques
 
A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...
A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...
A New Chaotic System with Line of Equilibria: Dynamics, Passive Control and C...
 
EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...
EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...
EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE...
 
StockMarketPrediction
StockMarketPredictionStockMarketPrediction
StockMarketPrediction
 
Md simulation and stochastic simulation
Md simulation and stochastic simulationMd simulation and stochastic simulation
Md simulation and stochastic simulation
 
Event triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizationsEvent triggered control design of linear networked systems with quantizations
Event triggered control design of linear networked systems with quantizations
 
ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...
ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...
ON THE PREDICTION ACCURACIES OF THREE MOST KNOWN REGULARIZERS : RIDGE REGRESS...
 
Deep learning MindMap
Deep learning MindMapDeep learning MindMap
Deep learning MindMap
 

Mais de SSA KPI

Germany presentation
Germany presentationGermany presentation
Germany presentationSSA KPI
 
Grand challenges in energy
Grand challenges in energyGrand challenges in energy
Grand challenges in energySSA KPI
 
Engineering role in sustainability
Engineering role in sustainabilityEngineering role in sustainability
Engineering role in sustainabilitySSA KPI
 
Consensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentConsensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentSSA KPI
 
Competences in sustainability in engineering education
Competences in sustainability in engineering educationCompetences in sustainability in engineering education
Competences in sustainability in engineering educationSSA KPI
 
Introducatio SD for enginers
Introducatio SD for enginersIntroducatio SD for enginers
Introducatio SD for enginersSSA KPI
 
DAAD-10.11.2011
DAAD-10.11.2011DAAD-10.11.2011
DAAD-10.11.2011SSA KPI
 
Talking with money
Talking with moneyTalking with money
Talking with moneySSA KPI
 
'Green' startup investment
'Green' startup investment'Green' startup investment
'Green' startup investmentSSA KPI
 
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea wavesFrom Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea wavesSSA KPI
 
Dynamics of dice games
Dynamics of dice gamesDynamics of dice games
Dynamics of dice gamesSSA KPI
 
Energy Security Costs
Energy Security CostsEnergy Security Costs
Energy Security CostsSSA KPI
 
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environmentsNaturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environmentsSSA KPI
 
Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5SSA KPI
 
Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4SSA KPI
 
Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3SSA KPI
 
Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2SSA KPI
 
Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1SSA KPI
 
Fluorescent proteins in current biology
Fluorescent proteins in current biologyFluorescent proteins in current biology
Fluorescent proteins in current biologySSA KPI
 
Neurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functionsNeurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functionsSSA KPI
 

Mais de SSA KPI (20)

Germany presentation
Germany presentationGermany presentation
Germany presentation
 
Grand challenges in energy
Grand challenges in energyGrand challenges in energy
Grand challenges in energy
 
Engineering role in sustainability
Engineering role in sustainabilityEngineering role in sustainability
Engineering role in sustainability
 
Consensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentConsensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable development
 
Competences in sustainability in engineering education
Competences in sustainability in engineering educationCompetences in sustainability in engineering education
Competences in sustainability in engineering education
 
Introducatio SD for enginers
Introducatio SD for enginersIntroducatio SD for enginers
Introducatio SD for enginers
 
DAAD-10.11.2011
DAAD-10.11.2011DAAD-10.11.2011
DAAD-10.11.2011
 
Talking with money
Talking with moneyTalking with money
Talking with money
 
'Green' startup investment
'Green' startup investment'Green' startup investment
'Green' startup investment
 
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea wavesFrom Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
 
Dynamics of dice games
Dynamics of dice gamesDynamics of dice games
Dynamics of dice games
 
Energy Security Costs
Energy Security CostsEnergy Security Costs
Energy Security Costs
 
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environmentsNaturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
 
Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5
 
Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4
 
Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3
 
Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2
 
Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1
 
Fluorescent proteins in current biology
Fluorescent proteins in current biologyFluorescent proteins in current biology
Fluorescent proteins in current biology
 
Neurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functionsNeurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functions
 

Último

CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 

Último (20)

CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 

Inference of the JAK-STAT Gene Network via Graphical Models

  • 1. 6th International Summer School National University of Technology of the Ukraine Kiev, Ukraine, August 8-20, 2011 Kiev Summer School: Appendix Inference of the JAK-STAT Gene Network via Graphical Models Vilda Purutçuoğlu1 Tuğba Erdem2 Gerhard Wilhelm Weber3 1,2Department of Statistics, Middle East Technical University, Ankara, Turkey 3Institute of Applied Mathematics, Middle East Technical University, Ankara, Turkey 1vpurutcu@metu.edu.tr, 2terdem@metu.edu.tr, 3gweber@metu.edu.tr
  • 2. Outline • Introduction • JAK-STAT Pathway under IFN Treatment • Simulation of the data via Gillespie Algorithm • Graphical models: 1. Graphical model from shrinkage covariance matrix 2. Lasso-based graphical model 3. Graphical lasso with L1 penalized likelihood • Application and Conclusion InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 2
  • 3. INTRODUCTION • A biological network defines the elements and interactions of biologically linked components in a cellular metabolism. • In the graph theory, the networks are represented by nodes which denote genes, proteins or species and the edges, i.e., interactions or links, between the nodes. The graphical models define such structures under the conditional independency concept (Whittaker, 1990). • To estimate the links in a network, several methods are proposed such as Boolean approaches, differential equations, and stochastic modelling (Bower and Bolouri, 2001). • Among them, the graphical models can be proposed as an alternative model where the interactions between the nodes can be estimated and the network itself can be inferred via both static and dynamic framework. • In this study, we estimate the JAK-STAT biological system with realistic complexity via three major approaches of graphical models: – the shrinkage covariance method (Schafer and Strimmer, 2005) – the lasso-based graphical model (Meinshausen and Bühlmann, 2006) – the lasso with -penalized regression method (Friedman et al., 2008) InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 3
  • 4. JAK-STAT PATHWAY UNDER IFN TREATMENT • The JAK-STAT (Janus kinase/signal transducer and activator transcription) pathway is one of the major signalling transaction systems which is activated by Type I interferons and regulates cytokine-dependent gene expression and growth factors of mammals. • In this study we consider the description of the system under the IFN treatment which is developed againt the hepatitis C virus (HCV). • Maiwald et al. (2010) represents this system under IFN via 40 nodes and 66 reactions in which the stochastic reaction rate constants are listed by combining different data sources about this pathway. • In Figure 1, the simple representation of the JAK- STAT system under IFN treatment described in Maiwald et al. (2010) is drawn via simone R package. Figure.1: Simple representation of the IFN-mediated JAK-STAT pathway InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 4
  • 5. SIMULATION OF THE DATA VIA THE GILLESPIE ALGORITHM • In inference of the system via the graphical models, we use a time-course dataset which is generated via the Gillespie algorithm, also known as the Direct method (Gillespie, 1977). • This algorithm is the most common and usually the most efficient simulator based on the chemical master equation which describes the stochastic behaviour of a system. – Procedure: in each iteration the Gillespie generates a random value from the exponential distribution with rate as the summation of total hazards in the system h0(Y), t Exp(h0(Y)) to specify the time of the next reaction. (Y is the states explaining the number of molecules for each species, t is the change in time, and h is the hazard, i.e. the product of the number of distinct molecular reactant combinations available in the state Y for each reaction with associated reaction rate constant). – Once the next reaction time is determined, the algorithm chooses the reaction type randomly during with probability hj(Y) / h0(Y) in which hj(Y) is the hazard of the jth reaction. – The system is updated according to the time to the next event and the event type. • For the JAK-STAT system, we run this algorithm until the total time unit =100 while initializing the number of molecules and the stochastic reaction rate constants as stated in Maiwald et al. (2010). Then we take the values at the interger time unit from t = 90,...,99. A measurement dataset for 10 time points for 40 nodes is constructed. InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 5
  • 6. GRAPHICAL MODELS 1. Graphical Model From Shrinkage Covariance Matrix • In estimation of precision matrix which is basically obtained from the covariance matrix of the nodes in a network, the shrinkage of the covariance matrix improves the inference for a sparse network. In this method the shrinked estimate of the covariance matrix is obtained by S*= T + (1- )S, where S is the unbiased estimate of Σ. T= diag(s11, ..., spp) represents a low dimensional target, and refers to the shrinkage parameter estimated by minimizing the mean squared error loss function (Schafer and Strimmer, 2005). • If is high, the shrinked S becomes less dimensional, but has higher variance. Whereas, if is low, S becomes higher dimensional with lower variance. Therefore the objective is to find the optimal value for , which is achieved by the minimizing the associated loss function. • In the application of the graphical model in the JAK-STAT pathway, we observe that the strengths of the interactions via the shrinkage estimates mostly validate the current literature under = 0.56. For instance the estimated strength between IFN_influx and IFN_free which gives relatively higher correlations, as = 0.43, is checked from the biological knowledge and it is found that it possesses truely high interaction within each other. InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 6
  • 7. GRAPHICAL MODELS 2. Lasso-based Graphical Model • In inference of the strength of the interaction when the absent links are already known, we can implement the lasso-based regression model which regresses each node on the remaining ones via Y(p)= Y(-p)β+ε, where p is the last node and –p represents the remaining nodes, β is the regression coefficients and ε is the error from normal distribution with zero mean. In the estimation, β is found from the L1 penalty on β under the penalty term . • This approach also enables us to infer the whole structure with existence of nodes and links in sparse networks. it is computationally efficient and provides good approximation to the distribution of variables, whereas, can produce non-symmetric covariance matrix (Meinshausen and Bühlmann, 2006; Wit et al., 2010). • For implementation of the lasso-based approach, we control the number of correct estimated links for each and we observe that the optimal solution for both the strength and the estimated network structure is analysed under = 0.0001 which enforces the sparsity in the network. Figure 2: Estimated system via the L1 penalized lasso regression under =0.1. InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 7
  • 8. GRAPHICAL MODELS 3. Graphical Lasso With L1 Penalized Likelihood Approach •Different from the previous lasso-method, this approach penalizes the entries of precision matrix, rather than the regression parameters, by ensuring symmetric and invertible covariance matrix in the regression model. The estimation is conducted via maxθ (log |θ|- trace (S θ)- || θ||1) optimization, where θ is the precision matrix. In order to find an optimal value for , ROC-type curves can be performed for the comparison of sensitivity and specificity values. Hereby the which maximizes the sensitivity is chosen as the optimal penalty parameter (Wit et al, 2010). • In the application of the L1 -penalized lasso regression, we compute the true positive rate versus false positive rate as shown in Table 1. From the results, it is seen that the optimal is calculated for = 0.1 penalty parameter. True positive rate False positive rate 0.1 0.3925 0.2076 0.5 0.3738 0.2016 0.7 0.3551 0.1956 0.75 0.3551 0.1969 0.8 0.3551 0.1956 0.9 0.3551 0.1942 Figure 3: Estimated system via the L1 penalized 0.95 0.3551 0.1929 lasso regression under =0.1. Table 1: The true positive and false positive rate for -penalized lasso regression. InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 8
  • 9. CONCLUSION and FUTURE WORK We see that the graphical model is promising for the inference under sparse and high dimensional network. Whereas the performance of the estimates is highly fluctuated with respect to the chosen penalty parameter . Therefore we believe that the final network structure can be inferred under different criteria including the model selection criteria such as AIC and BIC as proposed in the current study of Wit et al. (2010). InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 9
  • 10. REFERENCES • Bower, J. and H. Bolouri (2001); Computational Modelling of Genetic and Biochemical Networks; MIT, 2nd Edition • Friedman, J., Hastie, T. and R. Tibshirani (2008); Sparse Inverse Covariance Estimation with the Graphical Lasso, Biostatistics; Vol.9, No.3 (pp. 432-441) • Gillespie, D.T. (1977); Exact Stochastic Simulation of Coupled Chemical Reactions; Journal of Physical Chemistry; Vol. 81, No. 25 (pp. 2340-2361) • Maiwald, T., Schneider, A., Busch, H., Sahle, S., Gretz, N., Weiss, T., Kummer, U. and U. Klingmuller (2010); Combining Theoretical Analysis and Experimental Data Generation Reveals IRF9 as a Crucial Factor for Accelerating Interferon Induced Early Antiviral Signalling; FEBS Journal 277 (pp. 4741-4754) • Meinshausen, N. and P. Bühlmann (2006); High Dimensional Graphs and Variable Selection with the Lasso; Annals of Statistics; Vol. 34, No. 3 (pp. 1436-1462) • Schafer, J. and K. Strimmer (2005); A Shrinkage Approach to Large-Scale Covariance Matrix Estimation and Implications for Functional Genomics; SAGEM, Vol. 4, No. 1 • Whittaker, J. (1990); Graphical Models in Applied Multivariate Statistics; John Wiley and Sons • Wit, E., Vinciotti, V. and V. Purutçuoğlu (2010); Statistics for Biological Networks; Short Course Notes: 25th International Biometric Conference (IBC); Florianopolis, Brazil (pp. 1-197) InterSymp 2011 - Inference of the JAK-STAT Gene Network via Graphical Models 10