A function do the state transition

transitionStates(
  initialState,
  fbnNetwork,
  genes,
  type = c("synchronous", "asynchronous"),
  maxTimepoints
)

Arguments

initialState

The initial state

fbnNetwork

The FBN network

genes

The involved genes

type

The type of Boolean transition

maxTimepoints

The maximum timepoints need to be generated.