Specmodule: Specmodule

View source: R/Module_Specmodule.R

SpecmoduleR Documentation

Specmodule

Description

Module for interactive mass spectrum view. Deprecated. Use SpecModule2()

Usage

Specmodule(
  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, highlights = NULL, height = 550), msdata = NULL,
    moreArgs = NULL),
  keys
)

SpecmoduleUI(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

registered keystrokes

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

  • Specmodule: Server logic

  • SpecmoduleUI: UI elements

See Also

values for a description of the values object


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