FindMS2ScansModule: FindMS2ScansModule

View source: R/Module_FindMS2scansModule.R

FindMS2ScansModuleR Documentation

FindMS2ScansModule

Description

A one-button modue to enrich a Feature Table with information about available MS2 scans for each molecular feature

Usage

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)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

values

a reactiveValues object that in effect gives read and write access to external objects

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

  • FindMS2ScansModule: server logic

  • FindMS2ScansModuleUI: UI elements

See Also

values for a description of the values object


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