SaveNetworkModule: SaveNetworkModule

View source: R/Module_SaveNetworkModule.R

SaveNetworkModuleR Documentation

SaveNetworkModule

Description

Module for saving molecular network data

Usage

SaveNetworkModule(
  input,
  output,
  session,
  values = reactiveValues(Networks = NULL, projectData = NULL),
  reactives = reactive({     list(graphname = NULL, filename = "table.graphml") }),
  static = list(tooltip = "Save Network as a graphml file", label = "Save Network",
    allowformats = list(`Metaboseek Graph (.mskg)` = ".mskg", graphML = ".graphML"))
)

SaveNetworkModuleUI(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.

static

a list of arguments that are not in a reactive context and hence do not change while the app is running.

id

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

Value

Returns nothing

Functions

  • SaveNetworkModule: Server logic

  • SaveNetworkModuleUI: UI elements

See Also

values for a description of the values object


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