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 Jan. 28, 2025, 6:06 a.m.