uploadRNASeqServer: Server function to upload sample and count data files

View source: R/uploadRNASeq.R

uploadRNASeqServerR Documentation

Server function to upload sample and count data files

Description

uploadRNASeqServer() implements uploading a sample file and a count data file. It also handles using the package test data.

Usage

uploadRNASeqServer(id, debug = FALSE)

Arguments

id

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

Value

a list containing two shiny::reactive() objects

  • sampleInfo a data.frame of sample metadata

  • counts a data.frame of RNAseq count data

Examples


uploadRNASeqServer("rnaseqData")


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