SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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
 

What's hot (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...
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
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
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
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
 
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
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
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
 

Recently uploaded (20)

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
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
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
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
 
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
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
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
 

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