summary.IdMapDiffCounts: Get a compaund event counts summary report

Description Usage Arguments Value Author(s) See Also Examples

Description

Get a counts summary report where each row is a count of matches corresponding to a particular compound event

Usage

1
2
## S3 method for class 'IdMapDiffCounts'
summary(object, ...)

Arguments

...

Not used

Value

A data.frame with a single 'counts' column where each row is a count of matches corresponding to a particular compound event.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMapDiffCounts.

Examples

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();
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.