Server part of comparison module
comparisonModule(input, output, session, sample_data, tax_data,
clade_reads, taxon_reads, datatable_opts = NULL, filter_func = NULL,
tax_data_add = NULL, search = NULL)
Shiny input object.
Shiny output object.
Shiny session.
A data.frame
specifying sample names and file paths (read from a defs.csv file).
TODO
TODO
TODO
Additional options for creating the datatable.
If not NULL, filter_func
is applied to every data.frame in reports
.
TODO
Search term to initialize table with.
Comparison module server functionality