"subsetData"(this, data, expr, ...)
numeric
vector to subset. Should be of the same length as ncol(this).expression
or a character
string representing an expression
according to which the indicator variable columns of match object will be combined
to form the logical vector of data vector elements inclusion.JointUniquePairs
. #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)];
Run the code above in your browser using DataLab