nonPositiveCorrectSingleArray {blima} | R Documentation |
INTERNAL FUNCTION Correction for positive values only
nonPositiveCorrectSingleArray(b, normalizationMod = NULL, channelCorrect = "GrnF", channelBackgroundFilter = "bgf", channelAndVector = NULL)
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. |
channelCorrect |
Name of channel to correct. |
channelBackgroundFilter |
Filtered beads will have weight 0 and non filtered weight 1. |
channelAndVector |
Represents vector to bitvise multiple to the channelBackgroundFilter vector. |
Vojtěch Kulvait