Description Usage Arguments Value Author(s)
Abundance Heatmap module - server
1 2 3 4 5 6 7 8 9 10 11 12 | abundanceHeatmap(
input,
output,
session,
aggDat,
featLevel,
colorOptions,
levelOpts,
hmSort,
hmFeatList,
reset
)
|
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 |
R code needed to generate the heatmap
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.