arrayNames {beadarray} | R Documentation |
Retrieves the array names from a BeadLevelList
object.
arrayNames(object, arrays=NULL)
object |
BeadLevelList |
arrays |
integer (scalar or vector) specifying the arrays to
retrieve the names of. When NULL , all the array names are returned. |
arrayNames
retrieves the name of the array/s from the arrayInfo
slot.
A character vector containing the names of the individual array/s.
Matt Ritchie
data(BLData) arrayNames(BLData)