Learn R Programming

IdMappingAnalysis (version 1.16.0)

primaryIDs.IdMapBase: Retrieves the primary IDs for a given IdMapBase object

Description

Retrieves the primary IDs for a given IdMapBase object. The method can be used as object specific as well as static. In the latter case the method can accept a data.frame using InMpaBase$primaryIDs() signature returning the first column.

Usage

"primaryIDs"(this, DF=NULL, ...)

Arguments

...
Not used

Value

character vector of primary IDs for given IdMapBase object

See Also

For more information see IdMapBase.

Examples

Run this code
 obj<-IdMapBase(examples$identDfList[[1]]);
 obj$primaryIDs()[1:20];
 

Run the code above in your browser using DataLab