Learn R Programming

IdMappingAnalysis (version 1.16.0)

getUnionIdMap.JointIdMap: Create a union IdMap

Description

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

Usage

"getUnionIdMap"(this, verbose=FALSE, ...)

Arguments

verbose
if TRUE enables diagnostic messages. Default is @FASLE.
...
Not used

Value

See Also

For more information see JointIdMap.

Examples

Run this code
 jointIdMap<-JointIdMap(examples$identDfList);
 idMap<-jointIdMap$getUnionIdMap(verbose=TRUE);
 idMap[1:10,];
 

Run the code above in your browser using DataLab