Server part for sample module
sampleModule(input, output, session, sample_data, reports, tax_data,
clade_reads, taxon_reads, selected_sample = NULL,
datatable_opts = NULL)
Shiny input object.
Shiny output object.
Shiny session object.
Samples data.frame
.
List of reports.
Taxonomy data.
Clade reads.
Taxon reads.
Pre-selected sample.
Additional datatable opts (mostly $class).
Sample module server functionality