Description Usage Arguments Value Examples
Summarize expression data for each channel
1 | calc_summary(expr_info, grouping)
|
expr_info |
output of |
grouping |
columns to group by |
tibble: summarized expression data
1 2 3 4 5 6 7 | ## Not run:
flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))
expr_info <- collate_expressions(flow_item)
summary <- calc_summary(expr_info, c("channel", "strain", "time", "file"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.