Description Usage Arguments Value Examples
Scale expression information
1 | rescale_expressions(expr_info, range = c(0, 1))
|
expr_info |
output of |
range |
optional [0, 1): quantile range |
scaled expression information
1 2 3 | flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))
expr_info <- collate_expressions(flow_item)
exps_info <- rescale_expressions(expr_info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.