fit_model_helper {monocle}R Documentation

Helper function for parallel VGAM fitting

Description

test

Usage

fit_model_helper(
  x,
  modelFormulaStr,
  expressionFamily,
  relative_expr,
  disp_func = NULL,
  verbose = FALSE,
  ...
)

Arguments

x

test

modelFormulaStr

a formula string specifying the model to fit for the genes.

expressionFamily

specifies the VGAM family function used for expression responses

relative_expr

Whether to transform expression into relative values

disp_func

test

verbose

Whether to show VGAM errors and warnings. Only valid for cores = 1.

...

test


[Package monocle version 2.22.0 Index]