uploadRNASeqOutput: Create Output to display uploaded sample and count data

View source: R/uploadRNASeq.R

uploadRNASeqOutputR Documentation

Create Output to display uploaded sample and count data

Description

uploadRNASeqOutput() produces three table outputs for displaying the data returned by the uploadRNASeqServer() function. The three outputs are labelled samples, counts and metadata. There are also two shinyBS::bsAlert() anchor points to alert the user to missing data in either the sample or count file

Usage

uploadRNASeqOutput(id)

Arguments

id

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

Value

a htmltools::tagList() containing three shiny::tableOutput()s and two shinyBS::bsAlert() anchor points.

Examples


uploadRNASeqOutput("rnaseqData")


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