getMapNames.JointIdMap {IdMappingAnalysis}R Documentation

Get the names of IdMap objects encapsulated within the given JointIdMap object

Description

Get the names of IdMap objects encapsulated within the given JointIdMap object.

Usage

## S3 method for class 'JointIdMap'
getMapNames(this, ...)

Arguments

...

Not used

Value

A character vector of IdMap names

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointIdMap.

Examples

 jointIdMap<-JointIdMap(examples$identDfList);
 jointIdMap$getMapNames();
 

[Package IdMappingAnalysis version 1.28.0 Index]