View source: R/modelling_FBN.R
transitionStates | R Documentation |
A function do the state transition
transitionStates(
initialState,
fbnNetwork,
genes,
type = c("synchronous", "asynchronous"),
maxTimepoints
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.