Module Server for Specification of Multiple Sample Variables
Source:R/sampleVarSpec.R
multiSampleVarSpecServer.RdWhen multiple sample variables are used in a given module, then this wrapper makes it much easier to specify in the server function.
Arguments
- inputIds
(
character)
multiple input IDs corresponding to the different sample variables specified in the UI function.- original_data
(reactive
SummarizedExperiment)
input experiment where the sample variables extracted viaSummarizedExperiment::colData()should be eligible for selection.- ...
additional arguments as documented in
sampleVarSpecServer(), namely the mandatoryexperiment_nameand the optionalcategorical_only,num_levelsandlabel_modal_title.transformed_dataandassign_listsshould not be specified as they are already specified internally here.