identifyControlBeads: Classify each bead according to its control status

Description Usage Arguments Details Value Author(s) Examples

Description

Using the control annotation specified for the array, the function will classify each bead as belonging to a control group, or as being a regular probe.

Usage

1
identifyControlBeads(BLData, array = 1, controlProfile = NULL)

Arguments

BLData

a beadLevelData object

array

the numeric id of the array section

controlProfile

an optional control profile data frame

Details

The function requires either that a control profile data frame is specified (This associates probe IDs with their control status - see the example), or that the annotation of the beadLevelData object be set to an array that the package recognises (see getAnnotation). Note that some positive control bead-types may also be functioning 'regular' probes.

Value

a vector of character strings giving the status of each bead

Author(s)

Mark Dunning

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
if(require(beadarrayExampleData)){

data(exampleBLData)

statVec = identifyControlBeads(exampleBLData)

table(statVec)


}

markdunning/beadarray-devel documentation built on May 21, 2019, noon