Learn R Programming

beadarray (version 2.22.2)

getBeadData: 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.

Examples

Run this code

if(require(beadarrayExampleData)){

data(exampleBLData)

summary(getBeadData(exampleBLData))

}


Run the code above in your browser using DataLab