SelectMS2Module: SelectMS2Module

View source: R/Module_SelectMS2Module.R

SelectMS2ModuleR Documentation

SelectMS2Module

Description

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:

requires

MainTableModule

initiates

values$MSData$MS2.selectTable, values$MSData$MS2.selected

modifies

values$MSData$MS2.selectTable, values$MSData$MS2.selected

reads

values$MSData$MS2.selectTable, values$MSData$MS2.selected, FTselection()

Usage

SelectMS2Module(input, output, session, values)

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

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

  • SelectMS2Module: server logic for SelectMS2Module

  • SelectMS2ModuleUI: UI elements for SelectMS2Module

See Also

values for a description of the values object


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.