Learn R Programming

blima (version 1.6.0)

selectedChannelTransformSingleArray: Channel transformation

Description

Function to transform channel data.

Usage

selectedChannelTransformSingleArray(b, normalizationMod = NULL, channelTransformFrom, channelResult, transformation)

Arguments

b
List of beadLevelData objects (or single object).
normalizationMod
NULL for performing on all input b. Otherwise specifies logical vector of the length equals to the number of arrays in b or list of such vectors if b is a list of beadLevelData classes.
channelTransformFrom
Name of channel to transform.
channelResult
Result channel, if this channel exists it will be overwritten.
transformation
Function of input data trasformation, default is NULL. Any function which for input value returns transformed value may be supplied. T-test then will be evaluated on transformed data, consider use log2TranformPositive.