Description Usage Arguments Value Author(s) See Also Examples
Subset data on a UniquePairsMatch object.
1 2 | ## S3 method for class 'JointUniquePairs'
subsetData(this, data, expr, ...)
|
data |
|
expr |
|
... |
Not used |
subset of the original data vector.
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 6 7 8 | #perform Wilcoxon test for EnVision/Affy corellation data
data1<-examples$jointUniquePairs$subsetData(examples$corr$getData(),
"EnVision_Q & !NetAffx_Q");
data2<-examples$jointUniquePairs$subsetData(examples$corr$getData(),
"!EnVision_Q & NetAffx_Q");
wilcox<-wilcox.test(data1,data2);
wilcox[names(wilcox)];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.