Learn R Programming

monocle3 (version 1.0.0)

fit_model_helper: Helper function for model fitting

Description

test

Usage

fit_model_helper(
  x,
  model_formula_str,
  expression_family,
  disp_func = NULL,
  clean_model = TRUE,
  verbose = FALSE,
  ...
)

Arguments

x

test

model_formula_str

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

expression_family

specifies the family function used for expression responses

disp_func

test

verbose

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

...

test