Learn R Programming

blima (version 1.6.0)

singleChannelExistsIntegrityWithLogicalVector: Internal function

Description

Test existence of channel slot based on logical list

Usage

singleChannelExistsIntegrityWithLogicalVector(b, spotsToCheck = NULL, slotToCheck, action = c("returnText", "warn", "error"))

Arguments

b
single beadLevelData object
spotsToCheck
NULL for check all spots from b. Otherwise specifies logical vector of the length equals to the number of arrays in b with TRUE for checking.
slotToCheck
Slot name to check
action
What type of action is required in case of invalid object structure. Either return text different from TRUE, warn or error.