transformInput: Create UI components to select a transformation function for...

View source: R/transform.R

transformInputR Documentation

Create UI components to select a transformation function for count data

Description

transformInput() produces a set of radio buttons for selecting a function to use to transform the count data

Usage

transformInput(id)

Arguments

id

namespace id for the UI components. Must match the id provided to the transformServer() function.

Value

a shiny::radioButtons() object with four choices

Examples


transformInput("rnaseqData")


richysix/rnaseqVis documentation built on Feb. 12, 2024, 1:37 p.m.