Description Usage Arguments Value Examples
Compute GLMM ADMB
1 | compute_glmm(xprc_info, meta, formula, min_cells = 0)
|
xprc_info |
output of |
meta |
"metan": selected metaclustering method |
formula |
character: formula expression |
min_cells |
optional integer: minimum cells per cluster |
list: GLMM ADMB results per cluster
1 2 3 4 5 | flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))
cluster <- do_cluster(flow_item, flow_item$panel$antigen)
xprc_info <- collate_expressions(flow_item, cluster$sce)
glmm_list <- compute_glmm(xprc_info, "meta6", "n ~ strain + offset(logTotal)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.