FeatureSetVisualization: Shiny server function for FeatureSet Component

Description Usage Arguments Details

Description

FeatureSetVisualization is a Shiny server function which will control all aspects of the FeatureSetVisualizationComponent UI Module. Will be called with callModule()

Usage

1
FeatureSetVisualization(input, output, session, stringsAsFactors, feat.object)

Arguments

input

Shiny input variable for the specific UI module

output

Shiny output variable for the specific UI module

session

Shiny session variable for the specific UI module

stringsAsFactors

How to treat strings in application (for shiny internally)

feat.object

The featureObject which will be used to generate the flacco plots.

Details

It will take the user input and plot the selected visualization. To create a flacco plot, function needs a flacco featureObject.


hansterc/flaccogui documentation built on May 17, 2019, 2:29 p.m.