countPlotInput: Create UI components to display a count plot for a selected...

View source: R/countPlot.R

countPlotInputR Documentation

Create UI components to display a count plot for a selected gene

Description

countPlotInput() produces a shiny::selectInput() control for choosing a gene to display as a count plot.

Usage

countPlotInput(id)

Arguments

id

namespace id for the UI components. Must match the id provided to the countPlotInput() and countPlotOutput() functions.

Value

a htmltools::tagList() containing a shiny::selectInput() object

Examples


countPlotOutput("rnaseqData")


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