Learn R Programming

IdMappingAnalysis (version 1.16.0)

subsetCorr.JointUniquePairs: Subset the Corr object

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

"subsetCorr"(this, corr, groups=NULL, verbose=FALSE, ...)

Arguments

verbose
if TRUE enables diagnostic messages. Default is FALSE.
...
Not used

Value

The subsetted Corr object

See Also

For more information see JointUniquePairs.

Examples

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

Run the code above in your browser using DataLab