get_circuit_from_neuron_gates_hje: Get a circuit from a list of gates

View source: R/neuron_hjelmfelt.R

get_circuit_from_neuron_gates_hjeR Documentation

Get a circuit from a list of gates

Description

This function checks if the gates and gate bindings are correctly defined (using check_neuron_gate_hje() and check_neuron_gate_hje() functions). Then, it structures all gates into one single list called circuit. The circuit represents all the gates and their interactions, defining one single object containing all the gate network.

Usage

get_circuit_from_neuron_gates_hje(gates)

Arguments

gates

A list of gates.

Value

A circuit, which is a list with the following fields in it:

  • gates: The list of gates.


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