getCounts.IdMap {IdMappingAnalysis} | R Documentation |
Compute the count of secondaryIDs for each primary ID.
## S3 method for class 'IdMap' getCounts(this, verbose=FALSE, ...)
idMap |
The IdMap object on which secondary ID counts should be computed. |
verbose |
|
... |
Not used. |
numeric
vector of counts of secondary IDs for each primary ID.
Alex Lisovich, Roger Day
For more information see IdMap
.
obj<-IdMap(examples$identDfList[[3]]); cnts<-obj$getCounts();