dim.IdMapBase {IdMappingAnalysis}R Documentation

Retrieves dimensions of data frame encapsulated within the given IdMapBase object

Description

Retrieves dimensions of data frame encapsulated within the given IdMapBase object.

Usage

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

Arguments

...

Not used

Value

Dimensions 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);
 dim(obj);
 

[Package IdMappingAnalysis version 1.24.0 Index]