dim.IdMapBase {IdMappingAnalysis} | R Documentation |
Retrieves dimensions of data frame encapsulated within the given IdMapBase object.
## S3 method for class 'IdMapBase' dim(x)
... |
Not used |
Dimensions of a data.frame
encapsulated within the given IdMapBase object
Alex Lisovich, Roger Day
For more information see IdMapBase
.
obj<-IdMapBase(examples$mrnaExperimentSet); dim(obj);