Description Usage Arguments Value Examples
Extract expression information from parsed FCS data
1 | collate_expressions(flow_item, cluster = NULL, min_cells = 0)
|
flow_item |
output of |
cluster |
optional: value from |
min_cells |
optional: minimum number of cells per file |
expression information
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.