rename_fcs_parameters_desc: Rename FCS parameter descriptions

View source: R/paneleditor_helpers.R

rename_fcs_parameters_descR Documentation

Rename FCS parameter descriptions

Description

This function renames FCS parameter descriptions (also called "short names", i.e. the $PnS keyword)

Usage

rename_fcs_parameters_desc(fcs, names.map)

Arguments

fcs

FCS data as returned by read_fcs

names.map

A named character vector mapping parameter names (i.e. $PnN) to the desired parameter descriptions ($PnS). The names of this vector should be the parameter names, and the values the parameter descriptions. All the parameter names of the fcs data must be present in names(names.map)

Value

Returns the FCS data with the updated descriptions


ParkerICI/premessa documentation built on Sept. 16, 2022, 3:06 p.m.