Description Usage Arguments Author(s) See Also Examples
Plots the density distributions for a set of correlation objects derived from JointUniquePairs and Corr objects with optional subsetting by a group of ID Maps. This is an interactive version of JointUniquePairs$corr.plot utilizing the JointUniquePairs@interactive.plot wrapper functionality.
1 2 |
corr |
Corr object. |
groups |
Either ID Maps names, 'menu' or 'loop'. If ID Map names, the functionality is similar to UniquePairsMatch.corr.plot If 'menu' or 'loop', user can select the pair of ID Maps interactively from the graphical selection dialog simultaneously controlling the plot destination (same or new graphic device), wherther or not the plot should be saved in a file etc. If 'loop', the interactive drawing cycle repeats untill the user cancells the process. |
new.plot |
|
file.copy |
|
plot.Union |
If |
subsetting |
If TRUE, subsets the Corr on a group of ID Maps
or uses the original Corr otherwise. In interactive mode can be toggled graphically. Default is |
lineColors |
The |
lineStyles |
The |
lineWidths |
The vector of line widths (recycled if necessary) for plotting the distributions of different Corr objects. Default is 2. |
verbose |
If |
... |
Additional graphical parameters. |
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 6 7 8 9 10 11 12 | #plot correlation densities for a given DB set
#treating the given DB set as a full group (subsetting=TRUE)
examples$jointUniquePairs$interactive.corr.plot(examples$corr,
groups=c("NetAffx_Q","DAVID_Q","EnVision_Q"),
subsetting=TRUE,new.plot=TRUE,file.copy=FALSE,verbose=TRUE,
cex.lab=1.4,cex.legend=1.1);
## Not run:
#plot correlation densities choosing the DB set interactively
examples$jointUniquePairs$interactive.corr.plot(examples$corr,
copy.zoom=2,verbose=TRUE,cex.lab=1.4,cex.legend=1.1);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.