Description Usage Arguments Value
View source: R/perform_model_selections.R
Select model for every genes and save it to the original loom file
1 2 | perform_model_selection(fit_list, margin = 2, loomfile = NULL,
attr_name = NULL, verbose = FALSE)
|
fit_list |
A list of model fitting results |
margin |
A multiplier for standard deviation (SD) in leave-one-out ELPD for calling models |
loomfile |
A expression quantity file (loom format) |
attr_name |
Name of the row attribute in loomfile for storing best model calls |
verbose |
Whether to print out overall model calls |
modelcall Models called for genes. Stored in the input loomfile if provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.