A function do the state transition
transitionStates(
initialState,
fbnNetwork,
genes,
type = c("synchronous", "asynchronous"),
maxTimepoints
)
The initial state
The FBN network
The involved genes
The type of Boolean transition
The maximum timepoints need to be generated.