dimnames.IdMapBase: Retrieve or set the dimnames of data frame encapsulated...

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
## 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

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

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.