A list of matrices, each corresponding to one time series. Each row of these matrices contains measurements for one gene on a time line, i. e. column i+1
contains the successor states of column i+1
. If noiseLevel
is non-zero, the matrices contain real values, otherwise they contain only 0 and 1.
If perturbations>0
, the result list contains an additional matrix perturbations
specifying the artificial perturbations applied to the different time series. This matrix has numSeries
columns and one row for each gene in the network. A matrix entry is 0 for a knock-out of the corresponding gene in the corresponding time series, 1 for overexpression, and NA for no perturbation.
The result format is compatible with the input parameters of binarizeTimeSeries
and reconstructNetwork
.