Description Usage Arguments Value Author(s) See Also Examples
Create an IdMap list from a JointIdMap object ensuring that the resulting ID Map list has the same set and order of primary IDs
1 2 | ## S3 method for class 'JointIdMap'
getIdMapList(this, idMapNames=NULL, verbose=FALSE, ...)
|
idMapNames |
optional vector of ID Map names within the jointIdMap for which the ID Map list constructed.
If |
... |
Not used |
A list
of IdMap objects
Alex Lisovich, Roger Day
For more information see JointIdMap
.
1 2 3 4 5 | jointIdMap<-JointIdMap(examples$identDfList);
idMaps<-jointIdMap$getIdMapList(idMapNames=jointIdMap$getMapNames()[1:3]);
class(idMaps[[1]]);
names(idMaps);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.