getBeadData: Get raw data from a beadLevelData object

Description Usage Arguments Value Author(s) Examples

Description

Retrieves the raw bead data from a beadLevelData object for a given section/array.

Usage

1
getBeadData(BLData, what="Grn", array=1)

Arguments

BLData

BeadLevelList

what

character string specifying the values to retrieve (e.g. "ProbeID", "Grn" etc.).

array

integer specifying the section/array to use

Value

A vector containing the specified bead data for the particular array.

Author(s)

Mark Dunning

Examples

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

data(exampleBLData)

summary(getBeadData(exampleBLData))

}

markdunning/beadarray documentation built on May 9, 2019, 8:35 a.m.