transformServer: Server function to transform a count matrix with a selected...

View source: R/transform.R

transformServerR Documentation

Server function to transform a count matrix with a selected function

Description

transformServer() transforms the supplied counts with the appropriate function based on the radio buttons selection

Usage

transformServer(id, counts = NULL)

Arguments

id

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

counts

a reactive counts object. Should contain only numeric columns

Value

a list of two shiny::reactive() objects

  • counts - the transformed counts

  • transform - the name of the selected transform

Examples


transformServer("rnaseqData", counts = reactive(rnaseqVis::counts[1:10,1:5]))


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