| sectionNames {beadarray} | R Documentation |
Retrieves the section names from a beadLevelData object.
sectionNames(object, arrays=NULL)
object |
Object of class |
arrays |
integer (scalar or vector) specifying the sections/arrays to retrieve the names of. When |
sectionNames retrieves the name of the sections from the sectionInfo slot.
A character vector containing the names of the individual sections.
Mark Dunning
if(require(beadarrayExampleData)){
data(exampleBLData)
sectionNames(exampleBLData)
}