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