aggregationTab: Aggregation module server function

Description Usage Arguments Value Author(s)

View source: R/aggregation_module.R

Description

Aggregation module server function

Usage

1
2
3
4
5
6
7
8
9
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


microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.