ts.bspline {GeneReg}R Documentation

B spline interpolation

Description

ts.bspline is for B spline interpolation.

Usage

ts.bspline(expr,ts.point=NULL, data.predict=100, df=round(ncol(expr)*0.8))

Arguments

expr an expression matrix with genes in the rows, time points in the columns
ts.point time points
data.predict the number of time points to be predicted
df degrees of freedom, used in B-Spline Basis for Polynomial Splines

[Package GeneReg version 1.1.1 Index]