ts.bspline: B spline interpolation

Description Usage Arguments

View source: R/ts.bspline.R

Description

ts.bspline is for B spline interpolation.

Usage

1
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


GeneReg documentation built on May 30, 2017, 6:07 a.m.