Learn R Programming

blima (version 1.6.0)

backgroundChannelSubtractSingleArray: Background channel subtraction

Description

INTERNAL FUNCTION Correction for positive values only

Usage

backgroundChannelSubtractSingleArray(b, normalizationMod = NULL, channelSubtractFrom = "GrnF", channelSubtractWhat = "GrnB", channelResult = "Grn")

Arguments

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.