Learn R Programming

IdMappingAnalysis (version 1.16.0)

getCounts.JointIdMap: Create an IdMapCounts object

Description

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

Usage

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

Arguments

idMapNames
Subset of ID Maps to be used to create IdCounts object. If NULL (default) all ID maps within the given object included.
verbose
If TRUE enables diagnostic messages. Default is FALSE.
...
Not used

Value

ID counts for each primary ID for all ID Maps encapsulated within the given JointIdMap object

See Also

For more information see JointIdMap.

Examples

Run this code
 jointIdMap<-JointIdMap(examples$identDfList);
 cnts<-jointIdMap$getCounts();
 cnts[1:10,];
 

Run the code above in your browser using DataLab