dimnames.uRNAList: Retrieve the Dimension Names of an uRNAList Object

Description Usage Arguments Details Value Author(s)

View source: R/AgiMicroRNA-classes.R

Description

Retrieve the dimension names of a microarray data object.

Usage

1
2
3
4
## S3 method for class 'uRNAList'
dimnames(x)
## S3 replacement method for class 'uRNAList'
dimnames(x) <- value

Arguments

x

an object of class uRNAList

value

a possible value for dimnames(x)

Details

The dimension names of a microarray object are the same as those of the most important matrix component of that object. A consequence is that rownames and colnames will work as expected. This function and this file, has been borrowed from the files created by Gordon Smyth for the limma package.

Value

Either NULL or a list of length 2.

Author(s)

Pedro Lopez-Romero


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