names {oligo} | R Documentation |
A function to list the variables available in the platform design object.
names(x)
x |
platform design object |
The function returns a list of variables available in the platform design object.
## DO NOT RUN ## FeatureSetObject <- read.celfiles(list.celfiles()) ## names(getPD(FeatureSetObject))