htShinyExample {InteractiveComplexHeatmap} | R Documentation |
Examples of interactive complex heatmaps
htShinyExample(which)
which |
An index of which example to use. The list of all examples can be obtained by executing |
In every example, there is a Shiny app opened, which also includes source code that generates this app.
A Shiny app object.
# list all examples htShinyExample() if(interactive()) { htShinyExample(4.2) }