update_neuron_input_hje: Update the neuron input according to the bindings

View source: R/neuron_hjelmfelt.R

update_neuron_input_hjeR Documentation

Update the neuron input according to the bindings

Description

Use this function to update the neuron (returned by get_neuron_hje()) input according to the bindings that are connect to it. Once this function was used, it can't be used on the same neuron again since the reaction that will replaced will not exists.

Usage

update_neuron_input_hje(neuron, bindings)

Arguments

neuron

The neuron which its input will be replaced

bindings

List of bindings

Details

This function will replace the reaction C -> X1 + C by multiple reactions (one for each binding), replacing the C by the output species of the binding.

Value

The neuron received as input but with its input changed.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.