apply_panel: Apply panel names to a flowframe or tibble

Description Usage Arguments Value

View source: R/apply_panel.R

Description

Apply panel names to a flowframe or tibble

Usage

1
apply_panel(input, exp_info, panel = NULL)

Arguments

input

A flowCore::flowFrame or tibble with the original channel names as the shortNames or columns (respectively).

exp_info

A cytobank experiment info object generated by fetchCytobankExperiment

panel

A character string specifying the panel to be applied (neccessary if >1 panel present).

Value

If ‘input' was a flowFrame, returns a flowFrame with the ’desc' for each channel renamed approriately

If 'input' was a tibble, return a tibble with the columns renamed approriately.


bjreisman/cytotidyr documentation built on Nov. 22, 2020, 9:30 p.m.