Shiny Server Function for Feature Set Component
FeatureSetVisualization
is a list("shiny") server function which will control all aspects of the FeatureSetVisualizationComponent
UI-Module. It will be called with callModule
.
FeatureSetVisualization(input, output, session, stringsAsFactors, feat.object)
input
: [shiny-input
]
list("shiny") input variable for the specific UI module.
output
: [shiny-output object
]
list("shiny") output variable for the specific UI module.
session
: [shiny-session object
]
list("shiny") session variable for the specific UI module.
stringsAsFactors
: [logical(1)
]
How should strings be treated internally?
feat.object
: [FeatureObject
]
A feature object as created by createFeatureObject
.
It will take the user input and plot the selected visualization. To create a flacco plot, the function needs a FeatureObject
.