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

Description Usage Arguments Value Author(s) See Also Examples

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

1
2
## S3 method for class 'JointIdMap'
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

A list of IdMap objects

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointIdMap.

Examples

1
2
3
4
5
 jointIdMap<-JointIdMap(examples$identDfList);
 idMaps<-jointIdMap$getIdMapList(idMapNames=jointIdMap$getMapNames()[1:3]);
 class(idMaps[[1]]);
 names(idMaps);
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.