Description Usage Arguments Value Author(s) See Also Examples
Create a UniquePairs object from a given IdMap object.
1 2 | ## S3 method for class 'IdMap'
as.UniquePairs(this, secondaryIDs=NULL, verbose=FALSE, ...)
|
secondaryIDs |
optional secondary ID list on which the resulting UniquePairs object is intersected. Default is NULL (not present). |
verbose |
if |
... |
Not used |
A UniquePairs object
Alex Lisovich, Roger Day
For more information see IdMap
.
1 2 3 4 5 | idMap<-IdMap(examples$identDfList[[1]]);
uniquePairs<-as.UniquePairs(idMap);
dim(uniquePairs);
uniquePairs[1:10,];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.