# Create and plot the set of corrs for a given DB subset treating subset as a full group
# and plot the correlation densities including union
corrSet<- examples$jointUniquePairs$getCorr(examples$corr,
groups=c("union", "NetAffx_Q", "DAVID_Q", "EnVision_Q"),
full.group=TRUE, verbose=TRUE);
Corr$plot(corrSet, title="");
Run the code above in your browser using DataLab