affectors
Class DimerizeCytoMem_CAff

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

public class DimerizeCytoMem_CAff
extends Affector

This is the third half of a heterodimerization between a membrane-bound and a cytoplasmic protein, leading to a membrane-bound complex. Use this affector in the dimerized species. Use the A and B versions in the undimerized ones. Be careful to put the membrane and cytoplasmic species in the right order in the initializer. The node_scale you use for the dimer should be the scale for the undimerized protein least similar to the dimer (i.e. for ligand/receptor binding, you might use ligand).

Formula
dDIMER/dt = r * max * MEMBRANE_NODE * CYTO_NODE

Parameters

Membrane Node [MEMBRANE_NODE] The undimerized Node that is on the membrane
Cytoplasmic Node [CYTO_NODE] The undimerized Node that is in the cytoplasm
Dimerization rate [r_DIMER] The rate of the dimerization reaction.
Maximum Cyto [max] The maximum relative concentration of the undimerized Node less similar to the dimer.

Usage
&DIMER

&DimerizeCytoMem_CAff MEMBRANE_NODE CYTO_NODE r_DIMER max
&endDIMER


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

DimerizeCytoMem_CAff

public DimerizeCytoMem_CAff()
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