numBeads: Gets the number of beads from a beadLevelData object

Description Usage Arguments Details Value Author(s) Examples

Description

Retrieves the number of beads on selected sections from a beadLevelData object.

Usage

1
numBeads(object, arrays=NULL)

Arguments

object

beadLevelData

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 array sections.

Author(s)

Matt Ritchie

Examples

1
2
3
4
5
6
7
if(require(beadarrayExampleData)){

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

}

beadarray documentation built on Nov. 8, 2020, 4:51 p.m.