volcanoZoom {debrowser}R Documentation

volcanoZoom

Description

Prepares the zoomed in version of the volcano plot to be used within the Debrowser.

Usage

volcanoZoom(dat = NULL, data_tooltip = NULL, domains = NULL,
  colors = NULL)

Arguments

dat,

dataframe that has log2FoldChange and log10padj values

data_tooltip,

toolstip specific to this plot

domains,

the domains to be colored

colors,

colors for each domain

Value

zoomed volcano plot

Examples

    x <- volcanoZoom()


[Package debrowser version 1.6.8 Index]