Registry of Standard Biological Models/Basic Component Models/Protein/CellML Code
From OpenWetWare
Jump to navigationJump to search
<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.0#"
xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xml:base="file:///C:/CellML_models/protein.cml" cmeta:id="protein" name="protein">
<component name="Protein">
<variable name="proteinDegradationRate" initial_value="0.01" public_interface="none" units="per_second"/>
<variable name="proteinConcentration" initial_value="0" public_interface="out" units="mole"/>
<variable name="RiPS-IN" initial_value="none" public_interface="in" units="moles_per_second"/>
<variable name="time" initial_value="none" public_interface="in" units="second"/>
[math]\displaystyle{ \lt apply id="rate of change of protein"\gt \lt eq/\gt \lt apply\gt \lt diff/\gt \lt bvar\gt \lt ci\gt time\lt /ci\gt \lt /bvar\gt \lt ci\gt proteinConcentration\lt /ci\gt \lt /apply\gt \lt apply\gt \lt minus/\gt \lt ci\gt RiPS-IN\lt /ci\gt \lt apply\gt \lt times/\gt \lt ci\gt proteinDegradationRate\lt /ci\gt \lt ci\gt proteinConcentration\lt /ci\gt \lt /apply\gt \lt /apply\gt \lt /apply\gt }[/math]
</component>
<import xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://openwetware.org/index.php?title=Registry_of_Standard_Biological_Models/Basic_Component_Models/Units&action=raw">
<units name="per_second" units_ref="per_second"/>
<units name="moles_per_second" units_ref="moles_per_second"/>
</import>
</model>