Learn R Programming

IdMappingAnalysis (version 1.16.0)

as.IdMap.UniquePairs: Convert the UniquePairs object into the IdMap object

Description

Convert the UniquePairs object into the IdMap object.

Usage

"as.IdMap"(this, keepOrder=TRUE, verbose=FALSE, ...)

Arguments

keepOrder
logical indicating if the original order of primary IDs should be kept. Default is TRUE
verbose
if TRUE enables diagnostic messages. Default is FALSE.
...
Not used.

Value

Examples

Run this code
pairs<-UniquePairs$create(examples$identDfList[[2]]);
idMap<-as.IdMap(pairs);
idMap[1:10,];

Run the code above in your browser using DataLab