getUnionIdMap.JointIdMap {IdMappingAnalysis} | R Documentation |
Create a single IDMap object each secondary ID set of which is a union of all secondary IDs in a JointIdMap object for a given primary ID
## S3 method for class 'JointIdMap' getUnionIdMap(this, verbose=FALSE, ...)
verbose |
if |
... |
Not used |
A union IdMap object
Alex Lisovich, Roger Day
For more information see JointIdMap
.
jointIdMap<-JointIdMap(examples$identDfList); idMap<-jointIdMap$getUnionIdMap(verbose=TRUE); idMap[1:10,];