getDiff.JointIdMap {IdMappingAnalysis} | R Documentation |
A fail-safe way to create IdMapDiff object from the ID Map pair which is guaranteed to be properly aligned (see also IdMapDiff class)
## S3 method for class 'JointIdMap' getDiff(this, idMapName1, idMapName2, verbose=FALSE, ...)
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
.
jointIdMap<-JointIdMap(examples$identDfList); mapDiff<-jointIdMap$getDiff("NetAffx_F","DAVID_Q",verbose=TRUE); class(mapDiff); mapDiff[1:10,];