rev_asinh: Reverses arcsinh transformation with cofactor 'scale_factor'...

Description Usage Arguments Value

View source: R/utils.R

Description

Reverses arcsinh transformation with cofactor scale_factor and a shift of shift_factor.

Usage

1
rev_asinh(x, shift_factor, scale_factor)

Arguments

x

A numeric vector.

shift_factor

The scalar value a in the following equation used to transform CyTOF raw data ion counts using the hyperbolic arcsinh function: new_x <- asinh(a + b * x).

scale_factor

The scalar value b in the following equation used to transform CyTOF raw data ion counts using the hyperbolic arcsinh function: new_x <- asinh(a + b * x).

Value

A numeric vector after undergoing reverse arcsinh transformation


bennyyclo/Cytofin documentation built on July 18, 2021, 8:16 a.m.