FeatureSetCalculation: Shiny Server Function for Feature Set Component

Description Usage Arguments Details

View source: R/gui_featureSetCalculation.R

Description

FeatureSetCalculation is a shiny server function which will control all aspects of the FeatureSetCalculationComponent UI Module. Will be called with callModule.

Usage

1
FeatureSetCalculation(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 calculate the selected feature set. In order to calculate a feature set, the function needs a FeatureObject.


flacco documentation built on April 1, 2020, 1:06 a.m.