mainScatter {debrowser} | R Documentation |
Creates the main scatter plot to be displayed within the main panel.
mainScatter(dat = NULL, lb = NULL, data_tooltip = NULL, x = NULL, y = NULL, domains = NULL, colors = NULL)
dat, |
dataframe that has log2FoldChange and log10padj values |
lb, |
the linked brush |
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 |
volcano plot
x <- mainScatter()