Description Usage Arguments Value Examples
Calculate lmer
1 | compute_lmer(xprc_info, meta, formula, min_files = 7)
|
xprc_info |
output of |
meta |
"metan": selected metaclustering method |
formula |
character: formula expression |
min_files |
optional: minimum files per cluster |
list: lmer results per cluster per channel
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)
lmer_list <- compute_lmer(xprc_info, "meta6", "median ~ strain + (1|strain)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.