LoadNetworkModule: LoadNetworkModule

View source: R/Module_LoadNetworkModule.R

LoadNetworkModuleR Documentation

LoadNetworkModule

Description

Module for loading MS2 molecular networks (graphs)

Usage

LoadNetworkModule(
  input,
  output,
  session,
  values,
  reactives = reactive({     list(active = NULL) }),
  layoutFunction = reactive({ })
)

LoadNetworkModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

values

a reactiveValues object that in effect gives read and write access to external objects

reactives

a list, wrapped in a reactive() expression with settings for this module. See details.

layoutFunction

reactive, returning the function to use for layout of the resulting graph

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Value

If the server module for this Module returns something, it is described in Details.

Functions

  • LoadNetworkModule: server logic

  • LoadNetworkModuleUI: UI elements

See Also

values for a description of the values object


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.