numBeads {beadarray}R Documentation

Gets the number of beads from a BeadLevelList object

Description

Retrieves the number of beads on selected strips/arrays from a BeadLevelList object.

Usage

numBeads(object, arrays=NULL)

Arguments

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

Details

numBeads retrieves the number of beads on arrays from the arrayInfo slot.

Value

A vector containing the number of beads on individual strips/arrays.

Author(s)

Matt Ritchie

Examples

data(BLData)
numBeads(BLData)
numBeads(BLData, arrays=2)

[Package beadarray version 1.10.0 Index]