dimnames.IdMapBase {IdMappingAnalysis} | R Documentation |
Retrieve or set the dimnames of data frame encapsulated within the given IdMapBase object.
## S3 method for class 'IdMapBase' dimnames(x)
... |
Not used |
Dimnames of a data.frame
encapsulated within the given IdMapBase object
Alex Lisovich, Roger Day
For more information see IdMapBase
.
obj<-IdMapBase(examples$mrnaExperimentSet); rownames(obj)[1:10]; colnames(obj)[1:5];