Description Usage Arguments Details Value Author(s) Examples
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.
1 | identifyControlBeads(BLData, array = 1, controlProfile = NULL)
|
BLData |
a |
array |
the numeric id of the array section |
controlProfile |
an optional control profile data frame |
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.
a vector of character strings giving the status of each bead
Mark Dunning
1 2 3 4 5 6 7 8 9 10 | if(require(beadarrayExampleData)){
data(exampleBLData)
statVec = identifyControlBeads(exampleBLData)
table(statVec)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.