getIdMapList.JointIdMap {IdMappingAnalysis} | R Documentation |
Create an IdMap list from a JointIdMap object ensuring that the resulting ID Map list has the same set and order of primary IDs
## S3 method for class 'JointIdMap' getIdMapList(this, idMapNames=NULL, verbose=FALSE, ...)
idMapNames |
optional vector of ID Map names within the jointIdMap for which the ID Map list constructed.
If |
... |
Not used |
A list
of IdMap objects
Alex Lisovich, Roger Day
For more information see JointIdMap
.
jointIdMap<-JointIdMap(examples$identDfList); idMaps<-jointIdMap$getIdMapList(idMapNames=jointIdMap$getMapNames()[1:3]); class(idMaps[[1]]); names(idMaps);