#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.mixture.boxplot(examples$corr,
groups=DBs,
subsetting=TRUE,new.plot=TRUE,file.copy=FALSE,G=c(1:5),plot.G=2,
srt=30,adj=0,cex=1,cex.lab=1.2,cex.axis=1.2,cex.main=1.2,verbose=TRUE);
## Not run:
# #boxplot of correlations by match group choosing the DB set interactively
# examples$jointUniquePairs$interactive.mixture.boxplot(examples$corr,multiline=TRUE,
# G=c(1:5),plot.G=2,
# srt=45,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