getBeadData {beadarray}R Documentation

Get raw data from a beadLevelData object

Description

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

Usage

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


if(require(beadarrayExampleData)){

data(exampleBLData)

summary(getBeadData(exampleBLData))

}



[Package beadarray version 2.42.0 Index]