Learn R Programming

IdMappingAnalysis (version 1.16.0)

getIdMapList.JointIdMap: Create an Id Map list from a JointIdMap object

Description

Create an IdMap list from a JointIdMap object ensuring that the resulting ID Map list has the same set and order of primary IDs

Usage

"getIdMapList"(this, idMapNames=NULL, verbose=FALSE, ...)

Arguments

idMapNames
optional vector of ID Map names within the jointIdMap for which the ID Map list constructed. If NULL (default), then all ID Maps within the jointIdMap will be used.
...
Not used

Value

list of IdMap objects

See Also

For more information see JointIdMap.

Examples

Run this code
 jointIdMap<-JointIdMap(examples$identDfList);
 idMaps<-jointIdMap$getIdMapList(idMapNames=jointIdMap$getMapNames()[1:3]);
 class(idMaps[[1]]);
 names(idMaps);
 

Run the code above in your browser using DataLab