shiny_filter: Shiny component to filter rows and columns a matrix.

View source: R/shiny_report.R

shiny_filterR Documentation

Shiny component to filter rows and columns a matrix.

Description

Shiny component to filter rows and columns a matrix.

Usage

shiny_filter(
  y,
  counts = NULL,
  sample_labels = NULL,
  feature_labels = NULL,
  prefix = ""
)

Arguments

y

Transformed matrix.

counts

Original count matrix if available.

sample_labels

Sample labels.

feature_labels

Feature labels.

prefix

Prefix for variables in environment for composable shiny app.


MonashBioinformaticsPlatform/varistran documentation built on June 9, 2025, 8:36 a.m.