Description Usage Arguments Author(s) See Also Examples
Interactive wrapper of the IdMapDiffCounts.plot allowing to select the ID Map pairs encapsulated within the given JointIdMap object for a fountaine plot through the dialog.
1 2 |
idMapNames |
either ID Maps pair names, 'menu' or 'loop'. If ID Map pairs, the functionality is similar to IdMapDiffCounts.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) and wherther or not the plot should be saved in a file. If 'loop', the interactive drawing cycle repeats untill the user cancells the process. |
valRange |
|
reverse |
logical indicating the plot orientation (top to bottom or bottom to top). Default is |
pairLabels |
optional decorated names for ID Map pair in consideration. If |
cols |
colors corresponding to the <A-A*B, A*B, B-A*B> events from which the plot is composed. |
sides |
(1 or 2): how compound events labels and counts are placed on plot. If sides=1 both event labels and counts are placed on one (left) side. If sides=2 then labels are placed on left side and counts on the right. |
cex |
plot title font size. |
cex.side |
compound events labels font size. |
srt |
compound events labels orientation. |
adj |
compound events labels position adjustment (0 - 1), where 0/1 corresponds to the minimum/maximum labels position shift inwards the plot. |
new.plot |
logical indicating if the new graphic device should be created for plot.
In interactive mode can be selected graphically. Default is |
file.copy |
|
copy.zoom |
Zoom factor used when saving plot in a file. Default is 1. |
verbose |
if |
... |
Not used |
Alex Lisovich, Roger Day
For more information see JointIdMap
.
1 2 3 4 5 6 7 8 9 10 | jointIdMap<-JointIdMap(examples$identDfList);
#non-interactive fountain plot of differences
#between two DBs encapsulated within the JointIdMap object
jointIdMap$diffCounts.plot(idMapNames=c("NetAffx_F","DAVID_Q"));
## Not run:
#interactive plot allowing to choose the DB pair to be plotted
jointIdMap$diffCounts.plot();
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.