MultiSpecModule: MultiSpecmodule

MultiSpecmoduleR Documentation

MultiSpecmodule

Description

Multiple interactive mass spectrum views. Deprecated

Usage

MultiSpecmodule(
  input,
  output,
  session,
  tag,
  set = list(spec = list(xrange = NULL, yrange = NULL, maxxrange = NULL, maxyrange =
    NULL, sel = NULL, mz = NULL, data = NULL, MS2 = T), layout = list(lw = 1, cex = 1,
    controls = F, ppm = 5, active = T, height = 350), msdata = NULL),
  keys,
  static = list(title = "MS spectra")
)

MultiSpecmoduleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

tag

id to be used in ns()

set

Import data from the shiny session

keys

reactive({}) that reports the current key press. This argument is deprecated and will be removed from all modules.

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

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

Functions

  • MultiSpecmodule: Server logic

  • MultiSpecmoduleUI: UI elements

See Also

values for a description of the values object


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.