getMatchInfo.JointUniquePairs {IdMappingAnalysis} | R Documentation |
Get match table(s) for a given set of primary IDs.
## S3 method for class 'JointUniquePairs' getMatchInfo(this, IDs, idMapNames=NULL, ...)
IDs |
A |
idMapNames |
A |
... |
Not used |
A list
of data.frames representing a match table(s) for
a set of given ID Maps and each particular primary ID.
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
IDs<-examples$identDfList[["DAVID_Q"]][,1]; matches<-getMatchInfo(examples$jointUniquePairs,IDs,c("NetAffx_Q","DAVID_Q","EnSembl_F"));