<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
<model id="BeckerSchilling2010_EpoR_CoreModel" name="BeckerSchilling2010_EpoR_CoreModel">

<notes>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>http://dx.doi.org/10.1126/science.1184913</p>
<p>SBML model exported from PottersWheel.</p>
<pre>
% PottersWheel model definition file

function m = BeckerSchilling2010_EpoR_CoreModel()

m             = pwGetEmptyModel();

%% Meta information

m.ID          = 'BeckerSchilling2010_EpoR_CoreModel';
m.name        = 'BeckerSchilling2010_EpoR_CoreModel';
m.description = 'BeckerSchilling2010_EpoR_CoreModel';
m.authors     = {'Verena Becker',' Marcel Schilling'};
m.dates       = {'2010'};
m.type        = 'PW-2-0-42';

%% X: Dynamic variables
% m = pwAddX(m, ID, startValue, type, minValue, maxValue, unit, compartment, name, description, typeOfStartValue)

m = pwAddX(m, 'EpoR'     ,     516, 'fix'   ,    0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'Epo'      , 2030.19, 'global', 1890,  2310,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'Epo_EpoR' ,       0, 'fix'   ,    0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'Epo_EpoRi',       0, 'fix'   ,    0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'dEpoi'    ,       0, 'fix'   ,    0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'dEpoe'    ,       0, 'fix'   ,    0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');


%% R: Reactions
% m = pwAddR(m, reactants, products, modifiers, type, options, rateSignature, parameters, description, ID, name, fast, compartments, parameterTrunks, designerPropsR, stoichiometry, reversible)

m = pwAddR(m, {            }, {'EpoR'      }, {  }, 'C' , [] , 'k1*k2', {'kt','Bmax'}, [], 'reaction0001');
m = pwAddR(m, {'EpoR'      }, {            }, {  }, 'MA', [] , []     , {'kt'       }, [], 'reaction0002');
m = pwAddR(m, {'Epo','EpoR'}, {'Epo_EpoR'  }, {  }, 'MA', [] , []     , {'kon'      }, [], 'reaction0003');
m = pwAddR(m, {'Epo_EpoR'  }, {'Epo','EpoR'}, {  }, 'MA', [] , []     , {'koff'     }, [], 'reaction0004');
m = pwAddR(m, {'Epo_EpoR'  }, {'Epo_EpoRi' }, {  }, 'MA', [] , []     , {'ke'       }, [], 'reaction0005');
m = pwAddR(m, {'Epo_EpoRi' }, {'Epo','EpoR'}, {  }, 'MA', [] , []     , {'kex'      }, [], 'reaction0006');
m = pwAddR(m, {'Epo_EpoRi' }, {'dEpoi'     }, {  }, 'MA', [] , []     , {'kdi'      }, [], 'reaction0007');
m = pwAddR(m, {'Epo_EpoRi' }, {'dEpoe'     }, {  }, 'MA', [] , []     , {'kde'      }, [], 'reaction0008');



%% C: Compartments
% m = pwAddC(m, ID, size,  outside, spatialDimensions, name, unit, constant)

m = pwAddC(m, 'cell', 1);


%% K: Dynamical parameters
% m = pwAddK(m, ID, value, type, minValue, maxValue, unit, name, description)

m = pwAddK(m, 'kt'  , 0.0329366 , 'global', 1e-007, 1000);
m = pwAddK(m, 'Bmax', 516       , 'fix'   , 492   , 540 );
m = pwAddK(m, 'kon' , 0.00010496, 'global', 1e-007, 1000);
m = pwAddK(m, 'koff', 0.0172135 , 'global', 1e-007, 1000);
m = pwAddK(m, 'ke'  , 0.0748267 , 'global', 1e-007, 1000);
m = pwAddK(m, 'kex' , 0.00993805, 'global', 1e-007, 1000);
m = pwAddK(m, 'kdi' , 0.00317871, 'global', 1e-007, 1000);
m = pwAddK(m, 'kde' , 0.0164042 , 'global', 1e-007, 1000);


%% Default sampling time points
m.t = 0:3:99;


%% Y: Observables
% m = pwAddY(m, rhs, ID, scalingParameter, errorModel, noiseType, unit, name, description, alternativeIDs, designerProps)

m = pwAddY(m, 'Epo + dEpoe'      , 'Epo_extracellular_obs');
m = pwAddY(m, 'Epo_EpoR'         , 'Epo_cellsurface_obs'  );
m = pwAddY(m, 'Epo_EpoRi + dEpoi', 'Epo_intracellular_obs');


%% S: Scaling parameters
% m = pwAddS(m, ID, value, type, minValue, maxValue, unit, name, description)

m = pwAddS(m, 'scale_Epo_extracellular_obs', 1, 'fix', 0, 100);
m = pwAddS(m, 'scale_Epo_cellsurface_obs'  , 1, 'fix', 0, 100);
m = pwAddS(m, 'scale_Epo_intracellular_obs', 1, 'fix', 0, 100);


%% Designer properties (do not modify)
m.designerPropsM = [1 1 1 0 0 0 400 250 600 400 1 1 1 0 0 0 0];
</pre>
</body>
</notes>

<listOfUnitDefinitions>
            <unitDefinition id="per_minute">
                <listOfUnits>
                    <unit kind="second" multiplier="60" exponent="-1"/>
                </listOfUnits>
            </unitDefinition>
            <unitDefinition id="pM">
                <listOfUnits>
                    <unit kind="mole"   multiplier="1e-12" exponent="1"/>
                    <unit kind="litre"  exponent="-1"/>
                </listOfUnits>
            </unitDefinition>
		<unitDefinition id="per_minute_per_pM">
                <listOfUnits>
		    <unit kind="second" multiplier="60" exponent="-1"/>
                    <unit kind="mole"   multiplier="1e-12" exponent="-1"/>
                    <unit kind="litre"  exponent="1"/>
                </listOfUnits>
            </unitDefinition>
</listOfUnitDefinitions>

<listOfCompartments>
<compartment id="cell" size="1" name="cell" spatialDimensions="3" constant="true" />
</listOfCompartments>

<listOfSpecies>
<species id="EpoR" name="EpoR" compartment="cell" initialConcentration="516">
</species>
<species id="Epo" name="Epo" compartment="cell" initialConcentration="2030.19">
</species>
<species id="Epo_EpoR" name="Epo_EpoR" compartment="cell" initialConcentration="0">
</species>
<species id="Epo_EpoRi" name="Epo_EpoRi" compartment="cell" initialConcentration="0">
</species>
<species id="dEpoi" name="dEpoi" compartment="cell" initialConcentration="0">
</species>
<species id="dEpoe" name="dEpoe" compartment="cell" initialConcentration="0">
</species>
</listOfSpecies>

<listOfParameters>
<parameter id="kt" value="0.0329366" units="per_minute"/>
<parameter id="Bmax" value="516" units="pM"/>
<parameter id="kon" value="0.00010496" units="per_minute_per_pM"/>
<parameter id="koff" value="0.0172135" units="per_minute"/>
<parameter id="ke" value="0.0748267" units="per_minute"/>
<parameter id="kex" value="0.00993805" units="per_minute"/>
<parameter id="kdi" value="0.00317871" units="per_minute"/>
<parameter id="kde" value="0.0164042" units="per_minute"/>
</listOfParameters>

<listOfReactions>

<reaction id="reaction_1" reversible="false">
    <listOfProducts>
        <speciesReference species="EpoR" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>kt</ci><ci>Bmax</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_2" reversible="false">
    <listOfReactants>
        <speciesReference species="EpoR" >
        </speciesReference>
    </listOfReactants>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>kt</ci><ci>EpoR</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_3" reversible="false">
    <listOfReactants>
        <speciesReference species="Epo" >
        </speciesReference>
        <speciesReference species="EpoR" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="Epo_EpoR" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><apply><times/><ci>kon</ci><ci>Epo</ci></apply><ci>EpoR</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_4" reversible="false">
    <listOfReactants>
        <speciesReference species="Epo_EpoR" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="Epo" >
        </speciesReference>
        <speciesReference species="EpoR" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>koff</ci><ci>Epo_EpoR</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_5" reversible="false">
    <listOfReactants>
        <speciesReference species="Epo_EpoR" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="Epo_EpoRi" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>ke</ci><ci>Epo_EpoR</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_6" reversible="false">
    <listOfReactants>
        <speciesReference species="Epo_EpoRi" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="Epo" >
        </speciesReference>
        <speciesReference species="EpoR" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>kex</ci><ci>Epo_EpoRi</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_7" reversible="false">
    <listOfReactants>
        <speciesReference species="Epo_EpoRi" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="dEpoi" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>kdi</ci><ci>Epo_EpoRi</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

<reaction id="reaction_8" reversible="false">
    <listOfReactants>
        <speciesReference species="Epo_EpoRi" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="dEpoe" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><ci>kde</ci><ci>Epo_EpoRi</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

</listOfReactions>
</model>
</sbml>

