VennWidgetModule: VennWidgetModule

View source: R/Widget_VennWidgetModule.R

VennWidgetModuleR Documentation

VennWidgetModule

Description

MseekWidget for plotting Venn diagrams

Usage

VennWidgetModule(
  input,
  output,
  session,
  reactives = reactive({     list(x = list(A = 1:105, B = 101:115), ext.percent =
    c(0.01, 0.01, 0.01), filename = NULL) }),
  static = list()
)

VennWidgetModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

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.

id

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

Value

Returns nothing

Functions

  • VennWidgetModule: Server logic

  • VennWidgetModuleUI: UI elements


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