View source: R/Module_Specmodule.R
Specmodule | R Documentation |
Module for interactive mass spectrum view. Deprecated. Use
SpecModule2()
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)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
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 |
If the server module for this Module returns something,
it is described in Details
.
Specmodule
: Server logic
SpecmoduleUI
: 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.