affectors
Class DephosphorylationB_ICAff

java.lang.Object
  extended byaffectors.Affector
      extended byaffectors.DephosphorylationB_ICAff
All Implemented Interfaces:
java.lang.Cloneable

public class DephosphorylationB_ICAff
extends Affector

This is one half of an affector that dephosphorylates a single node. Use this affector in the product species. Use the A version in the phosphorylated species. For either membrane-bound or cytoplasmic phosphatases, as long as target is cytoplasmic.

Formula
dPRODUCT/dt = Pmax * SUBSTRATE_P * (PHOSPHO^nu / (K_PHOSPHO^nu + PHOSPHO^nu))

Parameters

Substrate [SUBSTRATE_P] The unphosphorylated Node
Phosphotase [PHOSPHO] The phosphatase Node.
Half-max activation [K_PHOSPHO_SUBSTRATE_P] The concentration of phosphatase at which it de-phosphorylates at half its maximum rate.
Cooperativity [nu_PHOSPHO_SUBSTRATE_P] The non-linearity in phosphatase activity as phosphatase concentration increases.
Max reaction rate [P_PHOSPHO] The maximum reaction rate.

Usage
&SUBSTRATE_P

&DephosphorylationB_ICAff SUBSTRATE_P PHOSPHO K_PHOSPHO_SUBSTRATE_P nu_PHOSPHO_SUBSTRATE_P P_PHOSPHO
&endSUBSTRATE_P

@see DephosphorylationA_ICAff
@see PhosphorylationA_ICAff


Field Summary
 
Fields inherited from class affectors.Affector
ADesc, affectorType, CC, CERTIFICATION, CONVERSION, copyNumber, DEGRADATION, FF, firstFreeParam, GG, GUI_CAPABLE, HH, KK, MATHTYPE, NDesc, PDesc, PRODUCTION, RETURNS_DERIV, RETURNS_PARTIALS, TERMTYPE, TT, Type, UNSPECIFIED
 
Constructor Summary
DephosphorylationB_ICAff()
           
 
Method Summary
 float getValue(Node which_node)
           
protected  void setLabelsAndTypes()
           
 void setParameterNumbers(int[] param_nums)
           
 
Methods inherited from class affectors.Affector
addDefaultParam, Chi, clearStatic, copy_, copy, doesContainTarget, findOrCreateParam, findParam, fixNodes, getNCValue, getNodes, getNumNodes, getNumParameters, getOtherSide, getParameter, getParameter, getParamName, getParamPos, getParamValue, getParamValue, getParamVariationMode, init, isLinearInTarget, Phi, Psi, setContainsTarget, setDescriptions, setParameter, setParamRange, setParamRange, setParamValue, setParamValue, setSide, setSided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DephosphorylationB_ICAff

public DephosphorylationB_ICAff()
Method Detail

setLabelsAndTypes

protected void setLabelsAndTypes()
Specified by:
setLabelsAndTypes in class Affector

setParameterNumbers

public void setParameterNumbers(int[] param_nums)
Specified by:
setParameterNumbers in class Affector

getValue

public float getValue(Node which_node)
Overrides:
getValue in class Affector