affectors
Class DimerizeMemCyto_AAff
java.lang.Object
affectors.Affector
affectors.DimerizeMemCyto_AAff
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- HeterodimerizeA_ECICAff
- public class DimerizeMemCyto_AAff
- extends Affector
This is one third of a dimerization between a membrane bound and a cytoplasmic
protein, leading to a cytoplasmic complex. Use this affector in the undimerized, membrane-
bound species. Use the B version in the cytoplasmic undimerized species and the C version
in the dimer. Be careful to put the membrane and cytoplasmic species in the right order
in the initializer. The node_scale for each of the singleton proteins is the scaling
factor for the >other< singleton (i.e. in the membrane node, give cytoNode0 as node_scale
and vice-versa). The membrane bound Node will be taken from the membrane of the same cell
as the cytoplasmic Node.
Formula
dMEMBRANE_NODE/dt = - r * max_CYTO_NODE * 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_CYTO] | The maximum relative concentration of the cytoplasmic Node. |
Usage
&NODEX
&DimerizeMemCyto_AAff MEMBRANE_NODE CYTO_NODE r_DIMER max_CYTO
&endNODEX
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, 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_AAff
public DimerizeMemCyto_AAff()
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
getNCValue
public float getNCValue(Node which_node)
- Overrides:
getNCValue
in class Affector