Description Usage Arguments Fields and Methods Author(s) Examples
Package: IdMappingAnalysis
Class UniquePairs
Object
~~|
~~+--
IdMapBase
~~~~~~~|
~~~~~~~+--
UniquePairs
Directly known subclasses:
public static class UniquePairs
extends IdMapBase
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 | UniquePairs(DF=NULL, name="", primaryKey=colnames(DF)[1], secondaryKey=colnames(DF)[2], ...)
|
DF |
A |
name |
A |
primaryKey |
The name of the primary (first) column of a |
secondaryKey |
The name of secondary (second) column in an ID Map. If missing then the input data frame second column name is used and if it is not available defaults to 'To'. |
... |
Not used. |
Methods:
as.IdMap | Convert the UniquePairs object into the IdMap object. | |
as | - | |
create | Create a UniquePairs object from a single IdMap or a list of IdMap objects. | |
equals | Check if two unique pairs data structures are identical. | |
getMatch | Get the logical vector of pair matches of the given UniquePairs object . | |
swapKeys | Swap the primary and secondary key columns. | |
unique | Extract unique elements. | |
Methods inherited from IdMapBase:
[, aligned, as.data.frame, dim, dimnames, getName, primaryIDs, primaryKey, secondaryKey
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save
Alex Lisovich, Roger Day
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.