subsetCorr.JointUniquePairs {IdMappingAnalysis} | R Documentation |
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.
## S3 method for class 'JointUniquePairs' subsetCorr(this, corr, groups=NULL, verbose=FALSE, ...)
@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 |
|
... |
Not used |
The subsetted Corr object
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
corr.subset<-examples$jointUniquePairs$subsetCorr(examples$corr, groups=c("NetAffx_Q", "DAVID_Q", "EnVision_Q"),verbose=TRUE); corr.subset[1:10,];