Array dimensions {oligo} | R Documentation |
Accessors for the array dimensions.
nrow(x)
x |
FeatureSet object. |
nrow
returns the number of columns and number of
rows of the array associated to the FeatureSet object.
## DO NOT RUN ## FeatureSetObject <- read.celfiles(list.celfiles()) ## ncol(FeatureSetObject)