VennDiagramModule: VennDiagramModule

View source: R/Module_VennDiagramModule.R

VennDiagramModuleR Documentation

VennDiagramModule

Description

server module for Venn diagrams in Metaboseek

Usage

VennDiagramModule(
  input,
  output,
  session,
  values,
  reactives = reactive({     list(active = T, highlights = integer(0)) }),
  static = list(noSelection = T),
  keys
)

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

reactives

a list, wrapped in a reactive() expression with settings for this module. See details.

static

a list of arguments that are not in a reactive context and hence do not change while the app is running.

keys

reactive({}) that reports the current key press. This argument is deprecated and will be removed from all modules.

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Value

Returns its internalValues

Functions

  • VennDiagramModule: Server logic

  • VennDiagramModuleUI: UI elements

See Also

values for a description of the values object


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