getCompoundGroups.IdMapDiffCounts: Get counts for each compound event in IdMapDiffCounts

Description Usage Arguments Value Author(s) See Also Examples

Description

Get counts for each compound event in IdMapDiffCounts. Used internally within IdMapDiffCounts$plot().

Usage

1
2
## S3 method for class 'IdMapDiffCounts'
getCompoundGroups(this, verbose=FALSE, ...)

Arguments

verbose

If TRUE enables diagnostic messages. Default is FALSE.

...

Not used

Value

A list of data frames corresponding to a particular compaund event ('excess both', 'excess left' etc.) where each data frame has the same structure as a data frame within the IdMapDiffCounts object.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMapDiffCounts.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 #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 compound events
 groups<-diffCounts$getCompoundGroups();
 names(groups);
 groups$excess.both[1:10,];
 groups$same.list[1:10,];
 

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