matrixCtrl2UI: Shiny module UI for matrix view

View source: R/matrixCtrl2.R

matrixCtrl2UIR Documentation

Shiny module UI for matrix view

Description

Interactive controls of matrix view

Usage

matrixCtrl2UI(
  id,
  minN = 4,
  selection = FALSE,
  nfilter = FALSE,
  pfilter = FALSE
)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

minN

Minimum number for numeric input filter.

selection

Whether to show selection input.

nfilter

Whether to show the N filter input.

pfilter

Whether to show the P filter input.

Details

This includes UI elements for selection and filtering of the matrix; these can be conditionally rendered.


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.