mainScatterNew {debrowser} | R Documentation |
Creates the main scatter, volcano or MA plot to be displayed within the main panel.
mainScatterNew(input = NULL, data = NULL, source = NULL, x = NULL, y = NULL)
input, |
input params |
data, |
dataframe that has log2FoldChange and log10padj values |
source, |
for event triggering to select genes |
x, |
the name of the x coordinate |
y, |
the name of the y coordinate |
scatter, volcano or MA plot
x <- mainScatterNew()