dimnames.IdMapBase {IdMappingAnalysis}R Documentation

Retrieve or set the dimnames of data frame encapsulated within the given IdMapBase object

Description

Retrieve or set the dimnames of data frame encapsulated within the given IdMapBase object.

Usage

## S3 method for class 'IdMapBase'
dimnames(x)

Arguments

...

Not used

Value

Dimnames of a data.frame encapsulated within the given IdMapBase object

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMapBase.

Examples

 obj<-IdMapBase(examples$mrnaExperimentSet);
 rownames(obj)[1:10];
 colnames(obj)[1:5];
 

[Package IdMappingAnalysis version 1.30.0 Index]