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

Description Usage Arguments Value Author(s) See Also Examples

Description

Compute the count of secondaryIDs for each primary ID.

Usage

1
2
## S3 method for class 'IdMap'
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

numeric vector of counts of secondary IDs for each primary ID.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMap.

Examples

1
2
obj<-IdMap(examples$identDfList[[3]]);
cnts<-obj$getCounts();

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