Learn R Programming

IdMappingAnalysis (version 1.16.0)

getCounts.IdMap: Compute the count of secondaryIDs for each primary ID

Description

Compute the count of secondaryIDs for each primary ID.

Usage

"getCounts"(this, verbose=FALSE, ...)

Arguments

idMap
The IdMap object on which secondary ID counts should be computed.
verbose
If TRUE enables diagnostic messages. Default is FALSE.
...
Not used.

Value

vector of counts of secondary IDs for each primary ID.

See Also

For more information see IdMap.

Examples

Run this code
obj<-IdMap(examples$identDfList[[3]]);
cnts<-obj$getCounts();

Run the code above in your browser using DataLab