timedelay.lm.batch {GeneReg}R Documentation

time delay linear model batch

Description

Batch usage of time delay linear model.

Usage

timedelay.lm.batch(bspline.data, expr.data, regulator.list, 
target.list=rownames(bspline.data), ...)

Arguments

bspline.data output of ts.bspline, an interpolated expression matrix with genes in the rows, predicted time points in the columns
expr.data an observed expression matrix with genes in the rows, predicted time points in the columns
regulator.list a candidate pool of potential regulators
target.list the list of target genes that will be investigated
... Additional arguments, passed to timedelay.lm

[Package GeneReg version 1.1.1 Index]