View source: R/neuron_hjelmfelt.R
| get_neuron_binding_hje | R Documentation | 
This function generates a CRN which represents a binding between two neurons
returned by get_neuron_hje(). The output of the neuron 1 will be
binded to the input of neuron 2. The default values of enzyme_config and
ci define a binding which  is capable of activate the next neuron without
dependence of any other binding.
get_neuron_binding_hje(neuron1, neuron2, enzyme_config = list(ci = 2/3, k = c(200, 100)), ci = 4/3, bind_inhibitory = FALSE)
| neuron1 | The CRN which defines the neuron 1 | 
| neuron2 | The CRN which defines the neuron 2 | 
| enzyme_config | A list with the following parameters: 
 | 
| ci | The initial concentration of the C species (the the binding output which will be used as input of neuron 2). | 
| bind_inhibitory | If  | 
The binding is made by creating the reaction E_{ij} + A_{j} -> C_{ij}.
The binding CRN.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.