Description Usage Arguments Author(s)
Function to transform channel data.
1 2 | selectedChannelTransformSingleArray(b, normalizationMod = NULL,
channelTransformFrom, channelResult, transformation)
|
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. |
Vojt<c4><9b>ch Kulvait
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.