Learn R Programming

BTR (version 1.2.4)

initialise_model: Initialise model

Description

This function initialises a Boolean model. Returns initialised S4 BoolModel object. Note that the model should only has 1 NOT operator. More than 1 is STRICTLY NOT allowed.

Usage

initialise_model(init_model)

Arguments

init_model
data frame of Boolean model. It should contain two columns, targets and functions.