backgroundChannelSubtractSingleArray {blima} | R Documentation |
INTERNAL FUNCTION Correction for positive values only
backgroundChannelSubtractSingleArray(b, normalizationMod = NULL, channelSubtractFrom = "GrnF", channelSubtractWhat = "GrnB", channelResult = "Grn")
b |
List of beadLevelData objects (or single object). |
normalizationMod |
NULL for normalization of 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. |
channelSubtractFrom |
Name of channel to subtract from. |
channelSubtractWhat |
Name of channel to subtract. |
channelResult |
Result channel, if this channel exists it will be overwritten. |
Vojtěch Kulvait