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

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
## 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

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

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.