scatterZoom {debrowser}R Documentation

scatterZoom

Description

Displays the zoomed in version of the plot to be viewed within the main panel.

Usage

scatterZoom(dat = NULL, data_tooltip = NULL, x = NULL, y = NULL,
  domains = NULL, colors = NULL)

Arguments

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

Value

zoomed scatter plot

Examples

    x <- scatterZoom()


[Package debrowser version 1.6.8 Index]