Registry of Standard Biological Models/Basic Component Models/Inverter

From OpenWetWare
Revision as of 10:57, 9 September 2006 by Vincent Rouilly (talk | contribs) (→‎Inverter Architecture)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Inverter Architecture

  • Description: Inverter based on repressed promoter
  • Hypothesis:
    • all hypothesis applicable to sub-parts
  • Inputs:
    • nb-gene-copies
    • time
    • synthesisRate
  • Outputs:
    • synthesisRate
  • Characteristic parameters:
    • none
Inverter Brick Architecture

CellML structure (CellML 1.1 spec)

  • Component: Inverter
  • Units:
    • Already defined in sub-components
  • Imports:
    • Components:
      • Repressed Promoter/RBS
      • Protein
  • Variables:
    • time (public interface = in)
    • nbGeneCopies (public interface = in)
    • protein (public interface = out / init value = 0.)
  • MathML
    • none

Comments

  • No too sure how to connect the components together following the import
  • Do I have to declare all the variables I need to use from the imported components ?
  • How do I 'trigger' the dynamic behaviour of the sub-components ?