arrayNames {beadarray}R Documentation

Gets the array names from a BeadLevelList Object

Description

Retrieves the array names from a BeadLevelList object.

Usage

arrayNames(object)

Arguments

object BeadLevelList

Details

arrayNames retrieves the name of each array from the arrayInfo slot.

Value

A character vector containing the names of the individual arrays.

Author(s)

Matt Ritchie

Examples

data(BLData)
arrayNames(BLData)

[Package beadarray version 1.4.0 Index]