ts.bspline {GeneReg} | R Documentation |
ts.bspline is for B spline interpolation.
ts.bspline(expr,ts.point=NULL,df=round(ncol(expr)*0.75),data.predict=100)
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 |