make_generic3to1_gate: Create a 3-inputs and 1-output generic logic gate.

make_generic3to1_gateR Documentation

Create a 3-inputs and 1-output generic logic gate.

Description

Create a 3-inputs and 1-output generic logic gate.

Usage

make_generic3to1_gate(name, typename, input1value, input2value, input3value)

Arguments

name

The logic gate name

typename

The type name of logic gate (AND, OR, XOR, ...)

input1value

The initial value of input1.

input2value

The initial value of input2.

input3value

The initial value of input3.

Value

A generic logic gate with its name, species, CRN reactions, ki and ci constants.


renanmarks/dnarlogic documentation built on Sept. 25, 2022, 10:48 p.m.