Array dimensions {oligo}R Documentation

Accessors for the dimensions of the array

Description

Accessors for the array dimensions.

Usage

nrow(x)

Arguments

x FeatureSet object.

Value

nrow returns the number of columns and number of rows of the array associated to the FeatureSet object.

See Also

ncol

Examples

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

[Package oligo version 0.99.15 Index]