Learn R Programming

beadarray (version 2.22.2)

sectionNames: Gets the section names from a beadLevelData Object

Description

Retrieves the section names from a beadLevelData object.

Usage

sectionNames(object, arrays=NULL)

Arguments

object
Object of class beadLevelData
arrays
integer (scalar or vector) specifying the sections/arrays to retrieve the names of. When NULL the names of all sections/arrays are returned.

Value

A character vector containing the names of the individual sections.

Details

sectionNames retrieves the name of the sections from the sectionInfo slot.

Examples

Run this code

if(require(beadarrayExampleData)){

data(exampleBLData)
sectionNames(exampleBLData)


}

Run the code above in your browser using DataLab