dimnames {limma}R Documentation

Retrieve the Dimension Names of an RGList, MAList or MArrayLM Object

Description

Retrieve the dimension names of a microarray data object.

Usage

## S3 method for class 'RGList':
dimnames(x)

Arguments

x an object of class RGList, MAList or MArrayLM

Details

The dimensionnames of an microarray object are the same as those of the most important matrix component of that object.

A consequece is that rownames and colnames will work as expected.

Value

Either NULL or a list of length 2. If a list, its components are either 'NULL' or a character vector the length of the appropriate dimension of x.

Author(s)

Gordon Smyth

See Also

dimnames in the base package.

2.Classes gives an overview of data classes used in LIMMA.


[Package limma version 1.6.7 Index]