responseMatrix {monocle} | R Documentation |
Generates a matrix of response values for a set of fitted models
responseMatrix(models, newdata = NULL, response_type = "response", cores = 1)
models |
a list of models, e.g. as returned by fitModels() |
newdata |
a dataframe used to generate new data for interpolation of time points |
response_type |
the response desired, as accepted by VGAM's predict function |
cores |
number of cores used for calculation |
a matrix where each row is a vector of response values for a particular feature's model, and columns are cells.