singleChannelExistsIntegrityWithLogicalVector {blima} | R Documentation |
Test existence of channel slot based on logical list
singleChannelExistsIntegrityWithLogicalVector(b, spotsToCheck = NULL, slotToCheck, action = c("returnText", "warn", "error"))
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. |
Vojtěch Kulvait