FeatureSetVisualization: Shiny Server Function for Feature Set Component

View source: R/gui_featureSetVisualization.R

FeatureSetVisualizationR 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

[shiny-input]
shiny input variable for the specific UI module.

output

[shiny-output object]
shiny output variable for the specific UI module.

session

[shiny-session object]
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.

Details

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


kerschke/flacco documentation built on Dec. 5, 2022, 12:56 a.m.