Description Usage Arguments Value Author(s)
View source: R/compatibility.R
The alternative representation of an IdMap suitable for performing the correlation related processing. Contains a data frame with two columns, each row of which represents a unique pair <primary ID, secondary ID> where primary ID corresponds to the primaryIDs of an ID Map and secondary ID corresponds to a single ID from a list of comma separated secondary IDs within the corresponding ID Map. The column names correspond to the primary/secondary keys of an Id Map ('acc' and 'probeset' for example)
1 2 | as.UniquePairs(idMapData, secondaryIDs = NULL, keepMissing = FALSE,
verbose = FALSE)
|
idMapData |
an IdMap object or a list of IdMap objects to be converted into UniquePairs |
secondaryIDs |
optional secondary ID list on which the resulting UniquePairs is intersected. Default is NULL (not present). |
keepMissing |
logical indicating if the rows with empty secondary IDs should removed from the resulting object. Default is FALSE (keep such rows) |
verbose |
if TRUE enables diagnostic messages |
UniquePairs object
Roger Day, Alex Lisovich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.