getBeadData {beadarray} | R Documentation |
Retrieves the raw bead data from a beadLevelData
object
for a given section/array.
getBeadData(BLData, what="Grn", array=1)
BLData |
|
what |
character string specifying the values to retrieve (e.g. "ProbeID", "Grn" etc.). |
array |
integer specifying the section/array to use |
A vector containing the specified bead data for the particular array.
Mark Dunning
if(require(beadarrayExampleData)){ data(exampleBLData) summary(getBeadData(exampleBLData)) }