transformationUI: transformation module UI representation

Description Usage Arguments Value

View source: R/transformation.R

Description

This function provides an input to select a transformation method.

Usage

1
2
3
4
5
6
7
8
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.


wilson documentation built on April 19, 2021, 5:07 p.m.