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

Description Usage Arguments Value Author(s) See Also Examples

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(<data.frame>) signature returning the <data.frame> first column.

Usage

1
2
## S3 method for class 'IdMapBase'
primaryIDs(this, DF=NULL, ...)

Arguments

...

Not used

Value

A character vector of primary IDs for given IdMapBase object

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMapBase.

Examples

1
2
3
 obj<-IdMapBase(examples$identDfList[[1]]);
 obj$primaryIDs()[1:20];
 

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