responseMatrix {monocle}R Documentation

Calculates response values.

Description

Generates a matrix of response values for a set of fitted models

Usage

responseMatrix(models, newdata = NULL, response_type = "response",
  cores = 1)

Arguments

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

Value

a matrix where each row is a vector of response values for a particular feature's model, and columns are cells.


[Package monocle version 2.18.0 Index]