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

<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_AuxiliaryMode()

m             = pwGetEmptyModel();

%% Meta information

m.ID          = 'BeckerSchilling2010_EpoR_AuxiliaryMode';
m.name        = 'BeckerSchilling2010_EpoR_AuxiliaryModel';
m.description = 'BeckerSchilling2010_EpoR_AuxiliaryModel';
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'     ,      76, 'fix'   ,   0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'SAv'      , 999.293, 'global', 900,  1100,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'SAv_EpoR' ,       0, 'fix'   ,   0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'SAv_EpoRi',       0, 'fix'   ,   0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'dSAvi'    ,       0, 'fix'   ,   0, 10000,   [], 'cell', []  , []  , []             , []  , 'protein.generic');
m = pwAddX(m, 'dSAve'    ,       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_SAv'}, [], 'reaction0001');
m = pwAddR(m, {'EpoR'      }, {            }, {  }, 'MA', [] , []     , {'kt'           }, [], 'reaction0002');
m = pwAddR(m, {'SAv','EpoR'}, {'SAv_EpoR'  }, {  }, 'MA', [] , []     , {'kon_SAv'      }, [], 'reaction0003');
m = pwAddR(m, {'SAv_EpoR'  }, {'SAv','EpoR'}, {  }, 'MA', [] , []     , {'koff_SAv'     }, [], 'reaction0004');
m = pwAddR(m, {'SAv_EpoR'  }, {'SAv_EpoRi' }, {  }, 'MA', [] , []     , {'kt'           }, [], 'reaction0005');
m = pwAddR(m, {'SAv_EpoRi' }, {'SAv'       }, {  }, 'MA', [] , []     , {'kex_SAv'      }, [], 'reaction0006');
m = pwAddR(m, {'SAv_EpoRi' }, {'dSAvi'     }, {  }, 'MA', [] , []     , {'kdi'          }, [], 'reaction0007');
m = pwAddR(m, {'SAv_EpoRi' }, {'dSAve'     }, {  }, '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_SAv', 76          , 'fix'   , 61    , 91  );
m = pwAddK(m, 'kon_SAv' , 2.29402e-006, 'global', 1e-007, 1000);
m = pwAddK(m, 'koff_SAv', 0.00679946  , 'global', 1e-007, 1000);
m = pwAddK(m, 'kex_SAv' , 0.01101     , '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, 'SAv + dSAve'      , 'SAv_extracellular_obs');
m = pwAddY(m, 'SAv_EpoR'         , 'SAv_cellsurface_obs'  );
m = pwAddY(m, 'SAv_EpoRi + dSAvi', 'SAv_intracellular_obs');


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

m = pwAddS(m, 'scale_SAv_extracellular_obs', 1, 'fix', 0, 100);
m = pwAddS(m, 'scale_SAv_cellsurface_obs'  , 1, 'fix', 0, 100);
m = pwAddS(m, 'scale_SAv_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="76">
</species>
<species id="SAv" name="SAv" compartment="cell" initialConcentration="999.293">
</species>
<species id="SAv_EpoR" name="SAv_EpoR" compartment="cell" initialConcentration="0">
</species>
<species id="SAv_EpoRi" name="SAv_EpoRi" compartment="cell" initialConcentration="0">
</species>
<species id="dSAvi" name="dSAvi" compartment="cell" initialConcentration="0">
</species>
<species id="dSAve" name="dSAve" compartment="cell" initialConcentration="0">
</species>
</listOfSpecies>

<listOfParameters>
<parameter id="kt" value="0.0329366" units="per_minute"/>
<parameter id="Bmax_SAv" value="76" units="pM"/>
<parameter id="kon_SAv" value="2.29402e-006" units="per_minute_per_pM"/>
<parameter id="koff_SAv" value="0.00679946" units="per_minute"/>
<parameter id="kex_SAv" value="0.01101" 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_SAv</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="SAv" >
        </speciesReference>
        <speciesReference species="EpoR" >
        </speciesReference>
    </listOfReactants>
    <listOfProducts>
        <speciesReference species="SAv_EpoR" >
        </speciesReference>
    </listOfProducts>
    <kineticLaw>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
           <apply><times/><apply><times/><apply><times/><ci>kon_SAv</ci><ci>SAv</ci></apply><ci>EpoR</ci></apply><ci>cell</ci></apply>
        </math>
    </kineticLaw>
</reaction>

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

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

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

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

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

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

