Learn R Programming

IdMappingAnalysis (version 1.16.0)

getMatchInfo.JointUniquePairs: Get match table(s) for a given set of primary IDs

Description

Get match table(s) for a given set of primary IDs.

Usage

"getMatchInfo"(this, IDs, idMapNames=NULL, ...)

Arguments

IDs
A character vector of primary IDs.
idMapNames
A character vector of Id Map names encapsulated within the JointUniquePairs object or NULL (default),in which case all Id Maps are used.
...
Not used

Value

A list of data.frames representing a match table(s) for a set of given ID Maps and each particular primary ID.

See Also

For more information see JointUniquePairs.

Examples

Run this code
 IDs<-examples$identDfList[["DAVID_Q"]][,1];
 matches<-getMatchInfo(examples$jointUniquePairs,IDs,c("NetAffx_Q","DAVID_Q","EnSembl_F"));
 

Run the code above in your browser using DataLab