View source: R/Module_SelectMS2Module.R
SelectMS2Module | R Documentation |
Module for selection of MS2 spectra. Will search for MS2 spectra matching the current selection in the Feature table within specified ppm and RT boundaries, and will make the selection available app-wide.
@details Does not return anything, but will modify values:
MainTableModule
values$MSData$MS2.selectTable
, values$MSData$MS2.selected
values$MSData$MS2.selectTable
, values$MSData$MS2.selected
values$MSData$MS2.selectTable
, values$MSData$MS2.selected
,
FTselection()
SelectMS2Module(input, output, session, values) SelectMS2ModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
id |
id to be used to define a namespace via |
If the server module for this Module returns something,
it is described in Details
.
SelectMS2Module
: server logic for SelectMS2Module
SelectMS2ModuleUI
: UI elements for SelectMS2Module
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.