Learn R Programming

wilson (version 2.4.2)

transformationUI: transformation module UI representation

Description

This function provides an input to select a transformation method.

Usage

transformationUI(
  id,
  label = "Transformation",
  selected = "raw",
  choices = list(None = "raw", log2 = "log2", `-log2` = "-log2", log10 = "log10",
    `-log10` = "-log10", `Z score` = "zscore", `regularized log` = "rlog"),
  transposeOptions = FALSE
)

Arguments

id

The ID of the modules namespace.

label

A character vector of length one with the label for the selectInput.

selected

The initially selected value. See selectInput.

choices

Named list of available transformations. Possible transformations are list(`None` = "raw", `log2` = "log2", `-log2` = "-log2", `log10` = "log10", `-log10` = "-log10", `Z score` = "zscore", `regularized log` = "rlog") which is also the default.

transposeOptions

Boolean value if transpose radioButtons are shown (Default = FALSE).

Value

A list with HTML tags from tag.