.fitDynamic_def {CellTrails} | R Documentation |
Fits expression as a function of pseudotime using generalized additive models
.fitDynamic_def(x, y, z, k = 5, n.out = NULL, x.out = NULL)
x |
Pseudotime values |
y |
Expression values |
z |
Sample states |
k |
Dimensions of the bases used to represent the smooth term |
n.out |
Number of predicted expression values within pseudotime range |
x.out |
Predicted expression values for given set of pseudotime values |
A list containing the following components:
|
Pseudotime |
|
Fitted values |
|
GAM |
Daniel C. Ellwanger