dim.uRNAList: Retrieve the Dimensions of an uRNAList Object

Description Usage Arguments Details Value Author(s)

View source: R/AgiMicroRNA-classes.R

Description

Retrieve the number of rows (genes) and columns (arrays) for an uRNAList object.

Usage

1
2
3
4
## S3 method for class 'uRNAList'
dim(x)
## S3 method for class 'uRNAList'
length(x)

Arguments

x

an object of class uRNAList

Details

This function and this file, has been borrowed from the files created by Gordon Smyth for the limma package.

Value

Numeric vector of length 2. The first element is the number of rows (genes) and the second is the number of columns (arrays).

Author(s)

Pedro Lopez-Romero


AgiMicroRna documentation built on Nov. 8, 2020, 5:25 p.m.