Learn R Programming

IdMappingAnalysis (version 1.16.0)

dimnames.IdMapBase: 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

"dimnames"(x)

Arguments

...
Not used

Value

data.frame encapsulated within the given IdMapBase object

See Also

For more information see IdMapBase.

Examples

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

Run the code above in your browser using DataLab