sampleselect: The server function of the sampleselect module

View source: R/sampleselect.R

sampleselectR Documentation

The server function of the sampleselect module

Description

This module provides controls for selecting matrix columns by sample or group name.

Usage

sampleselect(
  input,
  output,
  session,
  eselist,
  getExperiment,
  allow_summarise = TRUE
)

Arguments

input

Input object

output

Output object

session

Session object

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

getExperiment

Reactive expression that returns a ExploratorySummarizedExperiment with assays and metadata. Usually a result of a user selection

allow_summarise

Boolean, show controls for matrix summarisation?

Details

This function is not called directly, but rather via callModule() (see example).

Value

output A list of reactive functions for interrogating the selected samples/ columns.

Examples

selectSamples <- callModule(sampleselect, "selectmatrix", getExperiment)


pinin4fjords/shinyngs documentation built on Jan. 18, 2025, 7:09 p.m.