MEDYAN.addunbindinglink_2mon_site!
NTuple{11, Any}
Add unbinding site, callback, and reaction. Return s.
Arguments
s::SysDef
: the system to add to.link_2mon_typename::Symbol
: the link_2mon type name.link_2mon_sitename::Symbol
: the new name of thelink_2mon_site
added. This can be used as a catalyst in other reactions.link_2mon_site
: the link_2mon site to add.plusfilamenttypename::Symbol
: the filament type name of the plus end.plusnewmonomerstatename::Symbol
: the new name of the monomer state of the plus end.minusfilamenttypename::Symbol
: the filament type name of the minus end.minusnewmonomerstatename::Symbol
: the new name of the monomer state of the minus end.reactionexpr::AbstractString
: Allows adding other reactants or products to the reaction." + link_2mon_site.$(link_2mon_typename).$(link_2mon_sitename) + "
gets added to both sides this to create the full reaction expression. Seeaddreaction!
for syntax.rate::Float64
: Base rate for the reaction. ((nm³)^(invvolumepower
)/s)invvolumepower::Int
:volumefactor= (1/volume)^invvolumepower
wherevolume
is the volume of the compartment in nm³.volumefactor
only applies to this reaction not any other reaction usinglink_2mon_sitename
Generally this is 0 for reactions without another diffusing reactant, and 1 if there is another diffusing reactant.