Description Usage Arguments Value Author(s) See Also Examples
Creates CorrData object from JointUniquePairs object and two experiment sets optionally subsetting on a list of ID Maps from the UniquePairsMatch object
1 2 | ## 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 |
if |
... |
Not used |
the CorrData object
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 | corrData<-examples$jointUniquePairs$getCorrData(
examples$msmsExperimentSet,examples$mrnaExperimentSet,
groups=c("NetAffx_Q", "DAVID_Q", "EnVision_Q"),verbose=TRUE);
corrData$getSampleNames();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.