ts.bspline {GeneReg}R Documentation

B spline interpolation

Description

ts.bspline is for B spline interpolation.

Usage

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

Arguments

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

[Package GeneReg version 1.0 Index]