getCorrData.JointUniquePairs {IdMappingAnalysis} | R Documentation |
Creates CorrData object from JointUniquePairs object and two experiment sets optionally subsetting on a list of ID Maps from the UniquePairsMatch object
## S3 method for class 'JointUniquePairs' getCorrData(this, expSet1, expSet2, groups=NULL, verbose=FALSE, ...)
expSet1 |
First ExperimentSet object with primary IDs corresponding (partially intersecting) with primaryIDs of the given JointUniquePairs object. |
expSet2 |
Second ExperimentSet object with primary IDs corresponding (partially intersecting) with secondaryIDs of the given JointUniquePairs object. |
groups |
If not |
verbose |
|
... |
Not used |
the CorrData object
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
corrData<-examples$jointUniquePairs$getCorrData( examples$msmsExperimentSet,examples$mrnaExperimentSet, groups=c("NetAffx_Q", "DAVID_Q", "EnVision_Q"),verbose=TRUE); corrData$getSampleNames();