primaryIDs.IdMapBase {IdMappingAnalysis} | R Documentation |
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.
## S3 method for class 'IdMapBase' primaryIDs(this, DF=NULL, ...)
... |
Not used |
A character
vector of primary IDs for given IdMapBase object
Alex Lisovich, Roger Day
For more information see IdMapBase
.
obj<-IdMapBase(examples$identDfList[[1]]); obj$primaryIDs()[1:20];