Description Usage Arguments Value Examples
Collate computation results
1 | compute_results(results, hypothesis)
|
results |
output of |
hypothesis |
character: hypothesis to test |
tibble: results
1 2 3 4 5 6 7 8 9 | 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)")
lmer_list <- compute_lmer(xprc_info, "meta6", "median ~ strain + (1|strain)")
glmm_data <- compute_results(glmm_list, "strainE7=0")
lmer_data <- compute_results(lmer_list, "strainE7=0")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.