getCounts.JointIdMap {IdMappingAnalysis} | R Documentation |
Create an IdMapCounts object. A fail-safe way to create an IdMapCounts from the ID Map list obtained internally through the call to getIdMapList.JointIdMap method and therefore guaranteed to be properly aligned
## S3 method for class 'JointIdMap' getCounts(this, idMapNames=NULL, verbose=FALSE, ...)
idMapNames |
Subset of ID Maps to be used to create IdCounts object.
If |
verbose |
|
... |
Not used |
An IdMapCounts object containing information about the secondary ID counts for each primary ID for all ID Maps encapsulated within the given JointIdMap object
Alex Lisovich, Roger Day
For more information see JointIdMap
.
jointIdMap<-JointIdMap(examples$identDfList); cnts<-jointIdMap$getCounts(); cnts[1:10,];