An internal function to reconstrunct FBN functions

regenerateInteractions(
  name,
  expressionstring,
  genes,
  error,
  type,
  probability = NA,
  support = NA,
  timestep = 1
)

Arguments

name

The name of the interaction

expressionstring

The string presentation of an expression.

genes

The involve genes

error

The error value

type

The type of the interaction

probability

The probability of the interaction

support

The support threshold.

timestep

The time step of the interaction to take effectiveness on.