uploadRNASeqInput: Create UI components to upload sample and count files

View source: R/uploadRNASeq.R

uploadRNASeqInputR Documentation

Create UI components to upload sample and count files

Description

uploadRNASeqInput() produces the buttons for uploading sample and count data files. It also provides a checkbox to use the package test data. If sample and count files are subsequently uploaded, this is used instead of the test data.

Usage

uploadRNASeqInput(id)

Arguments

id

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

Value

a htmltools::tagList() containing two shiny::fileInput() controls and a shiny::checkboxInput().

Examples


uploadRNASeqInput("rnaseqData")


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