LoadMSDataModule: LoadMSDataModule

View source: R/Module_LoadMSDataModule.R

LoadMSDataModuleR Documentation

LoadMSDataModule

Description

Module for loading MS data into Metaboseek

Usage

LoadMSDataModule(
  input,
  output,
  session,
  values = reactiveValues(projectData = NULL, featureTables = NULL, MSData = NULL,
    GlobalOpts = NULL)
)

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

Nothing, but modifies values

Functions

  • LoadMSDataModule: server logic

  • LoadMSDataModuleUI: UI elements

See Also

values for a description of the values object


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