rescale_item: Transform parsed FCS data with the arcsinh function

Description Usage Arguments Value Examples

View source: R/process.R

Description

Expression data will be transformed with 'asinh(a + b * x) + c'

Usage

1
rescale_item(flow_item, ch_colnames = NULL, a = 1, b = 1, c = 0)

Arguments

flow_item

output of import_fcs_path

ch_colnames

character: channels to transform

a

optional double: parameter a

b

optional double: parameter b

c

optional double: parameter b

Value

parsed FCS data

Examples

1
2
flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))
flow_item <- rescale_item(flow_item, flow_item$panel$fcs_colname)

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