subsetCorr.JointUniquePairs: Subset the Corr object

Description Usage Arguments Value Author(s) See Also Examples

Description

Create the Corr object using the pait match information from UniquePairsMatch object in such a way that the new Corr object contains the data corresponding to the unity (full event group) in a JointUniquePairs subset.

Usage

1
2
## S3 method for class 'JointUniquePairs'
subsetCorr(this, corr, groups=NULL, verbose=FALSE, ...)

Arguments

@param match UniquePairsMatch object @param corr Corr object @param groups names of ID Maps within the UniquePairsMatch object which should form a full event group.

verbose

if TRUE enables diagnostic messages. Default is FALSE.

...

Not used

Value

The subsetted Corr object

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointUniquePairs.

Examples

1
2
3
4
 corr.subset<-examples$jointUniquePairs$subsetCorr(examples$corr,
			groups=c("NetAffx_Q", "DAVID_Q", "EnVision_Q"),verbose=TRUE);
 corr.subset[1:10,];
 

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