Description Usage Arguments Value
View source: R/transformation.R
This function provides an input to select a transformation method.
1 2 3 4 5 6 7 8 |
id |
The ID of the modules namespace. |
label |
A character vector of length one with the label for the |
selected |
The initially selected value. See |
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). |
A list with HTML tags from tag
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.