numBeads {beadarray} | R Documentation |
Retrieves the number of beads on selected strips/arrays from a BeadLevelList
object.
numBeads(object, arrays=NULL)
object |
BeadLevelList |
arrays |
either NULL to return the bead numbers for
all arrays, or a scalar or vector of integers specifying a
subset of strips/arrays |
numBeads
retrieves the number of beads on arrays from the
arrayInfo slot.
A vector containing the number of beads on individual strips/arrays.
Matt Ritchie
data(BLData) numBeads(BLData) numBeads(BLData, arrays=2)