volcanoPlot {debrowser}R Documentation

volcanoPlot

Description

Prepares volcano plot to be used within the DEBrowser.

Usage

volcanoPlot(dat = NULL, lb = NULL, data_tooltip = NULL, domains = NULL,
  colors = NULL)

Arguments

dat,

dataframe that has log2FoldChange and log10padj values

lb,

the linked brush

data_tooltip,

toolstip specific to this plot

domains,

the domains to be colored

colors,

colors for each domain

Value

volcano plot

Examples

    x <- volcanoPlot()


[Package debrowser version 1.6.8 Index]