View source: R/Module_NetworkModule.R
NetworkModule | R Documentation |
Visualize and interact with molecular networks
NetworkModule( input, output, session, values = reactiveValues(Networks = NULL, MSData = NULL), reactives = reactive({ list(active = T, highlights = integer(0)) }), static = list(noSelection = T), keys = reactive({ "NO" }) ) NetworkModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
reactives |
a list, wrapped in a |
static |
a list of arguments that are not in a reactive context and hence do not change while the app is running. |
keys |
|
id |
id to be used to define a namespace via |
TODO: standardize and split/simplify this module
Returns its internalValues
NetworkModule
: server logic
NetworkModuleUI
: UI elements
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.