arrayNames {beadarray}R Documentation

Gets the strip/array names from a BeadLevelList Object

Description

Retrieves the strip/array names from a BeadLevelList object.

Usage

arrayNames(object, arrays=NULL)

Arguments

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.

Details

arrayNames retrieves the name of the strip(s)/array(s) from the arrayInfo slot.

Value

A character vector containing the names of the individual strips(s)/array(s).

Author(s)

Matt Ritchie

Examples

data(BLData)
arrayNames(BLData)

[Package beadarray version 1.10.0 Index]