sectionNames: Gets the section names from a beadLevelData Object

Description Usage Arguments Details Value Author(s) Examples

Description

Retrieves the section names from a beadLevelData object.

Usage

1
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.

Details

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

Value

A character vector containing the names of the individual sections.

Author(s)

Mark Dunning

Examples

1
2
3
4
5
6
7
if(require(beadarrayExampleData)){

data(exampleBLData)
sectionNames(exampleBLData)


}

beadarray documentation built on Nov. 8, 2020, 4:51 p.m.