numBeads {beadarray}R Documentation

Gets the number of beads from a BeadLevelList object

Description

Retrieves the number of beads from each array in a BeadLevelList object.

Usage

numBeads(object)

Arguments

object BeadLevelList

Details

numBeads retrieves the number of beads on each array from the arrayInfo slot.

Value

A vector containing the number of beads on individual arrays.

Author(s)

Matt Ritchie

Examples

data(BLData)
numBeads(BLData)

[Package beadarray version 1.4.0 Index]