| numBeads {beadarray} | R Documentation |
Retrieves the number of beads on selected sections from a beadLevelData object.
numBeads(object, arrays=NULL)
object |
|
arrays |
either |
numBeads retrieves the number of beads on arrays from the arrayInfo slot.
A vector containing the number of beads on individual array sections.
Matt Ritchie
if(require(beadarrayExampleData)){
data(exampleBLData)
numBeads(exampleBLData)
numBeads(exampleBLData, arrays=2)
}