scatterZoom {debrowser} | R Documentation |
Displays the zoomed in version of the plot to be viewed within the main panel.
scatterZoom(dat = NULL, data_tooltip = NULL, x = NULL, y = NULL, domains = NULL, colors = NULL)
dat, |
dataframe that has log2FoldChange and log10padj values |
data_tooltip, |
toolstip specific to this plot |
x, |
the name of the x coordinate |
y, |
the name of the y coordinate |
domains, |
the domains to be colored |
colors, |
colors for each domain |
zoomed scatter plot
x <- scatterZoom()