Top Banner
Computational Science and Engineering Computational Cell Biology Lecture 4 Case Study: Basic Modeling in Gene Expression Yang Cao Department of Computer Science
24

Lecture 4 Case Study: Basic Modeling in Gene Expression

Dec 18, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!

Computational Cell Biology Lecture 4

Case Study: Basic Modeling in Gene Expression

Yang Cao

Department of Computer Science

Page 2: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!DNA Structure and Base Pair

Page 3: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Gene Expression

Gene is just a small part of DNA. The gene expression follows the process of:

DNA RNA Protein

Gene expression shows big difference between prokaryotic and eukaryotic cells. Most of the models of gene networks proposed in literature are for prokaryotic cells.

Page 4: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Transcription

Transcription from DNA to RNA is based on the base pair. However RNA doesn’t have “T”, instead it has “U”, which pairs with “A” just as “T” does.

DNA RNA

Page 5: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!The Process of Transcription

1.  Binding

2.  Initiation

3.  Elongation

4.  Termination

Initiation figure

Page 6: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Transcription (Continue)

•  Transcription is carried out by the enzyme RNA Polymerase (RNAP)

•  Several types of RNA are produced •  mRNAs •  rRNAs •  tRNAs •  Small RNAs (can regulate transcription)

•  Transcription occurs only on one strand of DNA

Page 7: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!RNA Processing

•  In Prokaryotic cells, mRNA can be immediately translated by ribosomes.

•  In Eukaryotic cells, RNA has to be processed and then transported to cytoplasm.

Page 8: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Translation: From RNA to Protein

•  An mRNA sequence is decoded in sets of three nucleotides, called codon.

•  Amino acids are specified by codons (not one by one). •  Amino acids and codons are connected by tRNAs.

tRNA

Page 9: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Translation: From RNA to Protein

•  Genetic Code is universal

AUG = Met �

Page 10: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Translation: From RNA to Protein

•  RNA message is decoded by Ribosomes •  Initiation starts at binding site (prokaryotic) or “AUG” •  Elongation •  Termination

Page 11: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!A Model for Prokaryotic Gene Expression

1.  Transcription Initiation (the binding and initiation)

2.  Elongation (RBS is available before elongation terminates

3.  Translation Initiation

4.  Elongation

RNAPP RNAPP +→•

RNAPPRNAPP •→+

RNAPTr RNAPP →•

ElRNAPPRBSTrRNAP ++→

RibRBSRBS Ribosome →+

RBS RibosomeRibRBS +→

RBS ElRibRibRBS +→

decayRBS→

Protein ElRib→decayProtein→

1-181 M10 −= sk

12 10 −= sk

13 1 −= sk

14 1 −= sk

1-185 M10 −= sk

16 25.2 −= sk

17 5.0 −= sk

18 3.0 −= sk

19 015.0 −= sk

1510 1042.6 −−×= sk

Page 12: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Simulation Results

Kierzek, A. M. et al. J. Biol. Chem. 2001;276:8165-8172

Page 13: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Some Further Discussion

ElRNAPPRBSTrRNAP ++→

•  The elongation process

•  A more detailed model for that

RBS ElRibRibRBS +→

Protein ElRib→

1nn TrRNAPTrRNAP +→

0TrRNAPR →• RNAP

ElRNAPPRBSTrRNAPN ++→

… A C

n n+1 G N

RNAP

… Promoter

0

Page 14: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Model Difference

1.  From Exponential distribution to Gamma distribution

2.  RNAP collision may happen

… A C

n n+1 G N

RNAP

… Promoter

Promoter T G RNAP

NN AAAA →→→→ −110

aNi

N

ii NataEttt 1

1

),( then,)( e wher, ≈Γ=∑=

Page 15: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Summary

•  Gene Expression •  Translation •  Transcription •  A biochemical Model

•  Gene Regulation •  Repressor •  Activator •  Feedback Control •  Models for gene regulation network

Page 16: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Some History: Lac Operon

.

Discovered by Francois Jacob and Jacques Monod, They got Nobel Prize in Physiology or Medicine in 1965

During World War II, Monod was testing the effects of combinations of sugars as nutrient sources for E. coli. He found that bacteria grown with two different sugars often displayed two phases of growth. For example, if glucose and lactose were both provided, glucose would be metabolized first (growth phase I, see Figure 2) and then lactose (growth phase II). But why was there a delay between the two growth phases?

Page 17: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Gene Regulation

•  Repressor

Page 18: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Gene Regulation

•  Activator

An inducible operon

Page 19: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Regulation Reactions in Gene Models

Gene expression becomes interesting when regulation system

Is added into it.

Add the following reaction set

into the initiation of transcription

or written as: RNAPPORNAPP •⎯→⎯+

ORNAPPORNAPP +•→++

RIRIRIRIRORORORO

+→

→+

+→

→+

Page 20: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Trp Corespressor: A negative feedback system

A repressible operon

Page 21: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Positive Feedback Regulation System

Gardner TS, Cantor CR, Collins JJ, Construction of a genetic toggle switch in Escherichia coli, NATURE 403 (6767): 339-342 JAN 20 2000

Page 22: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!A Simplified Mathematical Model

Page 23: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Simple Regulation in Biology – Circuits?

RNAp A

OB promoter OA g2

OR B

B A

OB promoter OA g1

AND

Page 24: Lecture 4 Case Study: Basic Modeling in Gene Expression

Computational Science and Engineering!Yes! Circuits!

Kitano H, Funahashi A, Matsuoka Y, et al., Using process diagrams for the graphical representation of biological networks, NATURE BIOTECHNOLOGY 23 (8): 961-966 AUG 2005