rename_fcs_cols: Rename the columns of a dataframe intelligently

Description Usage Arguments Value

View source: R/rename_fcs_cols.R

Description

Rename the columns of a dataframe intelligently

Usage

1
rename_fcs_cols(dataframe, print.names = F, method = "old")

Arguments

dataframe

the name of the dataframe to be renamed

print.names

whether or not to print the resulting column names; default is F

method

method of column renaming; options are "old" (first iteration, better for non-HTS instrument, use with character swapped values), "new" (second version, better for HTS instrument, use with UNSWAPPED values); default is "old"

Value

a dataframe in the same format as merge_flowSet, but with shorter column names


ctriandafillou/flownalysis documentation built on Sept. 7, 2020, 1:48 a.m.