calc_summary: Summarize expression data for each channel

Description Usage Arguments Value Examples

View source: R/calculate.R

Description

Summarize expression data for each channel

Usage

1
calc_summary(expr_info, grouping)

Arguments

expr_info

output of collate_expressions

grouping

columns to group by

Value

tibble: summarized expression data

Examples

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)

AhmedMehdiLab/WebCytoMetry documentation built on Feb. 20, 2022, 12:34 a.m.