clusterInput: Create UI components to select whether to cluster a matrix by...

View source: R/cluster.R

clusterInputR Documentation

Create UI components to select whether to cluster a matrix by rows and/or columns

Description

clusterInput() produces a checkbox group with check boxes for clustering by genes (rows) and by samples (columns)

Usage

clusterInput(id)

Arguments

id

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

Value

a shiny::checkboxGroupInput object with two check boxes

Examples


clusterInput("rnaseqData")


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