getMapNames.JointIdMap {IdMappingAnalysis} | R Documentation |
Get the names of IdMap objects encapsulated within the given JointIdMap object.
## S3 method for class 'JointIdMap' getMapNames(this, ...)
... |
Not used |
A character
vector of IdMap names
Alex Lisovich, Roger Day
For more information see JointIdMap
.
jointIdMap<-JointIdMap(examples$identDfList); jointIdMap$getMapNames();