aggregationTab: Aggregation module server function

View source: R/aggregation_module.R

aggregationTabR Documentation

Aggregation module server function

Description

Aggregation module server function

Usage

aggregationTab(
  input,
  output,
  session,
  resetInput,
  levelOpts,
  chosenLevel,
  meData
)

Arguments

input

shiny input

output

shiny output

session

shiny session

resetInput

boolean updated to TRUE if new data is available

levelOpts

available levels to aggregate on (depends on input data)

chosenLevel

previously selected level (passed from different instance)

meData

the main MRexperiment object

Value

reactive list holding aggregated object, aggregation code and boolean on normalization

Author(s)

Janina Reeder


zoecastillo/microbiomeExplorer documentation built on Sept. 11, 2022, 7:40 a.m.