Usage
ReplicatesNet_gauss( resultsFolder, timeSeries, numReps, ParamVec = NULL, chains = 2, user.seeds = NULL,
Regulators = NULL, fixMe = NULL)
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. Each times series must be placed one after another, so that the first n
columns correspond to time series replicate one, the next n columns to time series replicate two, etc.
Gene names may be included as row names.
numReps
Number of replicate time series included in timeSeries matrix.
ParamVec
A parameter vector created using "mcmc.defaultParams_gauss". 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_gauss)
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).