Description Usage Arguments Value Author(s) Examples
View source: R/beadLevelData_getBeadData.R
Retrieves the raw bead data from a beadLevelData
object
for a given section/array.
1 | 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
1 2 3 4 5 6 7 | if(require(beadarrayExampleData)){
data(exampleBLData)
summary(getBeadData(exampleBLData))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.