arrayNames {beadarray}R Documentation

Gets the array names from a BeadLevelList Object

Description

Retrieves the array names from a BeadLevelList object.

Usage

arrayNames(object, arrays=NULL)

Arguments

object BeadLevelList
arrays integer (scalar or vector) specifying the arrays to retrieve the names of. When NULL, all the array names are returned.

Details

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

Value

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

Author(s)

Matt Ritchie

Examples

data(BLData)
arrayNames(BLData)

[Package beadarray version 1.6.0 Index]