genereateBoolNetTimeseries: A method to generate BoolNet type of timeseries data for...

View source: R/data_utility_FBN.R

genereateBoolNetTimeseriesR Documentation

A method to generate BoolNet type of timeseries data for generating BoolNet type of testing timeseries data

Description

A method to generate BoolNet type of timeseries data for generating BoolNet type of testing timeseries data

Usage

genereateBoolNetTimeseries(
  network,
  initialStates,
  numMeasurements,
  type = c("synchronous", "asynchronous", "probabilistic"),
  geneProbabilities = NULL
)

Arguments

network

A traditional Boolean type of network that can be used for BoolNet

initialStates

A list of initial states

numMeasurements

the number of timepoints that need to reconstruct

type

the type of the network in traditional Boolean modelling

geneProbabilities

optional if type is probabilistic, and then it is a need to specify the probabilities for each gene


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