View source: R/Module_SimplifyNetworkModule.R
SimplifyNetworkModule | R Documentation |
A module to simplify molecular networks to aid visualization
SimplifyNetworkModule( input, output, session, values = reactiveValues(Networks = NULL, GlobalOpts = NULL), reactives = reactive({ list(activeNetwork = NULL) }) ) SimplifyNetworkModuleUI(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 |
id |
id to be used to define a namespace via |
Returns its internalValues
SimplifyNetworkModule
: server logic
SimplifyNetworkModuleUI
: 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.