identifyControlBeads: Classify each bead according to its control status

Description Usage Arguments Details Value Author(s) Examples

View source: R/annotation.R

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)


}

beadarray documentation built on Nov. 8, 2020, 4:51 p.m.