SlideShare a Scribd company logo
1 of 23
GRNmap and GRNsight:
Open Source Software for Dynamical Systems
Modeling and Visualization of Medium-Scale
Gene Regulatory Networks
Kam D. Dahlquist, Ph.D.
Department of Biology
Loyola Marymount University
April 4, 2016
ASBMB Annual Meeting
Outline
• Yeast respond to cold shock by changing gene
expression.
• But little is known about which transcription factors regulate
the response.
• GRNmap models the dynamics of “medium-scale”
gene regulatory networks using differential equations.
• A penalized least squares approach was used successfully to
estimate parameters from cold shock microarray data.
• GRNsight automatically generates weighted network
graphs from the spreadsheets produced by GRNmap.
• This facilitates visualization of the relative influence of each
transcription factor in controlling the cold shock response.
Yeast Respond to Cold Shock by Changing
Gene Expression
Alberts et al. (2004)
• Unlike heat shock, cold shock is not well-
studied.
• Cold shock temperature range for yeast is
10-18°C.
• Previous studies indicated that the cold shock
response can be divided into an early and late
response.
• General Environmental Stress Response (ESR)
genes are induced in the late response.
• Late response is regulated by the Msn2/Msn4
transcription factors.
• No “canonical” factor responsible for early
response.
Yeast Respond to Cold Shock by Changing
Gene Expression
Alberts et al. (2004)
• Which transcription factors control the early response?
• What are their relative levels of influence?
• I.e., what are the indirect effects of other transcription
factors in the network?
• Unlike heat shock, cold shock is not well-
studied.
• Cold shock temperature range for yeast is
10-18°C.
• Previous studies indicated that the cold shock
response can be divided into an early and late
response.
• General Environmental Stress Response (ESR)
genes are induced in the late response.
• Late response is regulated by the Msn2/Msn4
transcription factors.
• No “canonical” factor responsible for early
response.
Cold shock microarray
data from wt and TF
deletion strains
Systems Biology Approach to Understanding the
Regulation of the Cold Shock Response in Yeast
Cold shock microarray
data from wt and TF
deletion strains
Systems Biology Approach to Understanding the
Regulation of the Cold Shock Response in Yeast
Normalization,
statistical analysis,
clustering
Cold shock microarray
data from wt and TF
deletion strains
Systems Biology Approach to Understanding the
Regulation of the Cold Shock Response in Yeast
Normalization,
statistical analysis,
clustering
Derivation of gene
regulatory networks
from YEASTRACT
Cold shock microarray
data from wt and TF
deletion strains
Systems Biology Approach to Understanding the
Regulation of the Cold Shock Response in Yeast
Normalization,
statistical analysis,
clustering
Derivation of gene
regulatory networks
from YEASTRACT
Dynamical systems
modeling using
GRNmap
0
0.5
1
Activation
1/w
0
0.5
1
Repression
1/w


Cold shock microarray
data from wt and TF
deletion strains
Systems Biology Approach to Understanding the
Regulation of the Cold Shock Response in Yeast
Normalization,
statistical analysis,
clustering
Derivation of gene
regulatory networks
from YEASTRACT
Dynamical systems
modeling using
GRNmap
Visualization of
modeling results
using GRNsight
0
0.5
1
Activation
1/w
0
0.5
1
Repression
1/w


Cold shock microarray
data from wt and TF
deletion strains
Systems Biology Approach to Understanding the
Regulation of the Cold Shock Response in Yeast
Normalization,
statistical analysis,
clustering
Derivation of gene
regulatory networks
from YEASTRACT
Dynamical systems
modeling using
GRNmap
Visualization of
modeling results
using GRNsight
Interpretation,
new questions,
new experiments
0
0.5
1
Activation
1/w
0
0.5
1
Repression
1/w


Dash1
15°C
wt
A “Medium-Scale” Gene Regulatory Network that
Regulates the Cold Shock Response
Assumptions made in our model:
• Each node represents one gene
encoding a transcription factor.
• When a gene is transcribed, it is
immediately translated into
protein.
‒ A node represents the gene,
the mRNA, and the protein.
• Each edge represents a
regulatory relationship, either
activation or repression,
depending on the sign of the
weight.
Dahlquist et al. (2015) Bulletin of Mathematical Biology 77: 1457.
GRNmap: Gene Regulatory Network Modeling and
Parameter Estimation
• The user has a choice to model the
dynamics based on a sigmoidal
(shown) or Michaelis-Menten
production function.
• Weight parameter, w, gives the
direction (activation or repression)
and magnitude of regulatory
relationship.
0
0.5
1
Activation
1/w
0
0.5
1
Repression
1/w


http://kdahlquist.github.io/GRNmap/
 
)(
)(exp1
)(
txd
btxw
P
dt
tdx
ii
j
ijij
ii




















Optimization of the Large Number of Parameters
Required the Use of a Regularization (Penalty) Term
• Total number of parameters is
(2 X no. of genes) + no. of edges.
• We added a penalty term so that
MATLAB’s optimization algorithm
would be able to minimize the
function.
• θ is the combined production
rate, weight, and threshold
parameters.
• a is determined empirically from
the “elbow” of the L-curve.


Q
r
c
r
d
tztz
Q
E
1
22
)]()([
1

a
Parameter Penalty Magnitude
LeastSquaresResidual
Forward Simulation of the Model Fits
the Microarray Data
GRNsight Rapidly Generates GRN graphs Using Our
Customizations to the Open Source D3 Library
Adobe Illustrator: several hours to create
GRNsight Rapidly Generates GRN graphs Using Our
Customizations to the Open Source D3 Library
GRNsight: 10 milliseconds to generate, 5 minutes to arrange
GRNsight Rapidly Generates GRN graphs Using Our
Customizations to the Open Source D3 Library
GRNsight: colored and variable thickness edges reveal patterns in data
activation
repression
weak influence
LSE to Minimum Theoretical LSE Ratio Does Not
Change Drastically with Network Size
30 genes, 90 edges
LSE/min LSE = 1.41
25 genes, 68 edges
LSE/min LSE = 1.44
20 genes, 46 edges
LSE/min LSE = 1.44
15 genes, 28 edges
LSE/min LSE = 1.46
But Weights, Production Rates, and Threshold
Parameter Values Do Fluctuate Based on Connectivity
Generally, Networks with the Same Nodes, but
Randomized Edges Perform More Poorly
1.36
1.38
1.4
1.42
1.44
1.46
1.48
1.5
1.52
LSE/minLSERatio
LSE/min LSE Ratio for 10 Random
15-gene, 28-edge Networks
YEASTRACT-derived
“random network 7”
Conclusions and Future Directions
• Modeling and experimental evidence suggests that
Gln3, Hap4, Hmo1, and Swi4 are involved in
regulating the early response to cold shock in yeast.
• Indirect effects are important as shown by comparing
different size related networks and random networks.
• Interesting, but inconclusive modeling results for
Ash1 prompted us to investigate the phenotype of the
deletion strain, which has shown to be cold sensitive.
• We are investigating what data/network properties
influence an individual gene’s model fit to data.
GRNsight: http://dondi.github.io/GRNsight/
GRNmap: http://kdahlquist.github.io/GRNmap/
Back row (left to right)
Brandon Klein
Mihir Samdarshi
Kevin McGee
Kevin Wyllie
K. Grace Johnson
Kristen Horstmann
Tessa Morris
Front row (left to right)
Maggie O’Neil
Monica Hong
Kam Dahlquist
Anindita Varshneya
Kayla Jackson
Not pictured
John David N. Dionisio
Ben G. Fitzpatrick
Nicole Anguiano
Juan Carrillo
Trixie Anne Roque
Chukwuemeka Azinge
Funding: NSF RUI, Kadner-Pitts Research Grant, LMU SURP,
LMU Honors Program, LMU Rains Research Assistant Program
1. Simple, unrealistic models help scientists explore
complex systems.
2. Models can be used to explore unknown possibilities.
3. Models can lead to the development of conceptual
frameworks.
4. Models can make accurate predictions.
5. Models can generate causal explanations.
Five Major Pragmatic Uses for Models in Biology
and their Associated Benefits
Odenbaugh quoted in Svoboda & Passmore (2011)

More Related Content

What's hot

What's hot (13)

Enzyme kinectics, by kk sahu
Enzyme kinectics, by kk sahuEnzyme kinectics, by kk sahu
Enzyme kinectics, by kk sahu
 
Enzyme kinetics
Enzyme kineticsEnzyme kinetics
Enzyme kinetics
 
Enzkinetics 2014
Enzkinetics 2014Enzkinetics 2014
Enzkinetics 2014
 
Michaelis menten
Michaelis mentenMichaelis menten
Michaelis menten
 
Michaelis menten equation a plot of the reaction velocity
Michaelis menten equation a plot of the reaction velocityMichaelis menten equation a plot of the reaction velocity
Michaelis menten equation a plot of the reaction velocity
 
Molecular Dynamics
Molecular DynamicsMolecular Dynamics
Molecular Dynamics
 
Kinetics of enzyme action
Kinetics of enzyme action Kinetics of enzyme action
Kinetics of enzyme action
 
Agents2
Agents2Agents2
Agents2
 
enzyme kinetics and michael menten’s constant
enzyme kinetics and michael menten’s constantenzyme kinetics and michael menten’s constant
enzyme kinetics and michael menten’s constant
 
Enzyme Kinetics
Enzyme Kinetics Enzyme Kinetics
Enzyme Kinetics
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
E 02 Factors affecting enzyme activity
E 02 Factors affecting enzyme activityE 02 Factors affecting enzyme activity
E 02 Factors affecting enzyme activity
 
Enzyme kinetics
Enzyme kineticsEnzyme kinetics
Enzyme kinetics
 

Similar to Dahlquist experimental biology_20160404

P53_Final_Presentation
P53_Final_PresentationP53_Final_Presentation
P53_Final_Presentation
Jonah Kohen
 
Intelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessIntelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical Process
CSCJournals
 
dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...
dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...
dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...
dkNET
 

Similar to Dahlquist experimental biology_20160404 (20)

ACSESS200808
ACSESS200808ACSESS200808
ACSESS200808
 
Systems Biology Lecture - SCFBIO Sep 18, 09.pdf
Systems Biology Lecture - SCFBIO Sep 18, 09.pdfSystems Biology Lecture - SCFBIO Sep 18, 09.pdf
Systems Biology Lecture - SCFBIO Sep 18, 09.pdf
 
autoDock.ppt
autoDock.pptautoDock.ppt
autoDock.ppt
 
Developmental Mega Sample: Exploring Inter-Individual Variation
Developmental Mega Sample: Exploring Inter-Individual VariationDevelopmental Mega Sample: Exploring Inter-Individual Variation
Developmental Mega Sample: Exploring Inter-Individual Variation
 
Systems biology & Approaches of genomics and proteomics
 Systems biology & Approaches of genomics and proteomics Systems biology & Approaches of genomics and proteomics
Systems biology & Approaches of genomics and proteomics
 
CADD
CADDCADD
CADD
 
P53_Final_Presentation
P53_Final_PresentationP53_Final_Presentation
P53_Final_Presentation
 
cadd-191129134050 (1).pptx
cadd-191129134050 (1).pptxcadd-191129134050 (1).pptx
cadd-191129134050 (1).pptx
 
Deep Reinforcement Learning for control of PBNs--CNA2020
Deep Reinforcement Learning for control of PBNs--CNA2020Deep Reinforcement Learning for control of PBNs--CNA2020
Deep Reinforcement Learning for control of PBNs--CNA2020
 
Intelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessIntelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical Process
 
Structure based computer aided drug design
Structure based computer aided drug designStructure based computer aided drug design
Structure based computer aided drug design
 
Poster2006
Poster2006Poster2006
Poster2006
 
2 partners ed_kickoff_dtai
2 partners ed_kickoff_dtai2 partners ed_kickoff_dtai
2 partners ed_kickoff_dtai
 
dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...
dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...
dkNET Webinar: Multi-Omics Data Integration for Phenotype Prediction of Type-...
 
Control of Nonlinear Industrial Processes Using Fuzzy Wavelet Neural Network ...
Control of Nonlinear Industrial Processes Using Fuzzy Wavelet Neural Network ...Control of Nonlinear Industrial Processes Using Fuzzy Wavelet Neural Network ...
Control of Nonlinear Industrial Processes Using Fuzzy Wavelet Neural Network ...
 
BCSRCv1.3
BCSRCv1.3BCSRCv1.3
BCSRCv1.3
 
''Electrophoretic Mobility Shift Assay'' by KATE, Wisdom Deebeke
''Electrophoretic Mobility Shift Assay'' by KATE, Wisdom Deebeke''Electrophoretic Mobility Shift Assay'' by KATE, Wisdom Deebeke
''Electrophoretic Mobility Shift Assay'' by KATE, Wisdom Deebeke
 
How to analyse large data sets
How to analyse large data setsHow to analyse large data sets
How to analyse large data sets
 
SPR for Aptamer-Based Molecular Interactions in Programmable Materials
SPR for Aptamer-Based Molecular Interactions in Programmable MaterialsSPR for Aptamer-Based Molecular Interactions in Programmable Materials
SPR for Aptamer-Based Molecular Interactions in Programmable Materials
 
Lecture 7 gwas full
Lecture 7 gwas fullLecture 7 gwas full
Lecture 7 gwas full
 

Recently uploaded

Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Sérgio Sacani
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Sérgio Sacani
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
Areesha Ahmad
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
Sérgio Sacani
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
levieagacer
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
PirithiRaju
 
Introduction,importance and scope of horticulture.pptx
Introduction,importance and scope of horticulture.pptxIntroduction,importance and scope of horticulture.pptx
Introduction,importance and scope of horticulture.pptx
Bhagirath Gogikar
 

Recently uploaded (20)

Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
Introduction,importance and scope of horticulture.pptx
Introduction,importance and scope of horticulture.pptxIntroduction,importance and scope of horticulture.pptx
Introduction,importance and scope of horticulture.pptx
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...
Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...
Dopamine neurotransmitter determination using graphite sheet- graphene nano-s...
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
Unit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 oUnit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 o
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 

Dahlquist experimental biology_20160404

  • 1. GRNmap and GRNsight: Open Source Software for Dynamical Systems Modeling and Visualization of Medium-Scale Gene Regulatory Networks Kam D. Dahlquist, Ph.D. Department of Biology Loyola Marymount University April 4, 2016 ASBMB Annual Meeting
  • 2. Outline • Yeast respond to cold shock by changing gene expression. • But little is known about which transcription factors regulate the response. • GRNmap models the dynamics of “medium-scale” gene regulatory networks using differential equations. • A penalized least squares approach was used successfully to estimate parameters from cold shock microarray data. • GRNsight automatically generates weighted network graphs from the spreadsheets produced by GRNmap. • This facilitates visualization of the relative influence of each transcription factor in controlling the cold shock response.
  • 3. Yeast Respond to Cold Shock by Changing Gene Expression Alberts et al. (2004) • Unlike heat shock, cold shock is not well- studied. • Cold shock temperature range for yeast is 10-18°C. • Previous studies indicated that the cold shock response can be divided into an early and late response. • General Environmental Stress Response (ESR) genes are induced in the late response. • Late response is regulated by the Msn2/Msn4 transcription factors. • No “canonical” factor responsible for early response.
  • 4. Yeast Respond to Cold Shock by Changing Gene Expression Alberts et al. (2004) • Which transcription factors control the early response? • What are their relative levels of influence? • I.e., what are the indirect effects of other transcription factors in the network? • Unlike heat shock, cold shock is not well- studied. • Cold shock temperature range for yeast is 10-18°C. • Previous studies indicated that the cold shock response can be divided into an early and late response. • General Environmental Stress Response (ESR) genes are induced in the late response. • Late response is regulated by the Msn2/Msn4 transcription factors. • No “canonical” factor responsible for early response.
  • 5. Cold shock microarray data from wt and TF deletion strains Systems Biology Approach to Understanding the Regulation of the Cold Shock Response in Yeast
  • 6. Cold shock microarray data from wt and TF deletion strains Systems Biology Approach to Understanding the Regulation of the Cold Shock Response in Yeast Normalization, statistical analysis, clustering
  • 7. Cold shock microarray data from wt and TF deletion strains Systems Biology Approach to Understanding the Regulation of the Cold Shock Response in Yeast Normalization, statistical analysis, clustering Derivation of gene regulatory networks from YEASTRACT
  • 8. Cold shock microarray data from wt and TF deletion strains Systems Biology Approach to Understanding the Regulation of the Cold Shock Response in Yeast Normalization, statistical analysis, clustering Derivation of gene regulatory networks from YEASTRACT Dynamical systems modeling using GRNmap 0 0.5 1 Activation 1/w 0 0.5 1 Repression 1/w  
  • 9. Cold shock microarray data from wt and TF deletion strains Systems Biology Approach to Understanding the Regulation of the Cold Shock Response in Yeast Normalization, statistical analysis, clustering Derivation of gene regulatory networks from YEASTRACT Dynamical systems modeling using GRNmap Visualization of modeling results using GRNsight 0 0.5 1 Activation 1/w 0 0.5 1 Repression 1/w  
  • 10. Cold shock microarray data from wt and TF deletion strains Systems Biology Approach to Understanding the Regulation of the Cold Shock Response in Yeast Normalization, statistical analysis, clustering Derivation of gene regulatory networks from YEASTRACT Dynamical systems modeling using GRNmap Visualization of modeling results using GRNsight Interpretation, new questions, new experiments 0 0.5 1 Activation 1/w 0 0.5 1 Repression 1/w   Dash1 15°C wt
  • 11. A “Medium-Scale” Gene Regulatory Network that Regulates the Cold Shock Response Assumptions made in our model: • Each node represents one gene encoding a transcription factor. • When a gene is transcribed, it is immediately translated into protein. ‒ A node represents the gene, the mRNA, and the protein. • Each edge represents a regulatory relationship, either activation or repression, depending on the sign of the weight. Dahlquist et al. (2015) Bulletin of Mathematical Biology 77: 1457.
  • 12. GRNmap: Gene Regulatory Network Modeling and Parameter Estimation • The user has a choice to model the dynamics based on a sigmoidal (shown) or Michaelis-Menten production function. • Weight parameter, w, gives the direction (activation or repression) and magnitude of regulatory relationship. 0 0.5 1 Activation 1/w 0 0.5 1 Repression 1/w   http://kdahlquist.github.io/GRNmap/   )( )(exp1 )( txd btxw P dt tdx ii j ijij ii                    
  • 13. Optimization of the Large Number of Parameters Required the Use of a Regularization (Penalty) Term • Total number of parameters is (2 X no. of genes) + no. of edges. • We added a penalty term so that MATLAB’s optimization algorithm would be able to minimize the function. • θ is the combined production rate, weight, and threshold parameters. • a is determined empirically from the “elbow” of the L-curve.   Q r c r d tztz Q E 1 22 )]()([ 1  a Parameter Penalty Magnitude LeastSquaresResidual
  • 14. Forward Simulation of the Model Fits the Microarray Data
  • 15. GRNsight Rapidly Generates GRN graphs Using Our Customizations to the Open Source D3 Library Adobe Illustrator: several hours to create
  • 16. GRNsight Rapidly Generates GRN graphs Using Our Customizations to the Open Source D3 Library GRNsight: 10 milliseconds to generate, 5 minutes to arrange
  • 17. GRNsight Rapidly Generates GRN graphs Using Our Customizations to the Open Source D3 Library GRNsight: colored and variable thickness edges reveal patterns in data activation repression weak influence
  • 18. LSE to Minimum Theoretical LSE Ratio Does Not Change Drastically with Network Size 30 genes, 90 edges LSE/min LSE = 1.41 25 genes, 68 edges LSE/min LSE = 1.44 20 genes, 46 edges LSE/min LSE = 1.44 15 genes, 28 edges LSE/min LSE = 1.46
  • 19. But Weights, Production Rates, and Threshold Parameter Values Do Fluctuate Based on Connectivity
  • 20. Generally, Networks with the Same Nodes, but Randomized Edges Perform More Poorly 1.36 1.38 1.4 1.42 1.44 1.46 1.48 1.5 1.52 LSE/minLSERatio LSE/min LSE Ratio for 10 Random 15-gene, 28-edge Networks YEASTRACT-derived “random network 7”
  • 21. Conclusions and Future Directions • Modeling and experimental evidence suggests that Gln3, Hap4, Hmo1, and Swi4 are involved in regulating the early response to cold shock in yeast. • Indirect effects are important as shown by comparing different size related networks and random networks. • Interesting, but inconclusive modeling results for Ash1 prompted us to investigate the phenotype of the deletion strain, which has shown to be cold sensitive. • We are investigating what data/network properties influence an individual gene’s model fit to data.
  • 22. GRNsight: http://dondi.github.io/GRNsight/ GRNmap: http://kdahlquist.github.io/GRNmap/ Back row (left to right) Brandon Klein Mihir Samdarshi Kevin McGee Kevin Wyllie K. Grace Johnson Kristen Horstmann Tessa Morris Front row (left to right) Maggie O’Neil Monica Hong Kam Dahlquist Anindita Varshneya Kayla Jackson Not pictured John David N. Dionisio Ben G. Fitzpatrick Nicole Anguiano Juan Carrillo Trixie Anne Roque Chukwuemeka Azinge Funding: NSF RUI, Kadner-Pitts Research Grant, LMU SURP, LMU Honors Program, LMU Rains Research Assistant Program
  • 23. 1. Simple, unrealistic models help scientists explore complex systems. 2. Models can be used to explore unknown possibilities. 3. Models can lead to the development of conceptual frameworks. 4. Models can make accurate predictions. 5. Models can generate causal explanations. Five Major Pragmatic Uses for Models in Biology and their Associated Benefits Odenbaugh quoted in Svoboda & Passmore (2011)