abundanceHeatmap: Abundance Heatmap module - server

Description Usage Arguments Value Author(s)

View source: R/inter_module.R

Description

Abundance Heatmap module - server

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
abundanceHeatmap(
  input,
  output,
  session,
  aggDat,
  featLevel,
  colorOptions,
  levelOpts,
  hmSort,
  hmFeatList,
  reset
)

Arguments

input

shiny input

output

shiny output

session

shiny session

aggDat

aggregated MRExperiment

featLevel

chosen feature level (aggregation level)

colorOptions

reactive storing filters selected via data input

levelOpts

all available level choices for this dataset

hmSort

reactive storing sorting method for heatmap

hmFeatList

reactive storing list of features to include in heatmap

reset

boolean reactive which resets the module if TRUE

Value

R code needed to generate the heatmap

Author(s)

Janina Reeder


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