Description Usage Arguments Value Author(s) See Also Examples
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.
1 2 | ## 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 |
if |
... |
Not used |
The subsetted Corr object
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
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,];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.