View source: R/data_utility_FBN.R
genereateBoolNetTimeseries | R Documentation |
A method to generate BoolNet type of timeseries data for generating BoolNet type of testing timeseries data
genereateBoolNetTimeseries(
network,
initialStates,
numMeasurements,
type = c("synchronous", "asynchronous", "probabilistic"),
geneProbabilities = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.