MatchReferenceModule: MatchReferenceModule

View source: R/Module_MatchReferenceModule.R

MatchReferenceModuleR Documentation

MatchReferenceModule

Description

One-button module to match MseekFT and MseekGraph objects with each other

Usage

MatchReferenceModule(
  input,
  output,
  session,
  values = reactiveValues(featureTables = NULL, Networks = NULL, MSData = NULL)
)

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

  • MatchReferenceModule: server logic

  • MatchReferenceModuleUI: server logic

See Also

values for a description of the values object


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