Last data update: 2014.03.03

R: invTransform
invTransformR Documentation

invTransform

Description

It back-transforms the transformed adjusted cell fluorescence signals of a matrix.

Usage

invTransform(data, lambda, transformation)

Arguments

data

Data matrix. The adjusted signals of both channels.

lambda

Float. The lambda parameter of the Box-Cox.

transform

Character string. The type of transformation to be performed. One of "bc" (Box-Cox), "log", "log10" or "asinh".

Value

The back-transformed data matrix

Results