getMatchInfo.JointUniquePairs {IdMappingAnalysis}R Documentation

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

Description

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

Usage

## S3 method for class 'JointUniquePairs'
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.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointUniquePairs.

Examples

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

[Package IdMappingAnalysis version 1.24.0 Index]