names {oligo}R Documentation

Platform Design variables

Description

A function to list the variables available in the platform design object.

Usage

names(x)

Arguments

x platform design object

Value

The function returns a list of variables available in the platform design object.

See Also

getPD

Examples

## DO NOT RUN
## FeatureSetObject <- read.celfiles(list.celfiles())
## names(getPD(FeatureSetObject))

[Package oligo version 0.99.15 Index]