Description Usage Arguments Value Author(s) See Also Examples
A fail-safe way to create IdMapDiff object from the ID Map pair which is guaranteed to be properly aligned (see also IdMapDiff class)
1 2 |
idMapName1 |
The name of the first ID Map within the joint ID Map object. |
idMapName2 |
Thee name of the second ID Map within the joint ID Map object. |
verbose |
if |
... |
Not used |
An IdMapDiff object created from two IdMap objects extracted from a given JointIdMap object based on their names (idMapName1 and idMapName2).
Alex Lisovich, Roger Day
For more information see JointIdMap
.
1 2 3 4 5 | jointIdMap<-JointIdMap(examples$identDfList);
mapDiff<-jointIdMap$getDiff("NetAffx_F","DAVID_Q",verbose=TRUE);
class(mapDiff);
mapDiff[1:10,];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.