FeatureSetCalculation: Shiny server function for FeatureSet Component

Description Usage Arguments Details

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 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 calculate the featureSets.

Details

It will take the user input and calculate the selected featureSet. To calculate a featureSet the function needs a flacco featureObject.


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