affectors
Class DimerizeMemCyto_CAff
java.lang.Object
affectors.Affector
affectors.DimerizeMemCyto_CAff
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- HeterodimerizeC_ECICAff
- public class DimerizeMemCyto_CAff
- extends Affector
This is the third half of a heterodimerization between a membrane-bound and a cytoplasmic
protein, leading to a cytoplasmic 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 ligand0).
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
&DimerizeMemCyto_CAff MEMBRANE_NODE CYTO_NODE r_DIMER max
&endDIMER
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 |
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 |
DimerizeMemCyto_CAff
public DimerizeMemCyto_CAff()
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