volcanoPlot {debrowser} | R Documentation |
Prepares volcano plot to be used within the DEBrowser.
volcanoPlot(dat = NULL, lb = NULL, data_tooltip = NULL, domains = NULL, colors = NULL)
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 |
volcano plot
x <- volcanoPlot()