View source: R/Module_FindMS2scansModule.R
FindMS2ScansModule | R Documentation |
A one-button modue to enrich a Feature Table with information about available MS2 scans for each molecular feature
FindMS2ScansModule( input, output, session, values, static = list(tooltip = "Find MS2 scans for all parent m/zs in feature table", label = "Find MS2 scans") ) FindMS2ScansModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
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 |
If the server module for this Module returns something,
it is described in Details
.
FindMS2ScansModule
: server logic
FindMS2ScansModuleUI
: 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.