Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
simulate_model: Simulating Boolean model
Description
This function simulates the Boolean model using an initial state. Returns the full asynchronous state space, and point steady states.
Usage
simulate_model(bmodel, istate, steady_bool = F)
Arguments
bmodel
S4 BoolModel object.
istate
data frame. It must have been initialised by initialise_data(), and has gene names as column names. Must contain only 1 row.
steady_bool
logical. Specifies whether to return point steady states or not. Default to F.