#boxplot of correlations by match group for a given DB set (using short names)
#treating the given DB set as a full group (subsetting=TRUE)
DBs=list("NetAffx_Q"="AffQ","DAVID_Q"="DQ","EnVision_Q"="EnV");
examples$jointUniquePairs$interactive.corr.boxplot(examples$corr,
groups=DBs,
subsetting=TRUE,new.plot=TRUE,file.copy=FALSE,
srt=30,adj=0,cex=1,cex.lab=1.4,cex.axis=1.2,cex.main=1.4,verbose=TRUE);
## Not run:
# #boxplot of correlations by match group choosing the DB set interactively
# examples$jointUniquePairs$interactive.corr.boxplot(examples$corr,multiline=TRUE,
# srt=90,adj=0,cex=1,cex.lab=1,cex.axis=1,cex.main=1.2,verbose=TRUE);
#
# ## End(Not run)
Run the code above in your browser using DataLab