transitionStates: A function do the state transition

View source: R/modelling_FBN.R

transitionStatesR Documentation

A function do the state transition

Description

A function do the state transition

Usage

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.


clsdavid/FBNNet2_public documentation built on April 20, 2023, 4:36 p.m.