SubsetByGeneIDsInput: Create UI components to upload a file to use to subset the...

View source: R/SubsetByGeneIDs.R

SubsetByGeneIDsInputR Documentation

Create UI components to upload a file to use to subset the data

Description

SubsetByGeneIDsInput() produces upload and reset buttons to provide a file of gene IDs to use to subset the data with.

Usage

SubsetByGeneIDsInput(id)

Arguments

id

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

Value

a htmltools::tagList() containing a shiny::fileInput() control and a shiny::actionButton().

Examples

SubsetByGeneIDsInput("geneIds")


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