Server components for the ggUnivariate module

ggUnivServer(id, tomic, plot_table, return_brushed_points = FALSE)

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

tomic

Either a tidy_omic or triple_omic object

plot_table

table containing the data to be plotted

return_brushed_points

Return values selected on the plot

Value

a tomic_table if return_brushed_points is TRUE, and 0 otherwise.