FeatureSetVisualization {flacco} | R Documentation |
Shiny Server Function for Feature Set Component
Description
FeatureSetVisualization
is a shiny
server function
which will control all aspects of the FeatureSetVisualizationComponent
UI-Module. It will be called with callModule
.
Usage
FeatureSetVisualization(input, output, session, stringsAsFactors, feat.object)
Arguments
input |
[ |
output |
[ |
session |
[ |
stringsAsFactors |
[ |
feat.object |
[ |
Details
It will take the user input and plot the selected visualization. To create a
flacco plot, the function needs a FeatureObject
.
[Package flacco version 1.8 Index]