Description Usage Arguments Value Author(s) See Also Examples
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
1 2 |
idMapNames |
Subset of ID Maps to be used to create IdCounts object.
If |
verbose |
If |
... |
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
.
1 2 3 4 | jointIdMap<-JointIdMap(examples$identDfList);
cnts<-jointIdMap$getCounts();
cnts[1:10,];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.