View source: R/Module_LoadNetworkModule.R
LoadNetworkModule | R Documentation |
Module for loading MS2 molecular networks (graphs)
LoadNetworkModule( input, output, session, values, reactives = reactive({ list(active = NULL) }), layoutFunction = reactive({ }) ) LoadNetworkModuleUI(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 |
layoutFunction |
reactive, returning the function to use for layout of the resulting graph |
id |
id to be used to define a namespace via |
If the server module for this Module returns something,
it is described in Details
.
LoadNetworkModule
: server logic
LoadNetworkModuleUI
: 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.