Registry of Standard Biological Models/Basic Component Models/Activated Promoter: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
| Line 23: | Line 23: | ||
*'''Component''': ActivatedPromoter | *'''Component''': ActivatedPromoter | ||
*'''Units''': | *'''Units''': | ||
** | **Imported from Environment component | ||
*'''Variables''': | *'''Variables''': | ||
**nbGeneCopies (public interface = in / init value = 1.0) | **nbGeneCopies (public interface = in / init value = 1.0) | ||
**maxTranscriptionRate (public interface = none / init value = XXX) | **maxTranscriptionRate (public interface = none / init value = XXX) | ||
** | **K (dissociation-constant) (public interface = none / init value = XXX) | ||
**n (Hill-coefficient) (public interface = none / init value = XXX) | |||
**activator (public interface = in ) | **activator (public interface = in ) | ||
**PoPsOUT (public interface = out / init value = 0.) | **PoPsOUT (public interface = out / init value = 0.) | ||
*'''MathML''' | *'''MathML''' | ||
**<amsmath>PoPsOUT = \frac{maxTranscriptionRate* | **<amsmath>PoPsOUT = \frac{nbGenesCopies*maxTranscriptionRate*[activator]^{n}}{K^{n} + [activator]^{n}}</amsmath> | ||
==Comments== | ==Comments== | ||
Revision as of 15:29, 9 September 2006
Activated Promoter Architecture
CellML structure (CellML 1.1 spec)
- Component: ActivatedPromoter
- Units:
- Imported from Environment component
- Variables:
- nbGeneCopies (public interface = in / init value = 1.0)
- maxTranscriptionRate (public interface = none / init value = XXX)
- K (dissociation-constant) (public interface = none / init value = XXX)
- n (Hill-coefficient) (public interface = none / init value = XXX)
- activator (public interface = in )
- PoPsOUT (public interface = out / init value = 0.)
- MathML
- <amsmath>PoPsOUT = \frac{nbGenesCopies*maxTranscriptionRate*[activator]^{n}}{K^{n} + [activator]^{n}}</amsmath>
