Arguments
resultsFolder
Name of output folder. The folder will be created and the output of the run
will be placed there.
timeSeries
Data matrix containing gene expression time series. Where genes will be placed in rows
and time points in columns. Gene names may be included as row names.
ParamVec
A parameter vector created using "mcmc.defaultParams_Linear". If none is given,
default parameters will be used. The vector contains parameters associated to the priors as well as MCMC
run length. (See mcmc.defaultParams_Linear)
chains
Number of MCMC chains to run.
user.seeds
An optional vector with seeds to use for MCMC chains.
Regulators
An optional vector with the indices of which genes are regulators. If
provided, all non-regulator genes will not be allowed to regulate.
fixMe
An optional matrix of size genes x genes, where columns represent regulators and
rows regulated genes. The matrix informs the model of network connections known to be present/absent.
For each position use either 0 (no regulation, fix off), 1 (known regulatory interaction, fix on)
or NaN (no information, do not fix).