affectors
Class PsiECAff
java.lang.Object
affectors.Affector
affectors.PsiECAff
- All Implemented Interfaces:
- java.lang.Cloneable
- public class PsiECAff
- extends Affector
This is similar to the Psi function except the inhibitor
is in a neighboring cell from the one that contains the target Node.
The input node used is from the neighboring
cells. Use this version only for membrane-bound components, and only when the
interaction in which it takes part is an interaction across a membrane (i.e. I have
used it to repress heterodimerizations between ligand and receptor).
Formula
dnodex/dt = 1 - (NODEY ^ nu) / (K ^ nu + NODEY ^ nu)
Parameters
Affecting Node [NODEY] | Usually an inhibitor Node. Will come from the face of a cell opposite to nodex's cell. |
Half-maximal inhibition level [K_NODEYnodex] | The concentration of inhibitor at which transcription is reduced by half. |
Cooperativity [nu_NODEYnodex] | The non-linearity of the inhibiting function. The higher the value, the sharper the curves in the S-shaped inhibition function. |
Usage
&nodex
&PsiECAff NODEY K_NODEYnodex nu_NODEYnodex
&endProductAff
&endnodex/code>
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 |
PsiECAff
public PsiECAff()
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