Description Usage Arguments Value
View source: R/rename_fcs_cols.R
Rename the columns of a dataframe intelligently
1 | rename_fcs_cols(dataframe, print.names = F, method = "old")
|
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" |
a dataframe in the same format as merge_flowSet, but with shorter column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.