simulate_model: Simulating Boolean model

Description Usage Arguments

Description

This function simulates the Boolean model using an initial state. Returns the full asynchronous state space, and point steady states.

Usage

1
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.


BTR documentation built on May 2, 2019, 12:21 p.m.