getBeadData: Get raw data from a beadLevelData object

Description Usage Arguments Value Author(s) Examples

View source: R/beadLevelData_getBeadData.R

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))

}

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