Transcription and translation in SPiM - PowerPoint PPT Presentation

About This Presentation
Title:

Transcription and translation in SPiM

Description:

Transcription and translation in SPiM Circadian clock of activator and repressor Circadian clock of activator and repressor SPI Model: Activator val tA = 4.0 val tA ... – PowerPoint PPT presentation

Number of Views:21
Avg rating:3.0/5.0
Slides: 6
Provided by: ler270
Category:

less

Transcript and Presenter's Notes

Title: Transcription and translation in SPiM


1
Transcription and translation in SPiM
  • Circadian clock of activator and repressor

2
Circadian clock of activator and repressor
3
SPI Model Activator
  • val tA 4.0
  • val tA' 40.0
  • val trA 1.0
  • let DNA_A()
  • do delay_at_tA (RNA_A() DNA_A())
  • or ?pA(u) DNA_A2(u)
  • and DNA_A2(uchan)
  • do delay_at_tA' (RNA_A() DNA_A2(u))
  • or !u DNA_A()
  • and RNA_A()
  • do delay_at_trA(A() RNA_A())
  • or ?drA
  • and A() (
  • new uchan
  • new uA_at_10.0chan
  • new uR_at_100.0chan
  • do !pA(uA) ?uA A()
  • or !pR(uR) ?uR A()
  • or ?dA
  • or !bind(u) A_Bound(u)
  • )
  • and A_Bound(uchan)
  • do ?dA ReleaseR(u)
  • or ?u A()
  • and ReleaseR(uchan) !u

4
SPI Model Repressor
  • val tR 0.001
  • val tR' 2.0
  • val trR 0.1
  • let DNA_R()
  • do delay_at_tR (RNA_R() DNA_R())
  • or ?pR(u) DNA_R2(u)
  • and DNA_R2(uchan)
  • do delay_at_tR' (RNA_R() DNA_R2(u))
  • or !u DNA_R()
  • and RNA_R()
  • do delay_at_trR (R() RNA_R())
  • or ?drR
  • and R()
  • do ?dR
  • or ?bind(u) R_Bound(u)
  • and R_Bound(uchan)
  • do ?u R()
  • or ?dR ReleaseA(u)
  • and ReleaseA(uchan) !u

5
SPI Model Proteins and execution
  • let Proteins()
  • do !dA Proteins()
  • or !dR Proteins()
  • or !drA Proteins()
  • or !drR Proteins()
  • run (Proteins() DNA_A() DNA_R())
Write a Comment
User Comments (0)
About PowerShow.com