rescale_expressions: Scale expression information

Description Usage Arguments Value Examples

View source: R/process.R

Description

Scale expression information

Usage

1
rescale_expressions(expr_info, range = c(0, 1))

Arguments

expr_info

output of collate_expressions

range

optional [0, 1): quantile range

Value

scaled expression information

Examples

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)

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