Description Usage Arguments Value Author(s) See Also Examples
Get a counts summary report where each row is a count of matches corresponding to a particular compound event
1 2 |
... |
Not used |
A data.frame
with a single 'counts' column
where each row is a count of matches corresponding to a particular compound event.
Alex Lisovich, Roger Day
For more information see IdMapDiffCounts
.
1 2 3 4 5 6 7 8 9 | #create IdMapDiffCounts object
IDs<-IdMapBase$primaryIDs(examples$msmsExperimentSet);
jointIdMap<-JointIdMap(examples$identDfList,primaryIDs=IDs);
diffs<-jointIdMap$getDiff("NetAffx_F","DAVID_Q",verbose=TRUE);
diffCounts<-IdMapDiffCounts(diffs);
# get summary
diffCounts$summary();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.